PHPackages                             vectoor/laravel-multi-sms-methods - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Payment Processing](/categories/payments)
4. /
5. vectoor/laravel-multi-sms-methods

ActiveLibrary[Payment Processing](/categories/payments)

vectoor/laravel-multi-sms-methods
=================================

multi payment methods for laravel,A package dedicated to complete control and work with more than one gateway smoothly and simultaneously

1.0.0(3y ago)121561MITPHPPHP ^8.1

Since Nov 15Pushed 3y ago1 watchersCompare

[ Source](https://github.com/vect0o0r/laravel-multi-sms-methods)[ Packagist](https://packagist.org/packages/vectoor/laravel-multi-sms-methods)[ RSS](/packages/vectoor-laravel-multi-sms-methods/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (7)Versions (2)Used By (0)

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
----------

[](#-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
-----------------

[](#supported-methods)

- [SMS BOX](https://www.smsbox.com)
- [TWILIO](https://www.twilio.com)
- [SMS EG](https://www.smseg.com)
- [SMS Misr](https://www.sms.com.eg)
- [Victory Link](http://www.victorylink.com)
- [Ooredoo](https://www.ooredoo.com)
- Others On The Way...

Features
--------

[](#features)

- Send Single SMS
- Send Multi SMS
- Send OTP SMS
- Check Sent OTP
- Send Scheduled Sms
- Send WhatsApp Message
- Get Sent SMS Details
- Get Account Balance

Installation
------------

[](#installation)

You Can Install Via Composer

```
composer require vectoor/laravel-multi-sms-methods
```

Publish
-------

[](#publish)

You Should Publish Config File To Set Method Credentials

```
php artisan vendor:publish --provider="Vector\LaravelMultiSmsMethods\Providers\SmsServiceProvider"
```

Config
------

[](#config)

Example Of Config File

```
