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

This package is auto-updated.

Last update: 2025-03-10 11:26:58 UTC


README

Latest Version on Packagist Total Downloads Build Status StyleCI

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.