Async SMPP server and client implementations for ReactPHP.
Forked from https://github.com/alexeevdv/react-smpp
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.
You can find SMPP client and server sample implementations in the examples
folder.