PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Ganesh Kandu   kchat   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: kchat
Database driven PHP live chat system
Author: By
Last change:
Date: 6 years ago
Size: 796 bytes
 

Contents

Class file image Download
{ "name": "php-kchat/kchat", "type": "application", "description": "PHP Based Chating Aplication", "keywords": ["php","mysql","maria","chating","support","helpdesk"], "license": "GPL-3.0", "authors": [ { "name": "Ganesh Kandu", "email": "kanduganesh@gmail.com", "role": "Project Founder" } ], "support": { "issues": "https://github.com/php-kchat/kchat/issues", "source": "https://github.com/php-kchat/kchat" }, "require": { "php": ">=5.3.0", "ext-pdo": "*", "ext-json": "*", "phpmailer/phpmailer": "^5.2", "geoip/geoip": "^1.17" }, "require-dev" : {}, "autoload": { "files": [ "kchat/lib/init.php" ] } }