edlugz / daraja
Laravel package for Mpesa Daraja
0.3.5
2024-11-04 08:49 UTC
Requires
- php: ^8.2
- ext-openssl: *
- guzzlehttp/guzzle: ^7.8
- illuminate/support: ^10.0
Requires (Dev)
- orchestra/testbench: ^7
- phpunit/phpunit: ^9.0
- dev-main
- 0.3.5
- 0.3.4
- 0.3.3
- 0.3.2
- 0.3.1
- 0.3.0
- 0.2.9
- 0.2.8
- 0.2.7
- 0.2.6
- 0.2.5
- v0.2.4
- 0.2.3
- 0.2.2
- 0.2.1
- 0.2.0
- 0.1.9
- 0.1.8
- 0.1.7
- 0.1.6
- 0.1.5
- 0.1.4
- 0.1.3
- 0.1.2
- 0.1.1
- 0.1.0
- 0.0.9
- 0.0.8
- 0.0.7
- 0.0.6
- 0.0.5
- 0.0.4
- 0.0.3
- 0.0.2
- 0.0.1
- dev-analysis-EPwMVm
- dev-analysis-ZndRka
- dev-analysis-PGKwyo
- dev-analysis-Znd0an
- dev-analysis-g6l45d
- dev-analysis-g6l4Kb
- dev-analysis-pr96l4
- dev-analysis-RP47lj
- dev-analysis-N453rg
- dev-analysis-O3eWj4
This package is auto-updated.
Last update: 2024-11-04 08:50:48 UTC
README
This is where your description should go. Take a look at contributing.md to see a to do list.
Installation
Via Composer
composer require edlugz/daraja
Publish Migration Files
php artisan vendor:publish --provider="EdLugz\Daraja\DarajaServiceProvider" --tag="migrations"
Fill in all the details you will be requiring for your application. Here are the env variables for quick copy paste.
DARAJA_STK_RESULT_URL= DARAJA_BALANCE_RESULT_URL= DARAJA_MOBILE_RESULT_URL= DARAJA_TILL_RESULT_URL= DARAJA_PAYBILL_RESULT_URL= DARAJA_REVERSAL_RESULT_URL= DARAJA_TRANSACTION_QUERY_MOBILE_RESULT_URL= DARAJA_TRANSACTION_QUERY_TILL_RESULT_URL= DARAJA_TRANSACTION_QUERY_PAYBILL_RESULT_URL= DARAJA_TIMEOUT_URL= DARAJA_BALANCE_URL=
Usage
Change log
Please see the changelog for more information on what has changed recently.
Contributing
Please see contributing.md for details and a todolist.
Security
If you discover any security related issues, please email eddy.lugaye@gmail.com instead of using the issue tracker.
Credits
License
MIT. Please see the license file for more information.