Download the PHP package mohsenbostan/ghasedak-sms without Composer
On this page you can find all versions of the php package mohsenbostan/ghasedak-sms. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download mohsenbostan/ghasedak-sms
More information about mohsenbostan/ghasedak-sms
Files in mohsenbostan/ghasedak-sms
Package ghasedak-sms
Short Description Ghasedak SMS service package for laravel.
License MIT
Homepage https://github.com/mohsenbostan/ghasedak-sms
Informations about the package ghasedak-sms
Ghasedak SMS
Ghasedak SMS Service Package For Laravel.
This package makes sending SMS simply via Ghasedak.io SMS Service.
Important: This Package Requires Laravel 7 Or Newer!
To install package just do this few steps:
1 - Run the command below to install it in your Laravel application:
2 - Run this command and publish config file:
3 - Add this to your .env file and replace defaults:
Usage
-
You can send Simple Single SMS like example:
-
You can send SMS to multiple receptors with multiple line numbers like example:
-
You can send SMS to multiple receptors with one line number like example:
- You can send Voice Message like example:
Usage Warnings :
- All data that you pass, Should be in string!
- Line number(s) should stored in .env . ( Installation Guide 3)
- When you use sendMultipleSMS, you should separate numbers by comma " , ". For example : " 09120000000,09180000000,09010000000 "
Contact Developer
You Can Contact Me Via This Information:
- Email: [email protected]
- Telegram: @mohsenbostan
- Instagram: @mohsenbostan.ir
All versions of ghasedak-sms with dependencies
guzzlehttp/guzzle Version >=6.5
nesbot/carbon Version >=2.16