https://github.com/optimoapps/exotel-sms
Laravel Package for sending sms via Exotel API
https://github.com/optimoapps/exotel-sms
exotel laravel package sms
Last synced: 6 months ago
JSON representation
Laravel Package for sending sms via Exotel API
- Host: GitHub
- URL: https://github.com/optimoapps/exotel-sms
- Owner: OptimoApps
- License: mit
- Created: 2018-10-25T11:39:06.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-06-08T14:45:13.000Z (over 5 years ago)
- Last Synced: 2025-01-21T05:27:02.103Z (about 1 year ago)
- Topics: exotel, laravel, package, sms
- Language: PHP
- Homepage: https://www.optimoapps.com/
- Size: 47.9 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Exotel Laravel SMS Gateway
[](https://packagist.org/packages/optimoapps/exotel-sms)
[](https://packagist.org/packages/optimoapps/exotel-sms)


This is a Laravel Package for Exotel SMS Gateway Integration.
This package supports Laravel 6 or Higher
**Install**
``` bash
composer require optimoapps/exotel-sms
```
Now run `php artisan vendor:publish` to publish config/exotel-sms.php file in your config directory.
**Usage**
``` php
ExotelSms::send(9894000000, 'test');
```
### Testing
``` bash
composer test
```
### Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.
## Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
### Security
If you discover any security related issues, please email sathish.thi@gmail.com instead of using the issue tracker.
## Credits
- [satz](https://github.com/optimoapps)
- [mani](https://github.com/optimoapps)
- [All Contributors](../../contributors)
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.