PHPackages                             indigophp/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. indigophp/sms

AbandonedArchivedLibrary[Utility &amp; Helpers](/categories/utility)

indigophp/sms
=============

SMS abstraction layer

v1.1.0(11y ago)97231MITPHPPHP &gt;=5.3.3

Since Jan 28Pushed 11y ago1 watchersCompare

[ Source](https://github.com/indigophp-archive/sms)[ Packagist](https://packagist.org/packages/indigophp/sms)[ Docs](https://indigophp.com)[ RSS](/packages/indigophp-sms/feed)WikiDiscussions master Synced 4d ago

READMEChangelog (1)Dependencies (4)Versions (5)Used By (1)

Indigo SMS
==========

[](#indigo-sms)

[![Build Status](https://camo.githubusercontent.com/fdba34fef731132a549ec683918f3168768421312a83e87ae730365d1c42873b/68747470733a2f2f7472617669732d63692e6f72672f696e6469676f7068702f736d732e706e673f6272616e63683d646576656c6f70)](https://travis-ci.org/indigophp/sms)[![Code Coverage](https://camo.githubusercontent.com/59ecf6f1e977102e0b1f2af591b8632792e4a67547cd423c8b079590763a0971/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f696e6469676f7068702f736d732f6261646765732f636f7665726167652e706e673f733d30643566363534343362383730613539386536653239376139636330663932313439303631616365)](https://scrutinizer-ci.com/g/indigophp/sms/)[![Latest Stable Version](https://camo.githubusercontent.com/4e525ccb79d19f33fdf4b40cdda95a629d0e0004be4a04e6616f8aa73a062787/68747470733a2f2f706f7365722e707567782e6f72672f696e6469676f7068702f736d732f762f737461626c652e706e67)](https://packagist.org/packages/indigophp/sms)[![Total Downloads](https://camo.githubusercontent.com/f04e87c33509711a8eafa63899c43fad2c2ef10329e03b8440844ee299e5933f/68747470733a2f2f706f7365722e707567782e6f72672f696e6469676f7068702f736d732f646f776e6c6f6164732e706e67)](https://packagist.org/packages/indigophp/sms)[![Scrutinizer Quality Score](https://camo.githubusercontent.com/0a47564c23d90ed12e8f851fd885a9dbb76edc551ade0310c5e0f65317c20781/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f696e6469676f7068702f736d732f6261646765732f7175616c6974792d73636f72652e706e673f733d61366263663837663438323030663739393763643135396364656635323764316232626263666238)](https://scrutinizer-ci.com/g/indigophp/sms/)[![License](https://camo.githubusercontent.com/ad05f9c15ed8bacd0011a96e061c6cc24e33d7366453147aaa430202c48e0a04/68747470733a2f2f706f7365722e707567782e6f72672f696e6469676f7068702f736d732f6c6963656e73652e706e67)](https://packagist.org/packages/indigophp/sms)[![Dependency Status](https://camo.githubusercontent.com/b210359e144377a5a7aa615e2523e018f81256be86b407adc7cbe491c2a301f7/687474703a2f2f7777772e76657273696f6e6579652e636f6d2f757365722f70726f6a656374732f3533633865336265623437633331356430663030303033392f62616467652e7376673f7374796c653d666c6174)](http://www.versioneye.com/user/projects/53c8e3beb47c315d0f000039)

**SMS Gateway Abstraction Layer.**

Install
-------

[](#install)

Via Composer

```
{
    "require": {
        "indigophp/sms": "@stable"
    }
}
```

**Note**: Package now uses PSR-4 autoloader, make sure you have a fresh version of Composer.

Usage
-----

[](#usage)

```
$gateway = new Indigo\Sms\Gateway\MyGateway;

$message = new Indigo\Sms\Message(123456789, 'This is a message', OPTIONAL_SENDER_OR_SENDER_ID);

$gateway->send($message);
```

Testing
-------

[](#testing)

```
$ codecept run
```

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](https://github.com/indigophp/sms/blob/develop/CONTRIBUTING.md) for details.

Credits
-------

[](#credits)

- [Márk Sági-Kazár](https://github.com/sagikazarmark)
- [All Contributors](https://github.com/indigophp/sms/contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](https://github.com/indigophp/sms/blob/develop/LICENSE) for more information.

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 100% 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 ~86 days

Total

3

Last Release

4319d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0e4e105cea62b616d4cb376b08a849b6a428f646998537de150d16a8eb537b90?d=identicon)[mark.sagikazar](/maintainers/mark.sagikazar)

![](https://www.gravatar.com/avatar/1585b5a08e138e348f5b646231d0f16cb2eae06501fb9462bbc97a794d4de84a?d=identicon)[TamasBarta](/maintainers/TamasBarta)

---

Top Contributors

[![sagikazarmark](https://avatars.githubusercontent.com/u/1226384?v=4)](https://github.com/sagikazarmark "sagikazarmark (32 commits)")

---

Tags

smsgatewayshort message

###  Code Quality

TestsCodeception

### Embed Badge

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

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

###  Alternatives

[php-smpp/php-smpp

PHP-based SMPP client lib

234197.5k8](/packages/php-smpp-php-smpp)[instasent/sms-counter-php

SMS Counter PHP Class Library which detects encoding of an SMS message text, counts the characters as per the encoding and gives page limit information.

491.3M4](/packages/instasent-sms-counter-php)[alexandr-mironov/php-smpp

PHP SMPP client lib, fork of onlinecity/php-smpp

4864.3k](/packages/alexandr-mironov-php-smpp)[benmorel/gsm-charset-converter

Converts GSM 03.38 strings to and from UTF-8

16423.5k](/packages/benmorel-gsm-charset-converter)[matthewbdaly/sms-client

A generic SMS client library. Supports multiple swappable drivers.

2291.2k2](/packages/matthewbdaly-sms-client)[midnite81/geolocation

A laravel package which wraps the IP Info DB and IP2Location Services

3624.1k](/packages/midnite81-geolocation)

PHPackages © 2026

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