PHPackages                             iserter/laravel-sms - 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. [Mail &amp; Notifications](/categories/mail)
4. /
5. iserter/laravel-sms

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

iserter/laravel-sms
===================

A fork of simplesoftwareio/simple-sms with Verimor driver.

v0.16.2(7y ago)1261MITPHPPHP &gt;=5.5.0

Since Mar 31Pushed 7y ago1 watchersCompare

[ Source](https://github.com/iSerter/LaravelSMS)[ Packagist](https://packagist.org/packages/iserter/laravel-sms)[ Docs](https://github.com/iSerter/LaravelSMS)[ RSS](/packages/iserter-laravel-sms/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (10)Versions (8)Used By (0)

Simple SMS
==========

[](#simple-sms)

A fork of mrabbani/LaravelSMS with Verimor.com.tr SMS driver.

[![Build Status](https://camo.githubusercontent.com/4edec57b0d7d9d9429d4b541f918ce0f4c97f89649364bc08f325058436a5f55/68747470733a2f2f7472617669732d63692e6f72672f53696d706c65536f667477617265494f2f73696d706c652d736d732e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/SimpleSoftwareIO/simple-sms)[![Latest Stable Version](https://camo.githubusercontent.com/ef9edf54495c784d95536d420bcd03596f64f2aa4d629747d8db86f071aa02cc/68747470733a2f2f706f7365722e707567782e6f72672f73696d706c65736f667477617265696f2f73696d706c652d736d732f762f737461626c652e737667)](https://packagist.org/packages/simplesoftwareio/simple-sms)[![Latest Unstable Version](https://camo.githubusercontent.com/a795003d1259de66d7fc0bb1a8b220addcbbb473264b32ac4366f14944fd3840/68747470733a2f2f706f7365722e707567782e6f72672f73696d706c65736f667477617265696f2f73696d706c652d736d732f762f756e737461626c652e737667)](https://packagist.org/packages/simplesoftwareio/simple-sms)[![License](https://camo.githubusercontent.com/895820927f7b9e001d3026f96d9fc1bf63798512adb027284578067f317f95bf/68747470733a2f2f706f7365722e707567782e6f72672f73696d706c65736f667477617265696f2f73696d706c652d736d732f6c6963656e73652e737667)](https://packagist.org/packages/simplesoftwareio/simple-sms)[![Total Downloads](https://camo.githubusercontent.com/132495b4a6562ab145c0b8e74c46d0d9a4644eab978dbe926c470c92e4d47dee/68747470733a2f2f706f7365722e707567782e6f72672f73696d706c65736f667477617265696f2f73696d706c652d736d732f646f776e6c6f6164732e737667)](https://packagist.org/packages/simplesoftwareio/simple-sms)

- [Introduction](#docs-introduction)
- [Requirements](#docs-requirements)
- [Configuration](#docs-configuration)
    - [Call Fire Driver](#docs-call-fire-driver)
    - [E-mail Driver](#docs-e-mail-driver)
    - [EZTexting Driver](#docs-ez-texting-driver)
    - [LabsMobile Driver](#docs-labsmobile-driver)
    - [Mozeo Driver](#docs-mozeo-driver)
    - [Nexmo Driver](#docs-nexmo-driver)
    - [Twilio Driver](#docs-twilio-driver)
    - [Infobip Driver](#docs-infobip-driver)
    - [Verimor.com.tr Driver](#docs-verimor-driver)
- [Driver Support](#docs-driver-support)
- [Usage](#docs-usage)
- [Outgoing Message Enclosure](#docs-outgoing-enclosure)
- [Incoming Message](#docs-incoming-message)

Introduction
------------

[](#introduction)

Simple SMS is an easy to use package for [Laravel](http://laravel.com/) that adds the capability to send and receive SMS/MMS messages to mobile phones from your web app. It currently supports a free way to send SMS messages through E-Mail gateways provided by the wireless carriers. The package also supports 6 paid services, [Call Fire,](https://www.callfire.com/) [EZTexting,](https://www.eztexting.com) [LabsMobile,](http://www.labsmobile.com) [Mozeo,](https://www.mozeo.com/) [Nexmo,](https://www.nexmo.com/) and [Twilio.](https://www.twilio.com)

Requirements
------------

[](#requirements)

#### Laravel 5

[](#laravel-5)

- PHP: &gt;= 5.5
- Guzzle &gt;= 6.0

Configuration
-------------

[](#configuration)

#### Laravel 4

[](#laravel-4)

Please read the Laravel 4 [documentation.](https://github.com/SimpleSoftwareIO/simple-sms/blob/master/docs/laravel4.md)

#### Composer

[](#composer)

First, add the Simple SMS package to your `require` in your `composer/json` file:

`composer require iserter/laravel-sms`

Next, run the `composer update` command. This will install the package into your Laravel application.

#### Service Provider

[](#service-provider)

Once you have added the package to your composer file, you will need to register the service provider with Laravel.

Add `SimpleSoftwareIO\SMS\SMSServiceProvider::class` in your `config/app.php` configuration file within the `providers` array.

#### Aliases

[](#aliases)

Finally, register the Facade.

Add `'SMS' => SimpleSoftwareIO\SMS\Facades\SMS::class` in your `config/app.php` configuration file within the `aliases` array.

#### API Settings

[](#api-settings)

You must run the following command to save your configuration files to your local app:

```
php artisan vendor:publish

```

This will copy the configuration files to your `config` folder.

> Failure to run the `vendor:publish` command will result in your configuration files being overwritten after every `composer update` command.

#### Driver Configuration

[](#driver-configuration)

###### Call Fire Driver

[](#call-fire-driver)

This driver sends and receives all messages through the [Call Fire](https://www.callfire.com/) service. It is a very quick and reliable service provider that includes many features such as drip campaigns and voice services.

Fill in the `config` file with the correct settings to use this driver. You can find these settings under your CallFire account and then selecting [API Access.](https://www.callfire.com/ui/manage/access)

```
return [
    'driver' => 'callfire',
    'from' => 'Not Use For Call Fire',
    'callfire' => [
        'app_login' => 'Your App Login',
        'app_password' => 'Your App Password'
    ],
];

```

> Note: All messages from CallFire come from the same short number (67076)

###### E-mail Driver

[](#e-mail-driver)

The E-Mail driver sends all messages through the configured e-mail driver for Laravel. This driver uses the wireless carrier's e-mail gateways to send SMS messages to mobile phones. The biggest benefit to using the e-mail driver is that it is completely free to use.

The only setting for this driver is the `from` setting. Simply enter an email address that you would like to send messages from.

```
return [
    'driver' => 'email',
    'from' => 'example@example.com',
];

```

> If messages are not being sent, ensure that you are able to send E-Mail through Laravel first.

The following are currently supported by using the e-mail gateway driver.

CountryCarrierCarrier PrefixSMS SupportedMMS SupportedTested?USAAT&amp;TattYesYesYesUSAAir Fire MobileairfiremobileYesNoNoUSAAlaska CommunicatesalaskacommunicatesYesYesNoUSAAmeritechameritechYesNoNoUSABoost MobilemoostmobileYesYesNoUSAClear TalkcleartalkYesNoNoUSACricketcricketYesNoNoUSAMetro PCSmetropcsYesYesNoUSANexTechnextechYesNoNoCanadaRogers WirelessrogerswirelessYesYesNoUSAUnicelunicelYesYesNoUSAVerizon WirelessverizonwirelessYesYesNoUSAVirgin MobilevirginmobileYesYesNoUSAT-MobiletmobileYesYesYes> You must know the wireless provider for the mobile phone to use this driver.

> Careful! Not all wireless carriers support e-mail gateways around the world.

> Some carriers slightly modify messages by adding the `from` and `to` address to the SMS message.

> An untested gateway means we have not been able to confirm if the gateway works with the mobile provider. Please provide feedback if you are on one of these carriers.

###### EZTexting

[](#eztexting)

This driver sends all messages through the [EZTexting](https://www.eztexting.com) service. EZTexting has many different options that have proven to be reliable and fast.

Fill in the `config` file with the correct settings to enable EZTexting.

```
return [
    'driver' => 'eztexting',
    'from' => 'Not Use For EZTexting',
    'eztexting' => [
        'username' => 'Your Username',
        'password' => 'Your Password'
    ],
];

```

To enable `receive()` for this service, you must visit the [EZTexting settings page.](https://app.eztexting.com/keywords/index/format/apist) Enable the `Forwarding API` and `Keyword API` for the messages that you would like forwarded to your web application.

> Note: All messages from EZTexting come from the same short number (313131)

###### LabsMobile Driver

[](#labsmobile-driver)

This driver sends all messages through the [LabsMobile](http://www.labsmobile.com/) service. These settings can be found on your [API Settings](https://www.labsmobile.com/es/login) page.

```
return [
    'driver' => 'labsmobile',
    'from' => 'Sender',
    'labsmobile' => [
        'client' => 'Your Client Key',
        'username' => 'Your Username',
        'password' => 'Your Password',
        'test' => '1 for simulate mode; 0 for real sendings'
    ]
];

```

###### Mozeo Driver

[](#mozeo-driver)

This driver sends all messages through the [Mozeo](https://www.mozeo.com/) service. These settings can be found on your [API Settings](https://www.mozeo.com/mozeo/customer/platformdetails.php) page.

```
return [
    'driver' => 'mozeo',
    'from' => 'Not Used With Mozeo',
    'mozeo' => [
        'companyKey' => 'Your Company Key',
        'username' => 'Your Username',
        'password' => 'Your Password'
    ]
];

```

> Note: All messages from Mozeo come from the same short number (24587)

###### Nexmo Driver

[](#nexmo-driver)

This driver sends messages through the [Nexmo](https://www.nexmo.com/product/messaging/) messaging service. It is very reliable and capable of sending messages to mobile phones worldwide.

```
return [
    'driver' => 'nexmo',
    'from' => 'Company Name',
    'nexmo' => [
        'key'       => 'Your Nexmo API Key',
        'secret'    => 'Your Nexmo API Secret'
    ]
];

```

To enable `receive()` messages you must set up the [request URL.](https://docs.nexmo.com/index.php/sms-api/handle-inbound-message)

###### Twilio Driver

[](#twilio-driver)

This driver sends messages through the [Twilio](https://www.twilio.com/sms) messaging service. It is very reliable and capable of sending messages to mobile phones worldwide.

```
return [
    'driver' => 'twilio',
    'from' => '+15555555555', //Your Twilio Number in E.164 Format.
    'twilio' => [
        'account_sid' => 'Your SID',
        'auth_token' => 'Your Token',
        'verify' => true,  //Used to check if messages are really coming from Twilio.
    ]
];

```

It is strongly recommended to have the `verify` option enabled. This setting performs an additional security check to ensure messages are coming from Twilio and not being spoofed.

To enable `receive()` messages you must set up the [request URL.](https://www.twilio.com/user/account/phone-numbers/incoming) Select the number you wish to enable and then enter your request URL. This request should be a `POST` request.

###### Infobip Driver

[](#infobip-driver)

This driver sends messages through the [Infobib](http://www.infobip.com/en) messaging service. It is very reliable and capable of sending messages to mobile phones worldwide.

```
return [
    'driver' => 'infobip',
    'from' => 'InfoSMS',
    'infobip'=> [
         'username' => 'username of infobip',
         'password' => 'password of infobip'
     ]
];

```

For more information see [Infobip API Developer Hub](https://dev.infobip.com/)

###### Verimor Driver

[](#verimor-driver)

This driver sends messages through the [Verimor.com.tr](http://www.verimor.com.tr) messaging service.

```
return [
    'driver' => 'verimor',
    'verimor'=> [
         'username' => 'username of verimor',
         'password' => 'password of verimor'
     ]
];

```

For more information see [Verimor SMS API](https://www.verimor.com.tr/verimor-sms-api/)

\##Driver Support

Not all drivers support every method due to the differences in each individual API. The following table outlines what is supported for each driver.

DriverSendQueuePretendCheckMessagesGetMessageReceiveCall FireYesYesYesYesYesNoE-MailYesYesYesNoNoNoEZTextingYesYesYesYesYesYesLabsMobileYesYesYesNoNoNoMozeoYesYesYesNoNoNoNexmoYesYesYesYesYesYesTwilioYesYesYesYesYesYesVerimor.com.trYesYesYesNoNoNo

Usage
-----

[](#usage)

#### Basic Usage

[](#basic-usage)

Simple SMS operates in much of the same way as the Laravel Mail service provider. If you are familiar with this then SMS should feel like home. The most basic way to send a SMS is to use the following:

```
//Service Providers Example
SMS::send('simple-sms::welcome', $data, function($sms) {
    $sms->to('+15555555555');
});

//Email Driver Example
SMS::send('simple-sms::welcome', $data, function($sms) {
    $sms->to('+15555555555', 'att');
});

```

The first parameter is the view file that you would like to use. The second is the data that you wish to pass to the view. The final parameter is a callback that will set all of the options on the `message` closure.

#### Send

[](#send)

The `send` method sends the SMS through the configured driver using a Laravel view file.

```
SMS::send($view, Array $data, function($sms) {
    $sms->to('+15555555555');
}
SMS::send('simple-sms::welcome', $data, function($sms) {
    $sms->to('+15555555555');
});

```

It is possible to send a simple message without creating views by passing a string instead of a view.

```
SMS::send($message, [], function($sms) {
    $sms->to('+15555555555');
}
SMS::send('This is my message', [], function($sms) {
    $sms->to('+15555555555');
});

```

#### Driver

[](#driver)

The `driver` method will switch the provider during runtime.

```
//Will send through default provider set in the config file.
SMS::queue('simple-sms::welcome', $data, function($sms) {
    $sms->to('+15555555555');
});

SMS::driver('twilio');

//Will send through Twilio
SMS::queue('simple-sms::welcome', $data, function($sms) {
    $sms->to('+15555555555');
});

```

#### Queue

[](#queue)

The `queue` method queues a message to be sent later instead of sending the message instantly. This allows for faster respond times for the consumer by offloading uncustomary processing time. Like `Laravel's Mail` system, queue also has `queueOn,` `later,` and `laterOn` methods.

```
SMS::queue('simple-sms::welcome', $data, function($sms) {
    $sms->to('+15555555555');
});

```

> The `queue` method will fallback to the `send` method if a queue service is not configured within `Laravel.`

#### Pretend

[](#pretend)

The `pretend` method will simply create a log file that states that a SMS message has been "sent." This is useful to test to see if your configuration settings are working correctly without sending actual messages.

```
SMS::pretend('simple-sms::welcome', $data, function($sms) {
    $sms->to('+15555555555');
});

```

You may also set the `pretend` configuration option to true to have all SMS messages pretend that they were sent.

```
`/app/config/simplesoftwareio/simple-sms/config.php`
return array(
    'pretend' => true,
);

```

#### Receive

[](#receive)

Simple SMS supports push SMS messages. You must first configure this with your service provider by following the configuration settings above.

```
Route::post('sms/receive', function()
{
    SMS::receive();
}

```

The receive method will return a `IncomingMessage` instance. You may request any data off of this instance like:

```
Route::post('sms/receive', function()
{
    $incoming = SMS::receive();
    //Get the sender's number.
    $incoming->from();
    //Get the message sent.
    $incoming->message();
    //Get the to unique ID of the message
    $incoming->id();
    //Get the phone number the message was sent to
    $incoming->to();
    //Get the raw message
    $incoming->raw();
}

```

The `raw` method returns all of the data that a driver supports. This can be useful to get information that only certain service providers provide.

```
Route::post('sms/receive', function()
{
    $incoming = SMS::receive();
    //Twilio message status
    echo $incoming->raw()['status'];
}

```

The above would return the status of the message on the Twilio driver.

> Data used from the `raw` method will not work on other service providers. Each provider has different values that are sent out with each request.

#### Check Messages

[](#check-messages)

This method will retrieve an array of messages from the service provider. Each message within the array will be an `IncomingMessage` object.

```
$messages = SMS::checkMessages();
foreach ($messages as $message)
{
    //Will display the message of each retrieve message.
    echo $message->message();
}

```

The `checkMessages` method supports has an `options` variable to pass some settings onto each service provider. See each service providers API to see which `options` may be passed.

More information about each service provider can be found at their API docs.

- [Call Fire](https://www.callfire.com/api-documentation/rest/version/1.1#!/text/QueryTexts_get_1)
- [EZTexting](https://www.eztexting.com/developers/sms-api-documentation/rest)
- [LabsMobile](http://www.labsmobile.com/en/api-sms)
- [Mozeo](https://www.mozeo.com/mozeo/customer/Mozeo_API_OutboundSMS.pdf)
- [Nexmo](https://docs.nexmo.com/index.php/developer-api/search-message)
- [Twilio](https://www.twilio.com/docs/api/rest/message#list-get)
- [Infobip](https://dev.infobip.com/)

#### Get Message

[](#get-message)

You are able to retrieve a message by it's ID with a simply call. This will return an IncomingMessage object.

```
$message = SMS::getMessage('aMessageId');
//Prints who the message came from.
echo $message->from();

```

Outgoing Message Enclosure
--------------------------

[](#outgoing-message-enclosure)

#### Why Enclosures?

[](#why-enclosures)

We use enclosures to allow for functions such as the queue methods. Being able to easily save the message enclosures allows for much greater flexibility.

#### To

[](#to)

The `to` method adds a phone number that will have a message sent to it.

```
//Service Providers Example
SMS::send('simple-sms::welcome', $data, function($sms) {
    $sms->to('+15555555555');
    $sms->to('+14444444444');
});
//Email Driver
SMS::send('simple-sms::welcome', $data, function($sms) {
    $sms->to('15555555555', 'att);
    $sms->to('14444444444', 'verizonwireless);
});

```

> The carrier is required for the email driver so that the correct email gateway can be used. See the table above for a list of accepted carriers.

#### From

[](#from)

The `from` method will set the address from which the message is being sent.

```
SMS::send('simple-sms::welcome', $data, function($sms) {
    $sms->from('+15555555555');
});

```

#### attachImage

[](#attachimage)

The `attachImage` method will add an image to the message. This will also convert the message to a MMS because SMS does not support image attachments.

```
//Email Driver
SMS::send('simple-sms::welcome', $data, function($sms) {
    $sms->attachImage('/local/path/to/image.jpg');
});
//Twilio Driver
SMS::send('simple-sms::welcome', $data, function($sms) {
    $sms->attachImage('/url/to/image.jpg');
});

```

> Currently only supported with the E-Mail and Twilio Driver.

Incoming Message
----------------

[](#incoming-message)

All incoming messages generate a `IncomingMessage` object. This makes it easy to retrieve information from them in a uniformed way across multiple service providers.

#### Raw

[](#raw)

The `raw` method returns the raw data provided by a service provider.

```
$incoming = SMS::getMessage('messageId');
echo $incoming->raw()['status'];

```

> Each service provider has different information in which they supply in their requests. See their documentations API for information on what you can get from a `raw` request.

#### From

[](#from-1)

This method returns the phone number in which a message came from.

```
$incoming = SMS::getMessage('messageId');
echo $incoming->from();

```

#### To

[](#to-1)

The `to` method returns the phone number that a message was sent to.

```
$incoming = SMS::getMessage('messageId');
echo $incoming->to();

```

#### Id

[](#id)

This method returns the unique id of a message.

```
$incoming = SMS::getMessage('messageId');
echo $incoming->id();

```

#### Message

[](#message)

And the best for last; this method returns the actual message of a SMS.

```
$incoming = SMS::getMessage('messageId');
echo $incoming->message();

```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 80% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~170 days

Recently: every ~213 days

Total

6

Last Release

2842d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ee28fe9d54e1c97a6001a5bb443136e0627e84956b9f1e961a3ccedcf24af758?d=identicon)[iserter](/maintainers/iserter)

---

Top Contributors

[![mrabbani](https://avatars.githubusercontent.com/u/4253979?v=4)](https://github.com/mrabbani "mrabbani (8 commits)")[![iSerter](https://avatars.githubusercontent.com/u/1284841?v=4)](https://github.com/iSerter "iSerter (2 commits)")

---

Tags

laravelsmstwilioSimplesendtext messagesnexmolabsmobilereceivecallfireeztextingmozeoverimor

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/iserter-laravel-sms/health.svg)

```
[![Health](https://phpackages.com/badges/iserter-laravel-sms/health.svg)](https://phpackages.com/packages/iserter-laravel-sms)
```

###  Alternatives

[simplesoftwareio/simple-sms

Simple-SMS is a package made for Laravel to send/receive (polling/pushing) text messages. Currently supports CalLFire, EZTexting, Email Gateways, FlowRoute, LabsMobile, Mozeo, Nexmo, Plivo, Twilio, and Zenvia

20845.7k5](/packages/simplesoftwareio-simple-sms)[mrabbani/laravel_infobip

Simple-SMS is a package made for Laravel to send/receive (polling/pushing) text messages. Currently supports CallFire, EZTexting, Email Gateways, Mozeo, and Twilio.

112.9k](/packages/mrabbani-laravel-infobip)[laravel-notification-channels/twilio

Provides Twilio notification channel for Laravel

2587.7M12](/packages/laravel-notification-channels-twilio)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[s-ichikawa/laravel-sendgrid-driver

This library adds a 'sendgrid' mail driver to Laravel.

4139.3M1](/packages/s-ichikawa-laravel-sendgrid-driver)[tzsk/sms

A robust and unified SMS gateway integration package for Laravel, supporting multiple providers.

320244.3k6](/packages/tzsk-sms)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
