Download the PHP package hhxsv5/php-sse without Composer
On this page you can find all versions of the php package hhxsv5/php-sse. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download hhxsv5/php-sse
More information about hhxsv5/php-sse
Files in hhxsv5/php-sse
Download hhxsv5/php-sse
More information about hhxsv5/php-sse
Files in hhxsv5/php-sse
Vendor hhxsv5
Package php-sse
Short Description A simple and efficient library implemented HTML5's server-sent events by PHP, is used to real-time push events from server to client, and easier than Websocket, instead of AJAX request.
License MIT
Homepage https://github.com/hhxsv5/php-sse
Package php-sse
Short Description A simple and efficient library implemented HTML5's server-sent events by PHP, is used to real-time push events from server to client, and easier than Websocket, instead of AJAX request.
License MIT
Homepage https://github.com/hhxsv5/php-sse
Please rate this library. Is it a good library?
hhxsv5/php-sse
Rate from 1 - 5
Rated 5.00 based on 1 reviews
Rated 5.00 based on 1 reviews
Informations about the package php-sse
PHP SSE: Server-sent Events
A simple and efficient library implemented HTML5's server-sent events by PHP, is used to real-time push events from server to client, and easier than Websocket, instead of AJAX request.
Requirements
- PHP 5.4 or later
Installation via Composer(packagist)
Usage
Run demo
-
Run PHP webserver
- Open url
http://127.0.0.1:9001/index.html
Javascript demo
Client: receiving events from the server.
PHP demo
Server: Sending events by pure php.
Symfony and Laravel demo
Server: Sending events by Laravel or Symfony.
Swoole demo
Server: Sending events by Swoole Coroutine Http Server. Install Swoole 4.5.x:
pecl install swoole
.
License
All versions of php-sse with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4
The package hhxsv5/php-sse contains the following files
Loading the files please wait ....