php-extended / php-information-object
A library to transfer informations from a system to another
Requires
Requires (Dev)
- dev-master
- 18.1.0
- 18.0.2
- 18.0.1
- 18.0.0
- 17.6.0
- 17.5.0
- 17.4.2
- 17.4.1
- 17.4.0
- 17.3.0
- 17.2.0
- 17.1.7
- 17.1.6
- 17.1.5
- 17.1.4
- 17.1.3
- 17.1.2
- 17.1.1
- 17.1.0
- 17.0.14
- 17.0.13
- 17.0.12
- 17.0.11
- 17.0.10
- 17.0.9
- 17.0.8
- 17.0.7
- 17.0.6
- 17.0.5
- 17.0.4
- 17.0.3
- 17.0.2
- 17.0.1
- 17.0.0
- 16.1.3
- 16.1.2
- 16.1.1
- 16.1.0
- 16.0.3
- 16.0.2
- 16.0.1
- 16.0.0
- 15.1.1
- 15.1.0
- 15.0.0
- 14.1.0
- 14.0.0
- 13.0.1
- 13.0.0
- 12.1.0
- 12.0.0
- 11.0.0
- 10.0.0
- 8.0.2
- 8.0.1
- 8.0.0
- 7.0.0
- 6.0.0
- 5.0.0
- 4.0.0
- 3.0.0
- 2.0.0
- 1.0.0
This package is auto-updated.
Last update: 2022-07-31 00:26:21 UTC
README
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": "^17",
...
}
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).