matasarei/olx-api-client-v2

OLX API Client v2

1.0.0 2024-07-12 22:21 UTC

This package is auto-updated.

Last update: 2024-07-12 22:23:54 UTC


README

CI workflow

This package implements PHP client for OLX Partner API.

Installation

To install the package to your project via Composer simply run:

composer require matasarei/olx-api-client-v2

Documentation

Official OLX API documentation and developers portal:

Testing and development

  1. Install vendors
docker run --rm -v $(pwd):/app -w /app composer:lts composer install
  1. Run tests
docker run --rm -v $(pwd):/app -w /app composer:lts vendor/bin/phpunit