Download the PHP package joshuachinemezu/smsglobal-laravel without Composer
On this page you can find all versions of the php package joshuachinemezu/smsglobal-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download joshuachinemezu/smsglobal-laravel
More information about joshuachinemezu/smsglobal-laravel
Files in joshuachinemezu/smsglobal-laravel
Package smsglobal-laravel
Short Description A Laravel packaage for integrating SmsGlobal
License MIT
Informations about the package smsglobal-laravel
SmsGlobal Laravel Package
Laravel 5, 6 and 7 Package for SmsGlobal
A Laravel Package for integrating SmsGlobal seamlessly
Installation
PHP 5.4+ or HHVM 3.3+, Laravel 5.6+, and Composer are required.
To get the latest version of SmsGlobal Laravel, simply require it
Or add the following line to the require block of your composer.json
file.
You'll then need to run composer install
or composer update
to download it and have the autoloader updated.
Once the package is installed, you need to register the service provider. Open up config/app.php
and add the following to the providers
key.
If you use Laravel >= 5.5 you can skip this step and go to
configuration
JoshuaChinemezu\SmsGlobal\SmsGlobalServiceProvider::class
Also, register the Facade like so:
Configuration
You can publish the configuration file using this command:
A configuration-file named smsglobal.php
with the defaults will be placed in your config
directory:
Usage
Open your .env file and add your api key and secret key which can be generated from SmsGlobal Integration Page:
If you are using a hosting service like heroku, remember to add the above details to your configuration variables.
Explanation of the methods this package provides.
Todo
- Add SMPP
- Add SOAP
- Add MMS API
- Add Whatsapp API
- Add Queue and Track Outgoing SMS
- Add Comprehensive Tests
Contributing
Please feel free to fork this package and contribute by submitting a pull request to enhance the functionalities.
How can I appreciate this package?
Why not star the github repo? I'd love the attention! Spread the word!
Don't forget to follow me on twitter!
License
© The MIT License (MIT) Please see License File for more information.
Made with ❤️ by Joshua Chinemezu
All versions of smsglobal-laravel with dependencies
guzzlehttp/guzzle Version 5.*|6.*
php Version ^7.3