epmnzava/mpesa-tanzania
Composer 安装命令:
composer require epmnzava/mpesa-tanzania
包简介
PHP Laravel library for mpesa - Tanzania
README 文档
README
This package is created to help developers intergrate with Vodacom Mpesa Tanzania open api. More information of this can be found here
Installation
Version Matrix
| Version | Laravel | PHP Version |
|---|---|---|
| 1.0.0 | 8.0 | >= 8.0 |
You can install the package via composer:
composer require epmnzava/mpesa-tanzania
Update your config (for Laravel 5.4 and below)
Add the service provider to the providers array in config/app.php:
Epmnzava\MpesaTanzania\MpesaTanzaniaServiceProvider::class,
Add the facade to the aliases array in config/app.php:
'mpesa' =>\Epmnzava\MpesaTanzania\MpesaTanzaniaFacade::class,
Publish the package configuration (for Laravel 5.4 and below)
Publish the configuration file and migrations by running the provided console command:
php artisan vendor:publish --provider="Epmnzava\MpesaTanzania\MpesaTanzaniaServiceProvider"
统计信息
- 总下载量: 26
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 8
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-05-11
