PHPackages                             richbarrett/itagg-sdk-php - 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. richbarrett/itagg-sdk-php

AbandonedLibrary[API Development](/categories/api)

richbarrett/itagg-sdk-php
=========================

PHP SDK for the iTagg SMS service

1.0(8y ago)062MITPHPPHP &gt;=5.6.0

Since Oct 24Pushed 8y ago1 watchersCompare

[ Source](https://github.com/richbarrett7/itagg-sdk-php)[ Packagist](https://packagist.org/packages/richbarrett/itagg-sdk-php)[ Docs](https://github.com/richbarrett7/itagg-sdk-php)[ RSS](/packages/richbarrett-itagg-sdk-php/feed)WikiDiscussions master Synced 3d ago

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

PHP SDK for iTagg SMS
=====================

[](#php-sdk-for-itagg-sms)

Overview
--------

[](#overview)

This was created as a lightweight PHP SDK for communicating with the iTAGG SMS API.

Usage
-----

[](#usage)

```
include_once('vendor/autoload.php');

use richbarrett\itagg\send;

$send = new send('YOUR_USER','YOUR_PASSWORD');
$send->addTo('00000000000');
$send->setBody('Hello world');
$send->setFrom('iTagg SMS');

try {

  $response = $send->sendRequest();
  die('Success!');

} catch (\Exception $e) {

  die('Failed with error: '.$e->getMessage());

}
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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

Unknown

Total

1

Last Release

3124d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/198626cb4c52feff8c059ebc5344389c1e6351c936dcc6164713da28a6e88a64?d=identicon)[richbarrett](/maintainers/richbarrett)

---

Top Contributors

[![richbarrett7](https://avatars.githubusercontent.com/u/5858993?v=4)](https://github.com/richbarrett7 "richbarrett7 (3 commits)")

---

Tags

phpapisdksmsitagg

### Embed Badge

![Health badge](/badges/richbarrett-itagg-sdk-php/health.svg)

```
[![Health](https://phpackages.com/badges/richbarrett-itagg-sdk-php/health.svg)](https://phpackages.com/packages/richbarrett-itagg-sdk-php)
```

###  Alternatives

[jstolpe/instagram-graph-api-php-sdk

Instagram Graph API PHP SDK

13998.4k2](/packages/jstolpe-instagram-graph-api-php-sdk)[clever/clever-php

231.6k](/packages/clever-clever-php)

PHPackages © 2026

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