drh/laravel-tanda is a Laravel package for tanda api library.
It currently has 0 GitHub stars and 581 downloads on Packagist (latest version v1.5.3).
Install it with composer require drh/laravel-tanda.
Discover more Laravel packages by drh
or browse all Laravel packages to compare alternatives.
Last updated
This is a Laravel package that interfaces with Tanda Payments Api. The API enables you to initiate mobile payments, disburse payments to mobile and bank, purchase airtime & bundles* and to pay for utility bills.
Check out their api documentation.
You can install the package via composer:
composer require drh/laravel-tanda
The package will automatically register itself.
You can publish the config file with:
php artisan tanda:install
Enables you to check the status of items
Account::balance();
Enables purchase of payment of goods and services
Utility::airtimePurchase(0712345678, 100);
Utility::billPayment(11011011011, 1000, Providers::KPLC_PREPAID);
Utility::requestStatus("...");
Coming soon
The phone validator was built using regex and the latest allocation of prefixes by Communication authority of Kenya (Apr, 2021). Check the docs to see the pdf listing with allocations.
You can run the tests with:
composer test
Please see CONTRIBUTING for details.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.