oderlo/oderlo-php

PHP Wraper for Oderlo API.

2.0.0 2019-07-10 16:05 UTC

This package is auto-updated.

Last update: 2025-03-11 04:41:53 UTC


README

Build Status Latest Stable Version Total Downloads Latest Unstable Version License

1. Installation

1.a Composer Installation

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.

1.b Manual Instalation

If you are not using Composer, you can clone or download this repository.