johhann / telebirr
A package to easily integrate telebirr payment, provided by an Ethiopian Telecom Service (ethiotelecom), for laravel applications.
1.0.0
2024-05-20 19:16 UTC
Requires
- illuminate/support: ~10
Requires (Dev)
- orchestra/testbench: ~7|~8
- pestphp/pest: ^1.23
- pestphp/pest-plugin-laravel: ^1.4
- phpunit/phpunit: ^9.6
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 johhann/telebirr
Usage
You can publish config files by running:
php artisan vendor:publish --provider="Johhann\Telebirr\TelebirrServiceProvider" --tag="telebirr.config"
Add the following environment variable to your .env
file and set their values telebirr provider
TELEBIRR_APP_ID=
TELEBIRR_APP_KEY=
TELEBIRR_NOTIFY_URL=
TELEBIRR_RETURN_URL=
TELEBIRR_TRADE_PAY_URL=
TELEBIRR_PUBLIC_KEY=
Testing
composer test
Contributing
Please see contributing.md for details and a todolist.
Security
If you discover any security related issues, please email johannesm1219@gmail.com
instead of using the issue tracker.
Credits
License
MIT. Please see the license file for more information.