php-extended/php-information-object

A library to transfer informations from a system to another


Keywords
php, information
License
MIT

Documentation

php-information-object

A library to transfer informations from a system to another

Installation

The installation of this library is made via composer. Download composer.phar from their website. Then add to your composer.json :

	"require": {
		...
		"php-extended/php-information-object": "^13",
		...
	}

Then run php composer.phar update to install this library. The autoloading of all classes of this library is made through composer's autoloader.

Basic Usage

This library is made to convoy single informations as long with some of its location metadata. Such locations include for Data informations, the class of the object it is attached, its identifier and the field in which the information should be placed. For Relation informations, they are the class and the identifier of the source and the target objects.

License

MIT (See license file).