Download the PHP package bjthecod3r/laravel-smartsms without Composer
On this page you can find all versions of the php package bjthecod3r/laravel-smartsms. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download bjthecod3r/laravel-smartsms
More information about bjthecod3r/laravel-smartsms
Files in bjthecod3r/laravel-smartsms
Package laravel-smartsms
Short Description :package_description
License license
Homepage https://github.com/bjthecod3r/laravel-smartsms
Informations about the package laravel-smartsms
laravel-smartsms
A Laravel package for smartsms [https://smartsmssolutions.com]
Installation
Via Composer
If you do not run Laravel 5.5 (or higher), then add the service provider in config/app.php:
For lower versions of Laravel, you can also register facade like so in config/app.php:
Configuration
You can publish the configuration file using this command:
A configuration file named smartsms.php
will be generated and placed in the config directory. You can play around with the default configuration.
Usage
Open your .env
file and add this variables. Change to what works for you.
In your class or applicable file, just include the SmartSms class like so:
In your function you can then use this
A successful response should look like this
You may also use facade
Change log
Please see the changelog for more information on what has changed recently.
Testing
Contributing
Please see contributing.md for details and a todolist.
Security
If you discover any security related issues, please email author email instead of using the issue tracker.
Credits
- Bolaji Ajani
- All Contributors
License
license. Please see the license file for more information.