PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Haseeb Ahmad Basil   PHP Skeleton Framework   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Skeleton Framework
Extensive Web application development framework
Author: By
Last change:
Date: 8 years ago
Size: 837 bytes
 

Contents

Class file image Download
{ "name": "skeletonframework/framework", "type": "library", "description": "MVC framework for PHP 5.2 with independent components for cache, e-commerce shopping cart and payment processing, configuration, mvc front controller and action controller, database abstraction, csv, email, event system, html generation, http request and http response, validation rules, filters, mvc model, pagination, session, sql generation, templates, user access control, and more", "keywords": ["framework"], "homepage": "http://code.google.com/p/skeleton/", "license": "BSD", "authors": [ { "name": "Developers", "homepage": "http://code.google.com/p/skeleton/people/list" } ], "require": { "php": ">=5.2.0" }, "autoload": { "psr-0": { "A": "." } } }