specialist / react-smpp
Async SMPP server and client implementations for ReactPHP.
Installs: 16
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/specialist/react-smpp
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: 2025-09-24 09:43:20 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.