Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 595 Bytes

README.textile

File metadata and controls

23 lines (15 loc) · 595 Bytes

Mohiva Common

The Mohiva Common project is a PHP library which provides functionality shared by all mohiva projects.

Installation

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"
    }
}

Requirements

Mohiva Common needs PHP 5.4 to work.

License

This project is Open Source and released under the terms of the New BSD License.