oderlo/oderlo-php

PHP Wraper for Oderlo API.

Maintainers

Package info

github.com/oderlo/oderlo-php

Homepage

pkg:composer/oderlo/oderlo-php

Statistics

Installs: 4

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

2.0.0 2019-07-10 16:05 UTC

This package is auto-updated.

Last update: 2026-03-11 07:03:49 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.