Download the PHP package vectoor/laravel-multi-sms-methods without Composer

On this page you can find all versions of the php package vectoor/laravel-multi-sms-methods. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package laravel-multi-sms-methods

Laravel Multi SMS Methods

Laravel Package For SMS Methods Multi Methods Usage.

A package dedicated to complete control and work with more than one gateway smoothly and simultaneously

🚀 About Me

I'm a Full-stack Developer with more than 8 years of a unique experience, I'm a self-learner and specialize in applying the best practices to design and implement scalable, concurrent, flexible, and robust software solutions, with a healthy focus on the expected business outcomes, Always I seek to gain new skills and grow up my knowledge.

Supported Methods

Features

Installation

You Can Install Via Composer

Publish

You Should Publish Config File To Set Method Credentials

Config

Example Of Config File

Facade Usage

Use Sms Facade

Usage/Examples

Supported Gateways

Gateway Key
SMS BOX smsbox
TWILIO twilio
SMS EG smseg
SMS Misr smsmisr
Victory Link victorylink
Ooredoo ooredoo

Supported Methods

Available Methods smsbox smsmisr smseg twilio ooredoo victorylink
sendSms supported supported supported supported supported supported
sendMultiSms supported supported supported supported supported Not Supported
sendScheduleSms supported supported Not Supported supported supported Not Supported
sendWhatsappMessage Not Supported Not Supported Not Supported supported Not Supported Not Supported
sendOtp Not Supported supported supported Not Supported Not Supported Not Supported
checkOtp Not Supported Not Supported supported Not Supported Not Supported Not Supported
getSmsDetails Not Supported Not Supported Not Supported supported supported Not Supported
getBalance Not Supported Not Supported supported Not Supported supported supported

Request

To Send Single Sms

Example
Variable Type Mandatory Description
$gateway string Yes Geteway Key
$mobileNumber string Yes Mobile Number
$message string Yes Message Content

To Send Multi Sms

Example
Variable Type Mandatory Description
$gateway string Yes Geteway Key
$mobileNumbers Array Yes Mobile Numbers
$message string Yes Message Content

To Send Schedule Sms

Example
Variable Type Mandatory Description
$gateway string Yes Geteway Key
$mobileNumber string Yes Mobile Number
$message string Yes Message Content
$scheduleDate string Yes dateTime of schedule Message

To Send OTP Sms

Example
Variable Type Mandatory Description
$gateway string Yes Geteway Key
$mobileNumber string Yes Mobile Number
$otp string no in some methods like smsEg OTP CODE

To Check OTP Sms

Example
Variable Type Mandatory Description
$gateway string Yes Geteway Key
$mobileNumber string Yes Mobile Number
$otp string Yes OTP CODE

To Send Whatsapp Message

Example
Variable Type Mandatory Description
$gateway string Yes Geteway Key
$mobileNumber string Yes Whatsapp Mobile Number
$message string Yes Message Content

To Get Sms Information

Example
Variable Type Mandatory Description
$gateway string Yes Geteway Key
$messageID string Yes ID Of Sent Message

To Get Account Available Balance

Example
Variable Type Mandatory Description
$gateway string Yes Geteway Key

Response

Example

Variable Type Description
code integer Response Code OF The Sent Api
message string The Response Message From Api
success bool The Response Status (If Success Or Not)
data array The Full Response From Api

Authors

🔗 Links

portfolio linkedin

License

The Laravel SMS Gateway package is open-sourced software licensed under the MIT license.

Support

For support, email [email protected] .


All versions of laravel-multi-sms-methods with dependencies

PHP Build Version
Package Version
Requires php Version ^8.1
guzzlehttp/guzzle Version ^7.5
illuminate/support Version ^9.36
ext-simplexml Version *
vlucas/phpdotenv Version ^5.5
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package vectoor/laravel-multi-sms-methods contains the following files

Loading the files please wait ....