PHPackages                             jord-jd/sms-providers - 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. jord-jd/sms-providers

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

jord-jd/sms-providers
=====================

Provides data on popular SMS providers

v3.0.0(6mo ago)22LGPL-3.0-onlyPHPPHP &gt;=7.1

Since May 7Pushed 1mo agoCompare

[ Source](https://github.com/Jord-JD/sms-providers)[ Packagist](https://packagist.org/packages/jord-jd/sms-providers)[ GitHub Sponsors](https://github.com/DivineOmega)[ RSS](/packages/jord-jd-sms-providers/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (3)Dependencies (1)Versions (4)Used By (0)

SMS Providers
=============

[](#sms-providers)

Warning

This package is retired. Its provider coverage tables are static and can become inaccurate as carrier routes, regulatory rules, and provider availability change.

New applications should query the chosen SMS provider's current coverage/pricing API or documentation at decision time. Existing v3 releases remain available only for legacy applications that have independently validated the bundled data.

This library provides data on popular SMS providers.

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

[](#installation)

To install the SMS Providers package, simply run the following Composer command from the root of your project.

```
composer require jord-jd/sms-providers
```

Usage
-----

[](#usage)

### Get providers by destination country

[](#get-providers-by-destination-country)

You can retrieve all the providers that deliver SMS to specific countries. See the following code for an example.

```
$country = (new Countries())->getByName('United Kingdom');
$providers = (new Providers())->getByDestinationCountry($country);
```

This code will retrieve an array of all the providers that support sending text messages to phone numbers starting with the '44' calling code (United Kingdom).

### Get providers by calling code

[](#get-providers-by-calling-code)

You can retrieve all the providers that deliver SMS to numbers beginning with a specific calling code. See the following example snippet.

```
$providers = (new Providers())->getByDestinationCallingCode('44');
```

This code will retrieve an array of all the providers that support sending text messages to phone numbers starting with the '44' calling code (United Kingdom).

###  Health Score

40

—

FairBetter than 86% of packages

Maintenance82

Actively maintained with recent releases

Popularity5

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

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

Total

3

Last Release

184d ago

Major Versions

v1.0.0 → v2.0.02026-02-14

v2.0.0 → v3.0.02026-02-14

### Community

Maintainers

![](https://www.gravatar.com/avatar/c580cdf7c14898fff179cdfc1085892091d5d2f49d917873a12365af9ac77c93?d=identicon)[Jord-JD](/maintainers/Jord-JD)

---

Top Contributors

[![Jord-JD](https://avatars.githubusercontent.com/u/650645?v=4)](https://github.com/Jord-JD "Jord-JD (20 commits)")

---

Tags

phpphp-librarysmssms-providers

### Embed Badge

![Health badge](/badges/jord-jd-sms-providers/health.svg)

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

PHPackages © 2026

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