Download the PHP package mahdigraph/laravel-sms without Composer
On this page you can find all versions of the php package mahdigraph/laravel-sms. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download mahdigraph/laravel-sms
More information about mahdigraph/laravel-sms
Files in mahdigraph/laravel-sms
Package laravel-sms
Short Description PHP SMS Driver Integration Package
License MIT
Homepage https://github.com/MahdiGraph/laravel-sms
Informations about the package laravel-sms
Laravel SMS Integration Package
This is a Laravel Package for SMS Integrations. This package supports Laravel 5.8+
.
This packages works with multiple drivers, and you can create custom drivers if you can't find them in the current drivers list (below list).
- داکیومنت فارسی
- English documents
List of contents
- List of available drivers
- Install
- Configure
- How to use
List of available drivers
- ippanel :heavy_check_mark:
- Others are under way.
Help me to add the gateways below by creating pull requests
Install
Via Composer
Configure
If you are using Laravel 5.5
or higher then you don't need to add the provider and alias. (Skip to b)
a. In your config/app.php
file add these two lines.
b. then run php artisan vendor:publish
to publish config/sms.php
file in your config directory.
In the config file you can set the default driver
to use for all your sms requests. But you can also change the driver at runtime.
Choose what sms provider you would like to use in your application. Then make that as default driver so that you don't have to specify that everywhere. But, you can also use multiple sms providers in a project.
Then fill the credentials for that driver in the drivers array.
How to use
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
License
The MIT License (MIT).
All versions of laravel-sms with dependencies
ext-json Version *