Download the PHP package alaaelsaid/laravel-sms-helper without Composer
On this page you can find all versions of the php package alaaelsaid/laravel-sms-helper. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download alaaelsaid/laravel-sms-helper
More information about alaaelsaid/laravel-sms-helper
Files in alaaelsaid/laravel-sms-helper
Download alaaelsaid/laravel-sms-helper
More information about alaaelsaid/laravel-sms-helper
Files in alaaelsaid/laravel-sms-helper
Please rate this library. Is it a good library?
Informations about the package laravel-sms-helper
Installation
You can install the package via Composer.
Publishing
After install publish file config
Command
You Can change sms current status with this command by [ on, off ] or get the current status
Env
In the .env file you can add those keys:
Available SMS Providers
Usage
use Alaaelsaid\LaravelSmsHelper\Facade\Sms;
// to send single phone number;
Sms::send('+201007153686', "hello world");
// to send multi phone numbers;
Sms::send(['+201007153686'], "hello world");
// to send single phone number && code is optional;
Sms::sendWithCode(['+201007153686'], '1111');
All versions of laravel-sms-helper with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.1
The package alaaelsaid/laravel-sms-helper contains the following files
Loading the files please wait ....