PHPackages                             twosuperior/textmarketer - 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. twosuperior/textmarketer

ActiveLibrary[API Development](/categories/api)

twosuperior/textmarketer
========================

Unofficial Package for Official Text Marketer Rest Client

1.0.0(3mo ago)016.4kMITPHPPHP &gt;=5.4.0

Since Jan 21Pushed 3mo agoCompare

[ Source](https://github.com/twosuperior/textmarketer)[ Packagist](https://packagist.org/packages/twosuperior/textmarketer)[ Docs](https://github.com/twosuperior/textmarketer)[ RSS](/packages/twosuperior-textmarketer/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

textmarketer-sms-php-sdk
========================

[](#textmarketer-sms-php-sdk)

TextMarketer's PHP SDK for easy integration between your app and our SMS messaging REST API.

Example
-------

[](#example)

```
// REPLACE with your Text Marketer API username and password
$client = new \TextMarketer\Client('myuser', 'mypass', 'production');

try {

	$credits = $client->getCredits();
	echo "I have $credits credits.\n";

	if ($credits > 0)
		$result = $client->sendSMS('Hello SMS World!', '447777777777', 'My Name');

	echo "Used {$result['credits_used']} credits, message ID {$result['message_id']}, scheduled ID {$result['scheduled_id']}\n";

} catch (Exception $ex) {
	// handle a possible error
	echo "An error occurred: {$ex->getCode()}, {$ex->getMessage()}";
}
```

###  Health Score

37

—

LowBetter than 82% of packages

Maintenance85

Actively maintained with recent releases

Popularity19

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity29

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

107d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

phpsdktextmarketer

### Embed Badge

![Health badge](/badges/twosuperior-textmarketer/health.svg)

```
[![Health](https://phpackages.com/badges/twosuperior-textmarketer/health.svg)](https://phpackages.com/packages/twosuperior-textmarketer)
```

###  Alternatives

[deepseek-php/deepseek-php-client

deepseek PHP client is a robust and community-driven PHP client library for seamless integration with the Deepseek API, offering efficient access to advanced AI and data processing capabilities.

47073.9k5](/packages/deepseek-php-deepseek-php-client)[jstolpe/instagram-graph-api-php-sdk

Instagram Graph API PHP SDK

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

A Library to integrate with Aramex APIs

2925.2k](/packages/octw-aramex)[jeffreyhyer/bamboohr

PHP SDK for the BambooHR API

1077.3k1](/packages/jeffreyhyer-bamboohr)

PHPackages © 2026

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