An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# laravel-easy-sms

[![Latest Version on Packagist](https://img.shields.io/packagist/v/jessynt/laravel-easy-sms.svg?style=flat-square)](https://packagist.org/packages/jessynt/laravel-easy-sms)
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE)
[![Total Downloads](https://img.shields.io/packagist/dt/jessynt/laravel-easy-sms.svg?style=flat-square)](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