Download the PHP package stoufa06/php-push-websocket without Composer
On this page you can find all versions of the php package stoufa06/php-push-websocket. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download stoufa06/php-push-websocket
More information about stoufa06/php-push-websocket
Files in stoufa06/php-push-websocket
Download stoufa06/php-push-websocket
More information about stoufa06/php-push-websocket
Files in stoufa06/php-push-websocket
Vendor stoufa06
Package php-push-websocket
Short Description Lightweight PHP WebSocket server handling several clients.
License GPLv3
Package php-push-websocket
Short Description Lightweight PHP WebSocket server handling several clients.
License GPLv3
Please rate this library. Is it a good library?
Informations about the package php-push-websocket
PHP Push WebSocket
PHP Push WebSocket is an implementation of the WebSocket protocol following the specification of RFC 6455. It also includes a client side for examples.
Installation with Composer
To install the latest stable version: composer require "stoufa06/php-push-websocket"
Usage
- run a server instance:
php websocket_server.php
. - Open websocket_client.html in a browser over HTTP protocol.
Examples of use cases
- Instant messenger
- Push app notifications
- Shared applications like presentation (slides), collaborative text editors
- Data monitoring, and much more
Bottom line
Feel free to contribute! :-)
All versions of php-push-websocket with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package stoufa06/php-push-websocket contains the following files
Loading the files please wait ....