Download the PHP package srchea/php-push-web-socket without Composer
On this page you can find all versions of the php package srchea/php-push-web-socket. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download srchea/php-push-web-socket
More information about srchea/php-push-web-socket
Files in srchea/php-push-web-socket
Download srchea/php-push-web-socket
More information about srchea/php-push-web-socket
Files in srchea/php-push-web-socket
Vendor srchea
Package php-push-web-socket
Short Description Lightweight PHP WebSocket server handling several clients.
License GPLv3
Package php-push-web-socket
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-web-socket
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 "srchea/php-push-web-socket"
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
Composer/Packagist: https://packagist.org/packages/srchea/php-push-web-socket
Feel free to contribute! :-)
All versions of php-push-web-socket with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package srchea/php-push-web-socket contains the following files
Loading the files please wait ....