Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 880 Bytes

installation.md

File metadata and controls

31 lines (20 loc) · 880 Bytes

Olza Logistic Logo


PP API Client for PHP


Installation

The library can be easily installed via Composer, a dependency manager for PHP.

  1. If you don't have Composer installed, begin by downloading it.
  2. Once Composer is installed, you can install the PP API Client library by running the following command in your project's root directory:
composer require develart-projects/pickup-points-api-client

HTTP Clients

The library supports any PSR-18 compatible HTTP client and PSR-17 compatible request factory,

See Client class documentation or usage examples now how to use library with various HTTP clients.