PHPackages                             d4h/world-text - 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. d4h/world-text

AbandonedArchivedLibrary[API Development](/categories/api)

d4h/world-text
==============

PHP SDK for World-Text API

3.0.2(5y ago)010.6kMITPHPPHP &gt;=5.6.0

Since Jun 10Pushed 5y ago1 watchersCompare

[ Source](https://github.com/D4H/php-world-text)[ Packagist](https://packagist.org/packages/d4h/world-text)[ Docs](http://github.com/d4h/php-world-text)[ RSS](/packages/d4h-world-text/feed)WikiDiscussions master Synced 4d ago

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

World-Text SDK for PHP
======================

[](#world-text-sdk-for-php)

[![Build Status](https://camo.githubusercontent.com/80a9364a8eb9e35799f88ce8a2c36c9df91b2b90f0da66f41d7a196859cf4d50/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6434682f7068702d776f726c642d746578742e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/d4h/php-world-text)[![Latest Stable Version](https://camo.githubusercontent.com/54a35755c525cacbb36b6022d170e6119e54572693850dff5b5fbbdb70696125/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6434682f776f726c642d746578742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/d4h/world-text)[![License](https://camo.githubusercontent.com/21f8cb9770700c8acbbf58a53beb43105c5be676fc5d97e15f27cc2532134dd6/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6434682f7068702d776f726c642d746578743f7374796c653d666c61742d737175617265)](#license)

PHP SDK for World Text SMS Text Messaging

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

[](#installation)

```
composer require d4h/world-text

```

API Documentation
-----------------

[](#api-documentation)

World Text SMS API is documented here: [World Text HTTP REST API](http://www.world-text.com/docs/interfaces/HTTP/)

Introduction
------------

[](#introduction)

### Send an SMS Text Message

[](#send-an-sms-text-message)

```
$id = 'XXXXXX'; // Your Account ID
$apiKey = 'XXXXXX'; // Your secret API Key

$sms = WorldText\SmsClient::create($id, $apiKey);

try {
    $info = $sms->send('447989000000', 'Example message');
} catch (Exception $e) {
    echo 'Caught exception: ', $e->getMessage(), "\n";
}
```

Credits
-------

[](#credits)

Sponsored by [D4H](https://d4htechnologies.com/).

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 53.8% 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 ~24 days

Total

3

Last Release

2117d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9937cd6d2eff58e99c75bc2d4a53066e7c9cfdec457c798d5d02d37e6947f419?d=identicon)[hannesvdvreken](/maintainers/hannesvdvreken)

---

Top Contributors

[![hannesvdvreken](https://avatars.githubusercontent.com/u/1410358?v=4)](https://github.com/hannesvdvreken "hannesvdvreken (7 commits)")[![m-r-h](https://avatars.githubusercontent.com/u/2412007?v=4)](https://github.com/m-r-h "m-r-h (6 commits)")

---

Tags

apismstextworldworldtext

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/d4h-world-text/health.svg)

```
[![Health](https://phpackages.com/badges/d4h-world-text/health.svg)](https://phpackages.com/packages/d4h-world-text)
```

###  Alternatives

[ardakilic/mutlucell

Mutlucell SMS API wrapper for sending sms text messages for Laravel

457.3k](/packages/ardakilic-mutlucell)[smsfactor/smsfactor-php-sdk

SMSFactor client library for PHP

15382.5k2](/packages/smsfactor-smsfactor-php-sdk)[unicodeveloper/jusibe-php-lib

Jusibe PHP Library

3417.4k1](/packages/unicodeveloper-jusibe-php-lib)[minchao/mitake-php

A Mitake SMS SDK for PHP (Unofficial)

347.8k1](/packages/minchao-mitake-php)

PHPackages © 2026

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