Skip to content

clue/php-sse-react

Repository files navigation

clue/sse-react

CI status installs on Packagist

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

Note: This project is in early alpha stage! Feel free to report any issues you encounter.

Quickstart example

See the examples.

Install

The recommended way to install this library is through composer. New to composer?

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

Tests

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

$ composer install

To run the test suite, go to the project root and run:

$ php vendor/bin/phpunit

License

MIT

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages