matasarei/olx-api-client-v2

OLX API Client v2

Installs: 13 872

Dependents: 0

Suggesters: 0

Security: 0

Stars: 7

Watchers: 1

Forks: 6

Open Issues: 1

pkg:composer/matasarei/olx-api-client-v2

1.0.0 2024-07-12 22:21 UTC

This package is auto-updated.

Last update: 2025-10-04 13:16:27 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