PHPackages                             indigophp/fuel-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/fuel-sms

AbandonedArchivedFuel-package[Utility &amp; Helpers](/categories/utility)

indigophp/fuel-sms
==================

Fuel wrapper around Indigo SMS package

v1.0.0(11y ago)141MITPHP

Since Jan 28Pushed 11y ago1 watchersCompare

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

READMEChangelogDependencies (6)Versions (4)Used By (0)

Fuel Sms
========

[](#fuel-sms)

[![Build Status](https://camo.githubusercontent.com/ffb2c6e11bb803129b386db639aeb884d1f41cf4241ce1022e4473803632b591/68747470733a2f2f7472617669732d63692e6f72672f696e6469676f7068702f6675656c2d736d732e7376673f6272616e63683d646576656c6f70)](https://travis-ci.org/indigophp/fuel-sms)[![Latest Stable Version](https://camo.githubusercontent.com/4aad1ec94e7065a759aec431f720a9dac80423a91fb32eb8273230c84e606231/68747470733a2f2f706f7365722e707567782e6f72672f696e6469676f7068702f6675656c2d736d732f762f737461626c652e706e67)](https://packagist.org/packages/indigophp/fuel-sms)[![Total Downloads](https://camo.githubusercontent.com/a3a7a363bac5bee8db6611ae65baf9f42c1ebc88f3f209b6990e71ef5e9abf41/68747470733a2f2f706f7365722e707567782e6f72672f696e6469676f7068702f6675656c2d736d732f646f776e6c6f6164732e706e67)](https://packagist.org/packages/indigophp/fuel-sms)[![License](https://camo.githubusercontent.com/de93f3d5df37c1690e429c0e7b4d9559fbcd32a6194e587b30ab0f7426973089/68747470733a2f2f706f7365722e707567782e6f72672f696e6469676f7068702f6675656c2d736d732f6c6963656e73652e706e67)](https://packagist.org/packages/indigophp/fuel-sms)[![Dependency Status](https://camo.githubusercontent.com/a92ae8f516b3d8bc49307d909e8d614af26cf37ef6cd09ee7cf2cdf382b496b5/687474703a2f2f7777772e76657273696f6e6579652e636f6d2f757365722f70726f6a656374732f3533633865336333623437633331363464313030303033612f62616467652e7376673f7374796c653d666c6174)](http://www.versioneye.com/user/projects/53c8e3c3b47c3164d100003a)

**This package is a wrapper around [indigophp/sms](https://github.com/indigophp/sms) package.**

Install
-------

[](#install)

Via Composer

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

Usage
-----

[](#usage)

```
\Sms::forge('default');
```

Send message from `oil`

```
$ oil r sms --gateway=gateway number "message"
```

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

[](#configuration)

```
'default' => function () {
    return new Indigo\Sms\Gateway\SomeGateway;
}
```

Testing
-------

[](#testing)

```
$ codecept run
```

Credits
-------

[](#credits)

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

License
-------

[](#license)

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

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity65

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 ~171 days

Total

2

Last Release

4315d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

smsgatewayshort message

###  Code Quality

TestsCodeception

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/indigophp-fuel-sms/health.svg)](https://phpackages.com/packages/indigophp-fuel-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)
