specialist / react-smpp
Async SMPP server and client implementations for ReactPHP.
v0.0.1
2024-05-24 06:36 UTC
Requires
- php: >=8.1
- ext-iconv: *
- psr/log: ^3.0.0
- react/event-loop: ^1.5
- react/socket: ^1.9
Requires (Dev)
- codeception/codeception: ^5.0
- codeception/module-asserts: ^2.0
- firehed/simplelogger: ^2.4
- squizlabs/php_codesniffer: ^3.10
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.