specialist/react-smpp

Async SMPP server and client implementations for ReactPHP.

v0.0.1 2024-05-24 06:36 UTC

This package is auto-updated.

Last update: 2024-10-24 07:26:59 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 specialist/react-smpp

or add

"specialist/react-smpp": "^0.0.1"

to the require section of your composer.json file.

Examples

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