The Mohiva Common project is a PHP library which provides functionality shared by all mohiva projects.
You can install the library through composer. All you need is to add it as dependency to your composer.json.
{
"require": {
"mohiva/common": "dev-master"
}
}
Mohiva Common needs PHP 5.4 to work.
This project is Open Source and released under the terms of the New BSD License.