PHPackages                             andy87/php-client-hh - 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-hh

ActiveLibrary[API Development](/categories/api)

andy87/php-client-hh
====================

Typed PHP client for HeadHunter API.

v0.7.0(4w ago)03MITPHPPHP &gt;=8.1

Since May 10Pushed 4w agoCompare

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

READMEChangelog (3)Dependencies (3)Versions (5)Used By (0)

PHP Client for HeadHunter API
=============================

[](#php-client-for-headhunter-api)

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

Typed PHP client for the HeadHunter API. The package provides a main `ApiClientHh` 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
- OAuth access token for protected HeadHunter methods

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

[](#installation)

```
composer require andy87/php-client-hh
```

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

[](#quick-start)

Anonymous methods can be called without OAuth credentials:

```
