PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Nyi Nyi Lwin   Laravel Group Chat   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Laravel Group Chat
Interactive chat module for multiple users
Author: By
Last change:
Date: 2 years ago
Size: 614 bytes
 

Contents

Class file image Download
{ "name": "php-junior/laravel-chat", "description": "Simple Laravel Group Chat", "type": "library", "license": "MIT", "keywords": [ "laravel", "chat", "messaging", "conversation", "pusher" ], "authors": [ { "name": "Nyi Nyi Lwin", "email": "nyinyilwin1992@hotmail.com" } ], "require": { "php": ">=5.6.4", "predis/predis": "^1.1", "pusher/pusher-php-server": "^2.6" }, "autoload": { "psr-4": { "PhpJunior\\LaravelChat\\": "src/" } } }