PHPackages                             dpodium/sms-api - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. dpodium/sms-api

ActiveComponent[HTTP &amp; Networking](/categories/http)

dpodium/sms-api
===============

Multiple SMS API Providers packaged together for general SMS sending use.

1.2.12(4y ago)0188MITPHPPHP &gt;=5.5.0CI failing

Since Feb 5Pushed 4y ago5 watchersCompare

[ Source](https://github.com/dpodium/sms-api)[ Packagist](https://packagist.org/packages/dpodium/sms-api)[ RSS](/packages/dpodium-sms-api/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (2)Dependencies (2)Versions (22)Used By (0)

sms-api
=======

[](#sms-api)

Multiple SMS Gateway Providers API packaged together for general SMS sending use.

Ability to configure specific provider to use on specific country dial code.

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

[](#requirements)

At least php5.5 and above is required to use this module.

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

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
$ composer require dpodium/sms-api
```

or add

```
"dpodium/sms-api": "dev-master"

```

to the `require` section of your `composer.json` file.

Usage
-----

[](#usage)

Setup component for usage like such:

```
$config = [];  //Configuration array, see \dpodium\smsapi\components\SmsManager for more information

$sms = new \dpodium\smsapi\components\SmsManager();
$sms->config = $config;
$sms->test_mode = false;
```

Use the component like such:

```
$countryId = '60';
$contactNo = '123456789';
$sms->setPhone($countryId, $contactNo);
$sms->sendSms('Hello world!');
```

For more information and options, see \\dpodium\\smsapi\\components\\SmsManager and the individual provider components.

Providers
---------

[](#providers)

CM -

Clickatell -

Mobile Ace - N/A

Footnotes
---------

[](#footnotes)

We are not affiliated with the SMS Gateway API Providers in any way. Usage of their services are subjected to their charges which are borne by user using the service.

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 83.8% 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 ~112 days

Recently: every ~189 days

Total

20

Last Release

1661d ago

### Community

Maintainers

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

---

Top Contributors

[![darrenng-dpodium](https://avatars.githubusercontent.com/u/12998063?v=4)](https://github.com/darrenng-dpodium "darrenng-dpodium (31 commits)")[![ierawahid](https://avatars.githubusercontent.com/u/32503537?v=4)](https://github.com/ierawahid "ierawahid (6 commits)")

---

Tags

smssms-gatewayclickatellcmsms gateway apimobile ace

### Embed Badge

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

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

###  Alternatives

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.3k543.5M2.5k](/packages/aws-aws-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k37](/packages/neuron-core-neuron-ai)[illuminate/http

The Illuminate Http package.

11937.9M6.7k](/packages/illuminate-http)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[ellaisys/aws-cognito

Laravel Authentication using AWS Cognito (Web and API)

123256.9k1](/packages/ellaisys-aws-cognito)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

252.5k](/packages/eslazarev-wildberries-sdk)

PHPackages © 2026

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