Hywan / Consistency

The Hoa\Consistency library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hoa

Hoa is a modular, extensible and structured set of PHP libraries. Moreover, Hoa aims at being a bridge between industrial and research worlds.

Hoa\Consistency state

This library provides a thin layer between PHP VM and libraries to ensure consistency accross VM versions and library versions.

Installation

With Composer, to include this library into your dependencies, you need to require hoa/consistency:

{
    "require": {
        "hoa/consistency": "~0.0"
    }
}

Please, read the website to get more informations about how to install.

Quick usage

Documentation

Different documentations can be found on the website: http://hoa-project.net/.

License

Hoa is under the New BSD License (BSD-3-Clause). Please, see LICENSE.

About

The Hoa\Consistency library.