https://github.com/jessynt/laravel-easy-sms
A EasySMS bridge for Laravel
https://github.com/jessynt/laravel-easy-sms
easy-sms php-sms sms sms-client sms-gateways
Last synced: 6 months ago
JSON representation
A EasySMS bridge for Laravel
- Host: GitHub
- URL: https://github.com/jessynt/laravel-easy-sms
- Owner: jessynt
- License: mit
- Created: 2017-11-03T02:58:56.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-02T08:26:56.000Z (over 8 years ago)
- Last Synced: 2025-05-29T11:48:25.254Z (about 1 year ago)
- Topics: easy-sms, php-sms, sms, sms-client, sms-gateways
- Language: PHP
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# laravel-easy-sms
[](https://packagist.org/packages/jessynt/laravel-easy-sms)
[](LICENSE)
[](https://packagist.org/packages/jessynt/laravel-easy-sms)
A [EasySMS](https://github.com/overtrue/easy-sms) bridge for Laravel
## Installation
Require this package with composer using the following command:
```bash
composer require jessynt/laravel-easy-sms
```
Add the service provider to the `providers` array in `config/app.php`
```php
Jessynt\LaravelEasySMS\ServiceProvider::class,
```
Publish configuration in Laravel 5
```bash
php artisan vendor:publish --provider="Jessynt\LaravelEasySMS\ServiceProvider"
```
## Usage
```php
EasySMS::send($to, $message, $gateways = array())
// ...
```
## License
[MIT](LICENSE)
Copyright (c) 2017-2018 Jessynt