PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Virgilio lino   YACS PHP Comment System   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: YACS PHP Comment System
Manage user comments published on Web site pages
Author: By
Last change:
Date: 2 years ago
Size: 513 bytes
 

Contents

Class file image Download
{ "name": "yacs", "description": "Yet Another Commenting System created as an example of a Framework From Scratch", "keywords": ["yacs", "framework from scratch"], "type": "framework", "license": "GPL", "authors": [ { "name": "Domenico Lino", "email": "virgilio@mail.de } ], "require": { "php": ">=5.3.3" }, "autoload": { "psr-0": { "yacs\\yacs": "src/", "yacs\\myapp": "src/" } } }