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.
- 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
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"
}
}- Namespaces - each library use namespaces
- PSR-4 - PSR-4 coding standard
- Composer - Composer usage to load/update libraries
- PHP 8.2 or higher
- DOM extension enabled
- Multibyte String extension enabled
All release version changes:
Change log
This bundle is released under the Apache license.
Apache license

