PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Theophilus Omoregbee   Serialize   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Serialize
Automatic serialization of objects with getters
Author: By
Last change: updated composer info
Date: 7 years ago
Size: 441 bytes
 

Contents

Class file image Download
{ "name": "theophy/php-serializable", "description": "this helps to serialize php object", "type": "library", "license": "GPL-3.0", "authors": [ { "name": "Theophilus Omoregbee", "email": "theo4u@ymail.com" } ], "minimum-stability": "dev", "require": { "php": ">=5.4.0" }, "autoload": { "psr-0": { "Serialize": "/" } } }