2017 © Pedro Peláez
 

library sse-react

Streaming, async HTML5 Server-Sent Events server (aka. SSE or EventSource)

image

clue/sse-react

Streaming, async HTML5 Server-Sent Events server (aka. SSE or EventSource)

  • Monday, June 19, 2017
  • by clue
  • Repository
  • 2 Watchers
  • 26 Stars
  • 2,907 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 5 Forks
  • 2 Open issues
  • 1 Versions
  • 44 % Grown

The README.md

clue/sse-react

CI status installs on Packagist, (*1)

Streaming, async HTML5 Server-Sent Events server (aka. SSE or EventSource), built on top of React PHP., (*2)

Note: This project is in early alpha stage! Feel free to report any issues you encounter., (*3)

Quickstart example

See the examples., (*4)

Install

The recommended way to install this library is through Composer. New to Composer?, (*5)

Once released, this project will follow SemVer. At the moment, this will install the latest development version:, (*6)

{
    "require": {
        "clue/sse-react": "dev-master"
    }
}

This project aims to run on any platform and thus does not require any PHP extensions and supports running on legacy PHP 5.3 through PHP 7.3. It's highly recommended to use the latest supported PHP version for this project., (*7)

Tests

To run the test suite, you first need to clone this repo and then install all dependencies through Composer:, (*8)

composer install

To run the test suite, go to the project root and run:, (*9)

php vendor/bin/phpunit

License

MIT, see LICENSE file., (*10)

The Versions

19/06 2017

dev-master

9999999-dev https://github.com/clue/php-sse-react

Streaming, async HTML5 Server-Sent Events server (aka. SSE or EventSource)

  Sources   Download

MIT

The Requires

 

The Development Requires

by Christian Lück

async reactphp event-driven eventsource sse server-sent events