alexeevdv/react-smpp

Async SMPP server and client implementations for ReactPHP.

Installs: 168

Dependents: 0

Suggesters: 0

Security: 0

Stars: 7

Watchers: 3

Forks: 4

Open Issues: 1

pkg:composer/alexeevdv/react-smpp

dev-develop / 1.0.x-dev 2021-03-11 05:43 UTC

This package is auto-updated.

Last update: 2025-10-11 15:29:20 UTC


README

Async SMPP server and client implementations for ReactPHP.

Installation

The preferred way to install this extension is through composer.

Either run

$ php composer.phar require alexeevdv/react-smpp 1.0.x-dev

or add

"alexeevdv/react-smpp": "1.0.x-dev"

to the require section of your composer.json file.

Examples

You can find SMPP client and server sample implementations in the examples folder.