/react-smpp

Async SMPP server and client implementations for ReactPHP.

Primary LanguagePHPMIT LicenseMIT

react-smpp

Async SMPP server and client implementations for ReactPHP.

Forked from https://github.com/alexeevdv/react-smpp

Installation

The preferred way to install this extension is through composer.

Either run

$ php composer.phar require level23/react-smpp dev-develop

or add

"level23/react-smpp": "dev-develop"

to the require section of your composer.json file.

Examples

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