PHPackages                             artarts36/head-hunter-api - 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. artarts36/head-hunter-api

ActiveLibrary[API Development](/categories/api)

artarts36/head-hunter-api
=========================

HeadHunter API Client

0.3.7(5y ago)1629MITPHPPHP &gt;7.1CI failing

Since Jul 27Pushed 5y agoCompare

[ Source](https://github.com/ArtARTs36/HeadHunterApi)[ Packagist](https://packagist.org/packages/artarts36/head-hunter-api)[ RSS](/packages/artarts36-head-hunter-api/feed)WikiDiscussions master Synced 5d ago

READMEChangelog (7)Dependencies (2)Versions (15)Used By (0)

HeadHunter API
--------------

[](#headhunter-api)

[![PHP Composer](https://github.com/ArtARTs36/HeadHunterApi/workflows/PHP%20Composer/badge.svg?branch=master)](https://github.com/ArtARTs36/HeadHunterApi/workflows/PHP%20Composer/badge.svg?branch=master)[![License: MIT](https://camo.githubusercontent.com/fdf2982b9f5d7489dcf44570e714e3a15fce6253e0cc6b5aa61a075aac2ff71b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d79656c6c6f772e737667)](https://opensource.org/licenses/MIT)[![Total Downloads](https://camo.githubusercontent.com/3a97ec3829ae02bffa65a4dfea0ecdd7fb6950df23260fbdcd76a65d9bd14605/68747470733a2f2f706f7365722e707567782e6f72672f6172746172747333362f686561642d68756e7465722d6170692f642f746f74616c2e737667)](https://poser.pugx.org/artarts36/head-hunter-api/d/total.svg)

---

### Description:

[](#description)

Client for work with API

HeadHunter API Documentation:

---

### Installation:

[](#installation)

`composer require artarts36/head-hunter-api`

---

### Examples:

[](#examples)

#### Simple:

[](#simple)

```
use ArtARTs36\HeadHunterApi\Client;
use ArtARTs36\HeadHunterApi\Features\Vacancy\Vacancy;

$client = new Client('https://api.hh.ru', 'MyApp/my@mail.ru');
$feature = new Vacancy($client);
$vacancy = $feature->find(123456789);

var_dump($vacancy->getSpecializations());
```

#### Connect in Laravel:

[](#connect-in-laravel)

1\*. Set variables in .env:

```
HEADHUNTER_API_BASE_URL='https://api.hh.ru'
HEADHUNTER_API_USER_AGENT='MyApp/my@mail.ru'
```

2\*. Binding in bootstrap/app.php:

```
$app->singleton(
    \ArtARTs36\HeadHunterApi\Contracts\Client::class,
    function () {
        return new \ArtARTs36\HeadHunterApi\Client(
              env('HEADHUNTER_API_BASE_URL'),
              env('HEADHUNTER_API_USER_AGENT')
        );
    }
);
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~4 days

Recently: every ~10 days

Total

12

Last Release

2075d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/8027278?v=4)[Artem Ukrainskii](/maintainers/ArtARTs36)[@ArtARTs36](https://github.com/ArtARTs36)

---

Top Contributors

[![ArtARTs36](https://avatars.githubusercontent.com/u/8027278?v=4)](https://github.com/ArtARTs36 "ArtARTs36 (8 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/artarts36-head-hunter-api/health.svg)

```
[![Health](https://phpackages.com/badges/artarts36-head-hunter-api/health.svg)](https://phpackages.com/packages/artarts36-head-hunter-api)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
