Download the PHP package epmnzava/telerivet without Composer
On this page you can find all versions of the php package epmnzava/telerivet. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download epmnzava/telerivet
More information about epmnzava/telerivet
Files in epmnzava/telerivet
Package telerivet
Short Description Telerivet https://telerivet.com wrapper for laravel
License MIT
Homepage https://github.com/dbrax/telerivet
Informations about the package telerivet
Telerivet is an innovative mobile messaging platform that instantly connects businesses and organizations with their customers, employees, and community. No servers, programmers, expensive contracts, or shortcodes required
This package helps you to easily get started with integrating with Telerivet service via API made for laravel developers
Installation
You can install the package via composer:
Update your config (for Laravel 5.4 and below)
Add the service provider to the providers array in config/app.php:
Add the facade to the aliases array in config/app.php:
Publish the package configuration (for Laravel 5.4 and below)
Publish the configuration file and migrations by running the provided console command:
Environmental Variables
-
TELERIVET_API_ID
your provided telerivet project id
-
TELERIVET_API_KEY
your provided telerivet application key
- TELERIVET_WEB_HOOK
COMING SOON
Usage
Sending sms
Testing
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Emmanuel Mnzava
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of telerivet with dependencies
illuminate/support Version ^5.5.44|^6.0|^7.0|^8.0|^9.0
nesbot/carbon Version ^2.44