PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Hillary Kollan   Chatto PHP Websocket Chat System   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Chatto PHP Websocket Chat System
Websocket based chat system using Ratchet library
Author: By
Last change:
Date: 3 years ago
Size: 310 bytes
 

Contents

Class file image Download
{ "autoload":{ "psr-4":{ "App\\":"src/" }, "files": [ "src/Models/Model.php" ] }, "require": { "php-amqplib/php-amqplib": "^2.7", "cboden/ratchet": "^0.4.1", "illuminate/database": "^5.8", "illuminate/events": "^5.8" } }