PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Jeremiah Ogbomo   Push   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Push
Rapid Web application development framework
Author: By
Last change:
Date: 8 years ago
Size: 720 bytes
 

Contents

Class file image Download
{ "name": "push/push", "fullname" : "PUSH PHP FRAMEWORK", "description": "A PHP-driven platform for rapid web application develepment", "type": "library", "license": "MIT", "keywords": ["framework", "light", "minimal", "application", "slim"], "homepage": "http://github.com/Jogboms/push", "version" : "0.0.1 alpha", "created" : 2014, "authors": [ { "name": "Jeremiah Ogbomo", "email": "jaybladez09@gmail.com", "link" : "http://www.github.com/jogboms" } ], "minimum-stability": "stable", "autoload": { "psr-4": { "Push\\": "Push" } }, "require": { "php": ">=5.5.0" } }