PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Mateus Fornari   Hypersistence   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Hypersistence
Store and retrieve objects in databases using PDO
Author: By
Last change:
Date: 9 years ago
Size: 597 bytes
 

Contents

Class file image Download
{ "name": "mateusfornari/hypersistence-alpha", "type": "library", "description": "PHP Object Oriented persistence framework.", "keywords": ["microframework","framework","persistence"], "homepage": "http://github.com/mateusfornari/hypersistence-alpha", "license": "MIT", "authors": [ { "name": "Mateus Fornari", "email": "mateusfornari@gmail.com", "homepage": "http://www.hypersistence.com/" } ], "require": { "php": ">=5.3.0" }, "autoload": { "psr-0": { "Hypersistence": "." } } }