oderlo / oderlo-php
PHP Wraper for Oderlo API.
2.0.0
2019-07-10 16:05 UTC
Requires
- php: ^7
Requires (Dev)
- phpunit/phpunit: ^8
This package is auto-updated.
Last update: 2025-03-11 04:41:53 UTC
README
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.