mecum / unify
The data manipulation framework
Requires
- php: >=5.4
- mecum/expand: 1.0.*
Requires (Dev)
Suggests
- symfony/Yaml: Required for the xaml library
This package is not auto-updated.
Last update: 2022-02-01 12:36:49 UTC
README
Unify is an extensible data manipulation framework, that can use any iterable datasource.
It's helpful for fast development of complex data manipulation processes.
Unify also provide some extension libraries for specific uses (XML, Json, Math....)
Prerequisites
Installation
The recommended way to install Unify is through Composer.
First, add Unify to the list of dependencies inside your composer.json:
{ "require": { "mecum/unify": "1.0.*" } }
Then simply install it with composer:
$> composer install --prefer-dist
Continuous integration
This project is automatically tested on the Travis CI plateform.
See below the status of the last dev build :
Tests
To run the test suite, you need Composer:
Linux :
$> php composer.phar install --dev $> vendor/bin/phpunit
Windows :
Launch the batch files dev/composer.bat
and dev/phpunit.bat
License
Mecum is licensed under the MIT license.
For the full copyright and license information, please view the LICENSE.