greevex / react-easy-server
Very easy and powerful socket server solution with describing of any protocol and client scenario. Based on ReactPHP/socket
Installs: 7 109
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 3
Open Issues: 0
Requires
- php: >=5.5.0
- react/socket: ^0.7@dev
- react/socket-client: ^0.5@dev
Requires (Dev)
- phpunit/phpunit: ^4.0@dev
This package is auto-updated.
Last update: 2024-12-08 07:34:25 UTC
README
Very easy socket server solution based on ReactPHP/Socket evented server. Simple client work, simple describing of any protocol.
Build your socket server with any protocol and client communication scenario in few lines of code
Example is in examples directory.
composer require greevex/react-easy-server