If you are using Composer, add this require line to your composer.json
file:
{
"require": {
"oderlo/oderlo-php": "^1.0"
}
}
and run composer install
on your terminal.
If you are not using Composer, you can clone or download this repository.