PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Michael Beck   Pure MVC PHP Standard Framework   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Pure MVC PHP Standard Framework
Framework that implements the MVC design pattern
Author: By
Last change:
Date: 5 years ago
Size: 950 bytes
 

Contents

Class file image Download
{ "name": "puremvc/puremvc-standard-framework", "description": "PureMVC Standard Framework for PHP", "type": "library", "homepage": "http://puremvc.org", "license": "BSD-3-Clause-Clear", "keywords": ["MVC","PureMVC"], "authors": [ { "name": "Cliff Hall", "email": "cliff@puremvc.org", "homepage": "https://github.com/cliffhall", "role": "Architect" }, { "name": "Hasan Otuome", "email": "hasan.otuome@puremvc.org", "homepage": "https://github.com/otuome", "role": "Porting Developer" }, { "name": "Michael Beck", "email": "michael.beck@puremvc.org", "homepage": "https://github.com/mambax7", "role": "Developer" } ], "require": { "php": ">=5.6.0" }, "require-dev": { "phpunit/phpunit": "7" } }