mecum/mecum

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

Mecum's frameworks and toolkits

1.0.0 2014-07-09 22:54 UTC

This package is not auto-updated.

Last update: 2022-02-01 12:36:50 UTC


README

This is the Mecum's all inclusive package.

You can see each component package for more informations :

  • Expand : The dynamic extension system
  • Unify : The data manipulation framework

Prerequisites

  • PHP 5.4 or greater.

Installation

The recommended way to install all Mecum's components is through Composer.

First, add Mecum to the list of dependencies inside your composer.json:

{
    "require": {
        "mecum/mecum": "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/mecum.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.