Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 708 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 708 Bytes

EasyStream work with php sockets, using callback handlers

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