PHPackages                             interact-agency/sms-client - 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. interact-agency/sms-client

ActiveLibrary

interact-agency/sms-client
==========================

SMS Client

0.0.1.2(7y ago)113MITPHPPHP &gt;=5.5.9

Since Sep 18Pushed 6y ago5 watchersCompare

[ Source](https://github.com/InteractAgency/sms-client)[ Packagist](https://packagist.org/packages/interact-agency/sms-client)[ RSS](/packages/interact-agency-sms-client/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (5)Used By (0)

sms-client
==========

[](#sms-client)

Provide websms.lu implementation

Install
-------

[](#install)

```
composer require interact-agency/sms-client

```

Use case
--------

[](#use-case)

Init Client

```
use SMSClient\Client\Client;

$client = new Client('your_login', 'your_password');

```

Send method

```
$client->send('your_to', your_from', 'your_message');

// the subject of the message is optionnal

$client->send('your_to', your_from', 'your_message', 'your_subject');

```

Display method (get infos about last message sent)

```
$client->display($websmsResponse);

```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity50

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

Every ~0 days

Total

4

Last Release

2794d ago

### Community

Maintainers

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

---

Top Contributors

[![jul6art](https://avatars.githubusercontent.com/u/16208295?v=4)](https://github.com/jul6art "jul6art (5 commits)")

### Embed Badge

![Health badge](/badges/interact-agency-sms-client/health.svg)

```
[![Health](https://phpackages.com/badges/interact-agency-sms-client/health.svg)](https://phpackages.com/packages/interact-agency-sms-client)
```

PHPackages © 2026

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