This is a Laravel Package for Exotel SMS Gateway Integration. This package supports Laravel 6 or Higher
Install
composer require optimoapps/exotel-sms
Now run php artisan vendor:publish
to publish config/exotel-sms.php file in your config directory.
Usage
ExotelSms::send(9894000000, 'test');
composer test
Please see CHANGELOG for more information what has changed recently.
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.