bluetree-service / container
Data storage and manipulation by container object
0.1.0.3
2018-06-05 19:31 UTC
Requires
- php: >=5.4.0
- bluetree-service/data: 0.2.*
- zendframework/zend-serializer: 2.*
- zendframework/zend-servicemanager: 2.*
Requires (Dev)
- phpunit/phpunit: 4.8.35
- satooshi/php-coveralls: 1.0.*
This package is auto-updated.
Last update: 2024-12-11 15:18:31 UTC
README
Main files for all class libraries. Include classes to use ContainerObject as trait and independent Container with xml, json, array data handling.That package is one of the base package for all Bluetree-Service libraries, but also can be used independent.
Included libraries
- BlueContainer\ContainerObject - trait class to store data as object
- BlueContainer\Container - include ContainerObject trait for create object
Documentation
Install via Composer
To use packages you can just download package and pace it in your code. But recommended way to use BlueContainer is install it via Composer. To include BlueContainer libraries paste into composer json:
{ "require": { "bluetree-service/container": "version_number" } }
Project description
Used conventions
- Namespaces - each library use namespaces
- PSR-4 - PSR-4 coding standard
- Composer - Composer usage to load/update libraries
Requirements
- PHP 5.4 or higher
- DOM extension enabled
Change log
All release version changes:
Change log
License
This bundle is released under the Apache license.
Apache license