akika/laravel-weevo
最新稳定版本:0.0.4
Composer 安装命令:
composer require akika/laravel-weevo
包简介
Weevo package for Laravel to allow merchants to connect
README 文档
README
The Laravel Weevo package allows you to transfer money through the NCBA Open Banking APIs. The package supports Laravel version 5 and above.
Installation
You can install the package via composer:
composer require akika/laravel-weevo
After installing the package, publish the configuration file using the following command:
php artisan weevo:install
ENV Variables
You can add the following variables to your env file. Make sure to add the requested information.
WEEVO_ENV= WEEVO_DEBUG= WEEVO_SANDBOX_URL= WEEVO_PRODUCTION_URL=
Set Credentials
In case Weevo is initialized with null values, the following function can be called to set the credentials
public function setCredentials($username, $apiKey, $apiSecret);
Delivery Statuses
Below are the available statuses
case Pending = 'pending'; case Assigned = 'assigned'; case Picked = 'picked'; case InTransit = 'in_transit'; case DeliveryInitiated = 'delivery_initiated'; case PaymentRequested = 'payment_requested'; case Delivered = 'delivered'; case Failed = 'failed'; case Cancelled = 'cancelled'; case Returning = 'returning'; case Returned = 'returned';
统计信息
- 总下载量: 119
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-02-24