mecum/unify

This package is abandoned and no longer maintained. No replacement package was suggested.

The data manipulation framework

1.0.0 2014-07-09 20:41 UTC

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 :

https://travis-ci.org/mecum/unify.svg?branch=master

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.