Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/lsnepomuceno/laravel-locasms
- Owner: lsnepomuceno
- License: mit
- Created: 2021-07-02T13:39:31.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-12T15:06:21.000Z (over 3 years ago)
- Last Synced: 2024-10-01T16:53:43.425Z (3 months ago)
- Topics: brasil, brasil-sms, brazil-sms, laravel, laravel-framework, laravel-sms, loca-sms, locasms, lumen, lumen-framework, php, php-sms, sms, sms-api, sms-service
- Language: PHP
- Homepage:
- Size: 10.7 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
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());
}
}```