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)0225MITPHP

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 today

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 41% 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

2089d 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

[sulu/sulu

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

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

Shopware platform is the core for all Shopware ecommerce products.

585.6M574](/packages/shopware-core)[blackfire/player

A powerful web crawler and web scraper with Blackfire support

49617.1k](/packages/blackfire-player)[sproutcms/cms

Enterprise content management and framework

242.5k4](/packages/sproutcms-cms)[storyblok/php-management-api-client

Storyblok PHP Client for Management API

1233.5k3](/packages/storyblok-php-management-api-client)

PHPackages © 2026

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