alexeevdv / react-smpp
There is no license information available for the latest version (dev-master) of this package.
Async SMPP server and client implementations for ReactPHP.
dev-master
2019-05-24 00:12 UTC
Requires
- php: ^7.1
- ext-iconv: *
- react/event-loop: ^1.1
- react/socket: ^1.2
Requires (Dev)
- codeception/codeception: ^3.0
This package is auto-updated.
Last update: 2024-10-11 13:21:28 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.