PHPackages                             punkstar/gradwell\_smsapi - 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. [API Development](/categories/api)
4. /
5. punkstar/gradwell\_smsapi

AbandonedArchivedLibrary[API Development](/categories/api)

punkstar/gradwell\_smsapi
=========================

A PHP library for sending text messages with the Gradwell SMS API

1.0.0(12y ago)011MIT

Since Feb 12Pushed 12y agoCompare

[ Source](https://github.com/punkstar/gradwell_smsapi)[ Packagist](https://packagist.org/packages/punkstar/gradwell_smsapi)[ Docs](https://github.com/punkstar/gradwell_smsapi)[ RSS](/packages/punkstar-gradwell-smsapi/feed)WikiDiscussions develop Synced today

READMEChangelogDependencies (2)Versions (3)Used By (0)

Gradwell SMS API
================

[](#gradwell-sms-api)

Unofficial library to send SMS messages using the Gradwell API.

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

[](#installation)

### Composer

[](#composer)

```
{
    "require": {
        "punkstar/gradwell_smsapi": "dev-master"
    }
}

```

Usage
-----

[](#usage)

```
require_once "vendor/autoload.php";

$sms = new \Gradwell\SMSAPI\Service($auth_token);
$message = new \Gradwell\SMSAPI\Message($your_mobile, $your_mobile, 'Hello World');

$sms->send($message);

```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity64

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

Unknown

Total

1

Last Release

4470d ago

### Community

Maintainers

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

---

Top Contributors

[![punkstar](https://avatars.githubusercontent.com/u/179072?v=4)](https://github.com/punkstar "punkstar (10 commits)")

---

Tags

smsgradwell

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/punkstar-gradwell-smsapi/health.svg)

```
[![Health](https://phpackages.com/badges/punkstar-gradwell-smsapi/health.svg)](https://phpackages.com/packages/punkstar-gradwell-smsapi)
```

###  Alternatives

[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M271](/packages/twilio-sdk)[aloha/twilio

Twilio API for Laravel

4733.6M5](/packages/aloha-twilio)[plivo/plivo-php

A PHP SDK to make voice calls &amp; send SMS using Plivo and to generate Plivo XML

1102.8M18](/packages/plivo-plivo-php)[plivo/php-sdk

A PHP SDK to make voice calls &amp; send SMS using Plivo and to generate Plivo XML

1101.9M5](/packages/plivo-php-sdk)[smsapi/php-client

SMSAPI API PHP Client

652.1M17](/packages/smsapi-php-client)[africastalking/africastalking

Official Africa's Talking PHP SDK

122557.6k10](/packages/africastalking-africastalking)

PHPackages © 2026

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