Download the PHP package uithread/mgov-sms without Composer
On this page you can find all versions of the php package uithread/mgov-sms. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download uithread/mgov-sms
More information about uithread/mgov-sms
Files in uithread/mgov-sms
Package mgov-sms
Short Description SMS gateway package for mgov
License MIT
Homepage https://github.com/annanta-patra/mGovSMS
Informations about the package mgov-sms
Laravel mGovSMS Intergation package
READY FOR USE!
- About
- Features
- Requirements
- Laravel Installation Instructions
- Configuration
- Configuration File
- File Tree
- License
About
Laravel mGovSMS Intergation package is for your Laravel or Lumen application. It has default sms log tables. Laravel mGovSMS is easily configurable and customizable. Supports Laravel 5.5, 5.6, 5.7, 5.8, and 6.0+
Features
Laravel mGovSMS Features |
---|
Send Single SMS |
Send OTP SMS |
Send Bulk SMS |
Send Unicode Single SMS |
Send Unicode OTP SMS |
Send Unicode Bulk SMS |
Log SMS in database |
Easy Configuration |
Requirements
Laravel Installation Instructions
-
From your projects root folder in terminal run:
-
Register the package Register the package, add the ServiceProvider in config/app.php:
Add the Facade in config/app.php
-
Publish the packages config file and migration files by running the following from your projects root folder:
-
Run the migration to add the table to sms log:
- To send SMS use below method:
Configuration
Laravel mGovSMS is configured in directly in /config/mgov-sms.php
.
Configuration File
Here are the mgov-sms.php
file variables available:
File Tree
License
Laravel-logger is licensed under the MIT license. Enjoy!