Download the PHP package epmnzava/bulksms without Composer
On this page you can find all versions of the php package epmnzava/bulksms. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download epmnzava/bulksms
More information about epmnzava/bulksms
Files in epmnzava/bulksms
Package bulksms
Short Description Package wrapper for bulksms.com to be used by laravel developers
License MIT
Homepage https://github.com/epmnzava/bulksms
Informations about the package bulksms
BULKSMS.COM API PACKAGE WRAPPER
A package api wrapper for bulksms.com mainly developed to be used and resued by php and laravel developers
Installation
- Laravel Version: ˆ7.2 ==> ^9.0
- PHP Version: ^7.1|^7.2|^7.3|^7.4|^8.0
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
BULKSMS_SENDERID Provide your desired sender id
BULKSMS_SECRET Provide your bulksms token secret
BULKSMS_ID Provide your bulksms token id
Usage
Send a simple text
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 Paul Mnzava
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of bulksms with dependencies
illuminate/support Version ^5.5.44|^6.0|^7.0|^8.0|^9.0|^10.0