scholtz / async-web
PHP WebSocket frontend and server libraries
Installs: 2 654
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 2
Open Issues: 0
Requires
- php: >=5.3.4
- lusitanian/oauth: 0.3.*
- mustache/mustache: ~2.5
This package is auto-updated.
Last update: 2024-11-22 21:48:19 UTC
README
Asynchrnous web in PHP
Installation with frontend
Follow these instructions https://github.com/scholtz/AsyncWebFrontend
Standalone Installation
- Install composer
curl -sS https://getcomposer.org/installer | php
mv composer.phar /usr/local/bin/composer
- Install libraries
composer require "scholtz/async-web"
or
composer require "scholtz/async-web":"dev-master"
next install
composer install