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 .

v1.0.0(5y ago)0208MITPHP

Since Oct 13Pushed 5y 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 1mo ago

READMEChangelogDependencies (2)Versions (2)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

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

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

2043d ago

### Community

Maintainers

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

---

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

[temporal/sdk

Temporal SDK

4002.2M18](/packages/temporal-sdk)[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)[toshy/bunnynet-php

BunnyNet API client for PHP

61172.1k6](/packages/toshy-bunnynet-php)[dariusiii/tmdb-laravel

Laravel Package for TMDB ( The Movie Database ) API. Provides easy access to the wtfzdotnet/php-tmdb-api library.

1821.1k](/packages/dariusiii-tmdb-laravel)[smnandre/pagespeed-api

PageSpeed Insight PHP Api Client 🚀 Analyse web pages for performances metrics, core web vitals...

1511.5k](/packages/smnandre-pagespeed-api)

PHPackages © 2026

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