Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lsnepomuceno/laravel-locasms

Register at http://locasms.com.br/ to obtain login and password.
https://github.com/lsnepomuceno/laravel-locasms

brasil brasil-sms brazil-sms laravel laravel-framework laravel-sms loca-sms locasms lumen lumen-framework php php-sms sms sms-api sms-service

Last synced: 3 months ago
JSON representation

Register at http://locasms.com.br/ to obtain login and password.

Awesome Lists containing this project

README

        

# Install
Require this package in your composer.json and update composer. This will download the package and the dependencies libraries also.

```Shell
composer require lsnepomuceno/laravel-locasms
```
# Sign up before you start
Register at [LocaSMS](http://locasms.com.br) to obtain login and password.

# Usage
```PHP
send(['+55(27)99999-8888', '2799988-7766'], 'Test message from Laravel integration!!!'));

// See http client for more details: https://laravel.com/docs/8.x/http-client
dd($respone->body());
}
}

```