PHPackages                             smsplateform/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. smsplateform/php

ActiveLibrary[API Development](/categories/api)

smsplateform/php
================

Cette librairie est mise à la disposition des développeurs qui désirent interagir avec l'api de la plateforme d'envoi de sms marketing en ligne : www.smsplateform.com .

v02.08.2026(2w ago)0270MITPHP

Since Oct 13Pushed 2w ago1 watchersCompare

[ Source](https://github.com/torskint/smsplateform-php)[ Packagist](https://packagist.org/packages/smsplateform/php)[ Docs](https://smsplateform.com)[ RSS](/packages/smsplateform-php/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependencies (4)Versions (3)Used By (0)

"smsplateform.com Composer Library"

Include composer autoload class before.
---------------------------------------

[](#include-composer-autoload-class-before)

```
require_once 'vendor/autoload.php';
```

Send new sms
------------

[](#send-new-sms)

```
use Smsplateform\Client\Auth;
use Smsplateform\Client\Request;

Auth::Init('', '');
$sms = new Request([
	"sender" 		=> '',
	"msisdn" 		=> '',
	"message" 		=> '',

	'webhook_url' 	=> 'https://your-site/script.php'
]);

$result = $sms->Send();
$data = $result->getResponse();

var_dump($data);
```

Retrieve the list of sms sent
-----------------------------

[](#retrieve-the-list-of-sms-sent)

```
use Smsplateform\Client\Auth;
use Smsplateform\Client\Request;

Auth::Init('', '');
$sms = new Request([]);

$result = $sms->List();
$data = $result->getResponse();

var_dump($data);
```

User Profile informations
-------------------------

[](#user-profile-informations)

```
use Smsplateform\Client\Auth;
use Smsplateform\Client\Request;

Auth::Init('', '');
$sms = new Request([]);

$result = $sms->Profile();
$data = $result->getResponse();

var_dump($data);
```

Retrieve information about a given message id
---------------------------------------------

[](#retrieve-information-about-a-given-message-id)

```
use Smsplateform\Client\Auth;
use Smsplateform\Client\Request;

Auth::Init('', '');
$sms = new Request([
	"message_id" 	=> ''
]);

$result = $sms->View();
$data = $result->getResponse();

var_dump($data);
```

###  Health Score

47

—

FairBetter than 93% of packages

Maintenance97

Actively maintained with recent releases

Popularity15

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity56

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 ~2118 days

Total

2

Last Release

15d ago

Major Versions

v1.0.0 → v02.08.20262026-08-02

### Community

Maintainers

![](https://www.gravatar.com/avatar/9743d02da7db9f1b18e30c032caae85aa67a01392c0c51f1f2adacd396706d7f?d=identicon)[smsplateform.com](/maintainers/smsplateform.com)

---

Top Contributors

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

---

Tags

sms apisend smssmsplateformsms plateform

### Embed Badge

![Health badge](/badges/smsplateform-php/health.svg)

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

###  Alternatives

[shopware/platform

The Shopware e-commerce core

3.4k1.5M3](/packages/shopware-platform)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.4M235](/packages/sulu-sulu)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.8M672](/packages/shopware-core)[contao/core-bundle

Contao Open Source CMS

1301.7M3.1k](/packages/contao-core-bundle)[sproutcms/cms

Enterprise content management and framework

243.0k4](/packages/sproutcms-cms)

PHPackages © 2026

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