alexeevdv / react-smpp
Async SMPP server and client implementations for ReactPHP.
Installs: 168
Dependents: 0
Suggesters: 0
Security: 0
Stars: 7
Watchers: 3
Forks: 4
Open Issues: 1
pkg:composer/alexeevdv/react-smpp
Requires
- php: >=7.1
- ext-iconv: *
- psr/log: ^1.1
- react/event-loop: ^1.1
- react/socket: ^1.2
Requires (Dev)
- codeception/codeception: ^4.0
- codeception/module-asserts: ^1.3
- firehed/simplelogger: ^2.2
- squizlabs/php_codesniffer: ^3.5
This package is auto-updated.
Last update: 2025-10-11 15:29: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 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.