bluetree-service/container

Data storage and manipulation by container object

0.1.0.3 2018-06-05 19:31 UTC

This package is auto-updated.

Last update: 2024-04-11 13:41:12 UTC


README

Build Status Latest Stable Version Total Downloads License Documentation Status Coverage Status Code Climate

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

Travis Information

Travis CI Build Info