PHPackages                             spring-edge/php-sms-lib - 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. spring-edge/php-sms-lib

ActiveLibrary

spring-edge/php-sms-lib
=======================

SMS Library to send sms

04PHP

Since May 9Pushed 5y agoCompare

[ Source](https://github.com/spring-edge/php-sms)[ Packagist](https://packagist.org/packages/spring-edge/php-sms-lib)[ RSS](/packages/spring-edge-php-sms-lib/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

PHP SMS-Lib
===========

[](#php-sms-lib)

This repository contains PHP-lib to send sms using Spring Edge () APIs

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

[](#requirements)

- [Sign up](https://www.springedge.com/) for a free Trail Messaging account
- Create a new `apikey` from developers section of sms account
- Setup sender name for sms account.
- A working envounment to run PHP.

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

[](#installation)

Place `smsapi.php` in same directory. Get API key and Sender name.

Usage
-----

[](#usage)

Send Text message:

```
include 'smsapi.php';

$apikey = "675031xxxxxxxxxxxx";
$sender = "SEDEMO";

$sendsms = new smsapi($apikey, $sender);
$sendsms->send_sms("9199xxxxxxxx", "Hello, This is a test message from spring edge");

```

Success Response:

```
{
 "groupID":xxxxxx,
 "MessageIDs":"xxxxxxx-xx",
 "status":"AWAITED-DLR"
}

```

Or in case of an error:

```
{
  "error":"Invalid Mobile Numbers"
}

```

Support
-------

[](#support)

For any support or query please visit:

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity30

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/673f0cc1f8145df76b483241a5fb148811e905d3f9657cadb3c18b469fb71050?d=identicon)[springedge](/maintainers/springedge)

---

Top Contributors

[![hackeranonymousdeepweb](https://avatars.githubusercontent.com/u/34036036?v=4)](https://github.com/hackeranonymousdeepweb "hackeranonymousdeepweb (1 commits)")

### Embed Badge

![Health badge](/badges/spring-edge-php-sms-lib/health.svg)

```
[![Health](https://phpackages.com/badges/spring-edge-php-sms-lib/health.svg)](https://phpackages.com/packages/spring-edge-php-sms-lib)
```

PHPackages © 2026

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