php-extended / php-information-object
A library to transfer informations from a system to another
18.4.6
2024-07-31 13:44 UTC
Requires
- php: >=8.0
- php-extended/php-information-interface: ^18.4
- php-extended/php-summable-date-interval: ^7
- psr/cache: ^3
- psr/log: ^3
- psr/simple-cache: ^3
Requires (Dev)
- dev-master
- 18.4.6
- 18.4.5
- 18.4.4
- 18.4.3
- 18.4.2
- 18.4.1
- 18.4.0
- 18.3.7
- 18.3.6
- 18.3.5
- 18.3.4
- 18.3.3
- 18.3.2
- 18.3.1
- 18.3.0
- 18.2.1
- 18.2.0
- 18.1.2
- 18.1.1
- 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: 2024-10-31 00:22:39 UTC
README
A library to transfer informations from a system to another
Installation
The installation of this library is made via composer and the autoloading of all classes of this library is made through their autoloader.
- Download
composer.phar
from their website. - Then run the following command to install this library as dependency :
php composer.phar php-extended/php-information-object ^18
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).