====== React PHP ======

Event-driven, non-blocking I/O with PHP.

  * https://reactphp.org/ :!:
  * https://github.com/reactphp/react

===== Компоненты =====

  * https://github.com/reactphp/partial
  * https://github.com/reactphp/cache
  * https://github.com/reactphp/event-loop
  * https://github.com/reactphp/stream
  * https://github.com/reactphp/socket
  * https://github.com/reactphp/socket-client
  * https://github.com/reactphp/http-client
  * https://github.com/reactphp/http
  * https://github.com/reactphp/filesystem
  * https://github.com/reactphp/promise

===== Примеры реализации =====

  * https://github.com/reactphp/chatroulette

====== PHP Daemon ======

Asynchronous framework in PHP. It has a huge number of features. Designed for highload. Each worker is capable of handling thousands of simultaneous connections. Main features and possibilites:

  * http://daemon.io/
  * https://github.com/kakserpom/phpdaemon

===== Примеры реализации =====

  * http://daemon.io/examples.html

====== PHP WebSocket ======

A websocket server implemented in php.

  * https://github.com/nekudo/php-websocket

===== Примеры реализации =====

  * http://jitt.li/

====== Elephant.io ======

Elephant.io is a rough websocket client
<code>
        ___     _,.--.,_         Elephant.io is a rough websocket client
      .-~   ~--"~-.   ._ "-.     written in PHP. Its goal is to ease the
     /      ./_    Y    "-. \    communications between your PHP Application and
    Y       :~     !         Y   a real-time server.
    lq p    |     /         .|
 _   \. .-, l    /          |j   Requires PHP 5.4 and openssl, licensed under
()\___) |/   \_/";          !    the MIT License.
 \._____.-~\  .  ~\.      ./
            Y_ Y_. "vr"~  T      Built-in Engines :
            (  (    |L    j      - Socket.io 1.x
            [nn[nn..][nn..]      - Socket.io 0.x (courtesy of @kbu1564)
          ~~~~~~~~~~~~~~~~~~~
</code>

  * https://github.com/Wisembly/elephant.io