oderlo / oderlo-php
PHP Wraper for Oderlo API.
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/oderlo/oderlo-php
Requires
- php: ^7
Requires (Dev)
- phpunit/phpunit: ^8
This package is auto-updated.
Last update: 2025-12-11 06:25:41 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.