Installation

To install DataMonkey you need use the Composer package manager and add the following lines to your composer.json file:

{
    "require": {
        "devsdmf/datamonkey": "~1.0"
    }
}

Don't worry, the Doctrine DBAL is included in the package.

Lets getting started in next section.