PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Johnny Mast   PHP MySQL WebSocket Chat   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP MySQL WebSocket Chat
Websocket chat that stores messages in MySQL
Author: By
Last change: Update of composer.json
Date: 1 year ago
Size: 435 bytes
 

Contents

Class file image Download
{ "name": "johnnymast/mysql_websocket_chat", "description": "Quickly get a websocket chat up and running.", "minimum-stability": "stable", "license": "proprietary", "authors": [ { "name": "Johnny Mast", "email": "mastjohnny@gmail.com" } ], "require": { "cboden/ratchet": "v0.4.1", "fzaninotto/faker": "^1.7", "ext-pdo": "*", "squizlabs/php_codesniffer": "*", "ext-json": "*" } }