maestroprog / esockets
Easy sockets for PHP7.1+
Installs: 133
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/maestroprog/esockets
Requires
- php: >=7.1.0
This package is auto-updated.
Last update: 2025-09-21 21:38:43 UTC
README
What is esockets?
This project was conceived as a tool to facilitate the work with inter-process communication.
Which PHP version is supported?
Supported PHP 7.1 or higher version
Samples of use:
Features
- Callback handlers for all socket events,
- Built-in application protocol
EasyStream
, allowing to transfer on a network practically any data structures of php (only for tcp), - Supports blocking and non-blocking modes of operation
- Correct work on Linux and Windows