optimoapps / exotel-sms
Exotel SMS Laravel Package
V2.0
2020-06-08 14:35 UTC
Requires
- php: >=7.1
- guzzlehttp/guzzle: ^6.5
- illuminate/support: ^6.0|^7.0
Requires (Dev)
- orchestra/testbench: 4.*|5.*
- phpunit/phpunit: ^8.4|^9.0
This package is auto-updated.
Last update: 2024-11-09 00:45:27 UTC
README
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');
Testing
composer test
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email sathish.thi@gmail.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.