knox/africastalking
AfricasTalking Laravel Package
Installation
composer require knox/africastalking
Config
Get the below details from africastalking
AFT_APIKEY=apikey
AFT_USERNAME=username
Usage
Sending SMS
Without sender ID
Params:
use AFT;
AFT::sendMessage($phone_number, $message);
With sender ID
Params:
use AFT;
AFT::sendMessage($phone_number, $message, 'Sender ID');
Related Packages
erirk/paypalpayment
laravel-paypalpayment is simple package help you process direct credit card paym...
0
doctrine/dbal
Powerful PHP database abstraction layer (DBAL) with many features for database s...
610,259,779
9,704