PHPackages                             andy87/php-client-avito - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. andy87/php-client-avito

ActiveLibrary[API Development](/categories/api)

andy87/php-client-avito
=======================

Typed PHP client for Avito Public API.

v0.9.2(4w ago)06MITPHPPHP &gt;=8.1

Since Apr 29Pushed 4w agoCompare

[ Source](https://github.com/andy87/php-client-avito)[ Packagist](https://packagist.org/packages/andy87/php-client-avito)[ RSS](/packages/andy87-php-client-avito/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (8)Dependencies (3)Versions (14)Used By (0)

PHP Client for Avito Public API
===============================

[](#php-client-for-avito-public-api)

[Russian documentation](docs/ru/README.md)

Typed PHP client for the Avito Public API. The package provides a main `ApiClientAvito` entry point, generated provider sections, request prompt DTOs, response DTOs, and schema classes.

The client is built on top of `andy87/php-client-sdk` and targets PHP 8.1 or newer.

Requirements
------------

[](#requirements)

- PHP 8.1 or newer
- Composer
- Avito application credentials: client ID and client secret

Installation
------------

[](#installation)

Install the package with Composer:

```
composer require andy87/php-client-avito:^0.9.2
```

Release `v0.9.2` is published on Packagist as `andy87/php-client-avito`.

Compatibility
-------------

[](#compatibility)

Version `v0.9.2` targets PHP 8.1 or newer and requires `andy87/php-client-sdk:v0.7.0`. Composer resolves the SDK dependency automatically when the package is installed.

Quick Start
-----------

[](#quick-start)

Create a client from an array and call a generated API method:

```
