{ "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/" } } }
info at phpclasses dot org