bluetree-service / data
Data storage and manipolation by container object
0.4.1.0
2022-03-20 12:51 UTC
Requires
- php: >= 7.3
- ext-dom: *
Requires (Dev)
- php-coveralls/php-coveralls: ^2.5
- phpunit/phpunit: ^9.5
README
Builds
Coverage
Quality
var_dump Main files for all class libraries. Include classes to use BlueObject as trait and independent Object with xml data handling. Also allow to use Register to create objects and singletons. That package is base package for all Class libraries, but also can be used independent.
Included libraries
- BlueData\Data\Xml - extends DOMDocument to handle xml data
- BlueData\Calculation\Math - Store some mathematics calculations as static methods
- BlueData\Check\Validator - Store some validations as static methods
Documentation
Install via Composer
To use packages you can just download package and pace it in your code. But recommended way to use BlueData is install it via Composer. To include BlueData libraries paste into composer json:
{ "require": { "bluetree-service/data": "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 7.3 or higher
- DOM extension enabled
- Multibyte String extension enabled
Change log
All release version changes:
Change log
License
This bundle is released under the Apache license.
Apache license