PHPackages                             benmorel/messente - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. benmorel/messente

ActiveLibrary[HTTP &amp; Networking](/categories/http)

benmorel/messente
=================

Client library for the Messente SMS gateway

0.1.0(8y ago)42031MITPHPPHP &gt;=7.1

Since Oct 2Pushed 5y ago1 watchersCompare

[ Source](https://github.com/BenMorel/Messente)[ Packagist](https://packagist.org/packages/benmorel/messente)[ RSS](/packages/benmorel-messente/feed)WikiDiscussions master Synced 3d ago

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

Messente PHP client
===================

[](#messente-php-client)

A PHP client to send SMS messages through the [Messente](https://messente.com/) platform.

[![Latest Stable Version](https://camo.githubusercontent.com/a5ef512c93dd9715597b5f36bd15a6b07ecbc7e57a06e637fda45645fa32454f/68747470733a2f2f706f7365722e707567782e6f72672f62656e6d6f72656c2f6d657373656e74652f762f737461626c65)](https://packagist.org/packages/benmorel/messente)[![License](https://camo.githubusercontent.com/7013272bd27ece47364536a221edb554cd69683b68a46fc0ee96881174c4214c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667)](http://opensource.org/licenses/MIT)

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

[](#installation)

This library is installable via [Composer](https://getcomposer.org/):

```
composer require benmorel/messente
```

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

[](#requirements)

This library requires PHP 7.1 or later.

Quick start
-----------

[](#quick-start)

Sending an SMS:

```
$messente = new Messente('username', 'password');
$messageId = $messente->send('Hello word', '+441234567890'); // optionally provide the sender number
```

Querying an SMS status:

```
$messente->getStatus($messageId); // 'SENT', 'FAILED' or 'DELIVERED'
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity48

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

3146d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/57189121968030f0770811b461cc92f9c19c08f5c4767292f2ede48b7277cfad?d=identicon)[BenMorel](/maintainers/BenMorel)

---

Top Contributors

[![BenMorel](https://avatars.githubusercontent.com/u/1952838?v=4)](https://github.com/BenMorel "BenMorel (14 commits)")

---

Tags

smsmessente

### Embed Badge

![Health badge](/badges/benmorel-messente/health.svg)

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

###  Alternatives

[infobip/infobip-api-php-client

PHP library for consuming Infobip's API

921.8M10](/packages/infobip-infobip-api-php-client)[minchao/every8d-php

A EVERY8D SMS SDK for PHP (Unofficial)

1239.9k1](/packages/minchao-every8d-php)[ender/yunpian-sms

A php SDK for yunpian(云片网络短信服务商) sms RESTFULL API

294.9k](/packages/ender-yunpian-sms)[mediumart/orange-sms

A php library to interact with the orange sms api for MiddleEast and Africa.

1311.1k1](/packages/mediumart-orange-sms)

PHPackages © 2026

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