maestroprog/esockets

Easy sockets for PHP7.1+

2.1.3-RC 2018-02-24 22:49 UTC

This package is auto-updated.

Last update: 2024-03-21 18:29:06 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