scholtz/async-web

PHP WebSocket frontend and server libraries

2.0.3-stable 2017-01-02 13:33 UTC

This package is auto-updated.

Last update: 2024-04-22 20:41:20 UTC


README

Asynchrnous web in PHP

Installation with frontend

Follow these instructions https://github.com/scholtz/AsyncWebFrontend

Standalone Installation

  1. Install composer
curl -sS https://getcomposer.org/installer | php
mv composer.phar /usr/local/bin/composer
  1. Install libraries
composer require "scholtz/async-web"

or

composer require "scholtz/async-web":"dev-master"

next install

composer install