项目作者: ipublikuj

项目描述 :
Websockets server implementation for Nette Framework (3.0+)
高级语言: PHP
项目地址: git://github.com/ipublikuj/websockets.git
创建时间: 2017-02-17T23:14:16Z
项目社区:https://github.com/ipublikuj/websockets

开源协议:Other

下载


WebSockets

Build Status
Licence
Code coverage

PHP
Downloads total
Latest stable
PHPStan

An extension for implementing WebSockets into the Nette Framework

Installation

The best way how to install ipub/websockets is using Composer:

  1. $ composer require ipub/websockets

After that you have to register the extension in the config.neon.

  1. extensions:
  2. webSockets: IPub\WebSockets\DI\WebSocketsExtension

Documentation

Learn how to create a web socket server & controllers in documentation.


Homepage https://www.ipublikuj.eu and repository http://github.com/iPublikuj/websockets.