PHPackages                             happyr/api-php-client - 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. happyr/api-php-client

ActiveLibrary[API Development](/categories/api)

happyr/api-php-client
=====================

Happyr public API client library.

2.1.1(8y ago)33.1k2[1 PRs](https://github.com/Happyr/php-api-client/pulls)MITPHPPHP ^5.6 || ^7.0

Since Dec 6Pushed 6y ago1 watchersCompare

[ Source](https://github.com/Happyr/php-api-client)[ Packagist](https://packagist.org/packages/happyr/api-php-client)[ Docs](http://developer.happyr.com/php-libraries/happyrecruiting-api-client)[ RSS](/packages/happyr-api-php-client/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (10)Versions (13)Used By (0)

Happyr PHP API client
=====================

[](#happyr-php-api-client)

[![Latest Version](https://camo.githubusercontent.com/2f8eaa01f6644fcb4bfc8ba8b928ab87055d236b6216aabc7d5eeaf3bcea4755/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f4861707079722f7068702d6170692d636c69656e742e7376673f7374796c653d666c61742d737175617265)](https://github.com/Happyr/php-api-client/releases)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE)[![Build Status](https://camo.githubusercontent.com/c71dd8f6b061dbb7c2558d463f3ec98885d47242dc0f241c4c831069083670d4/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f4861707079722f7068702d6170692d636c69656e742e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/Happyr/php-api-client)[![Code Coverage](https://camo.githubusercontent.com/01946c3c025ad1f6cee4803f7ef0aaf51b8bb356ada80032ddbdff4d32ee4f45/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f4861707079722f7068702d6170692d636c69656e742e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/Happyr/php-api-client)[![Quality Score](https://camo.githubusercontent.com/c641932f1201c0e1d645e499f4365c3cd236a76e57dc63e97a49d6a5a4cacc0f/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f4861707079722f7068702d6170692d636c69656e742e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/Happyr/php-api-client)[![Total Downloads](https://camo.githubusercontent.com/785e2222a0f5f17e09990ea92f5f5cc1633493f91c6584b7385aef96a8677ff9/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6861707079722f6170692d7068702d636c69656e742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/happyr/api-php-client)

This PHP library is a client to the API at [api.happyr.com](https://api.happyr.com).

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

[](#installation)

```
composer require happyr/api-php-client
```

Configuration
-------------

[](#configuration)

There is a few mandatory configuration parameters. They are 'identifier' and 'secret'. You will get them both from the [Happyr-API website](https://api.happyr.com).

Usage
-----

[](#usage)

```
use Happyr\ApiClient\HappyrClient;

class MyClass
{
    public function myFunc()
    {
        $api = HappyrClient::create('myApiIdentifier', 'myApiSecret');
        $patterns = $api->profilePattern()->index('sv');
    }
}
```

###  Health Score

32

—

LowBetter than 71% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity65

Established project with proven stability

 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 ~150 days

Recently: every ~109 days

Total

11

Last Release

3028d ago

Major Versions

1.2.4 → 2.0.02017-06-30

PHP version history (3 changes)1.0.1PHP &gt;=5.3.2

1.2.0PHP &gt;=5.4

2.0.0PHP ^5.6 || ^7.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/401ccc5eea13c60cf807ae982af00e368e2166e2f26d8eb541dcd881a57385bc?d=identicon)[Nyholm](/maintainers/Nyholm)

---

Top Contributors

[![Nyholm](https://avatars.githubusercontent.com/u/1275206?v=4)](https://github.com/Nyholm "Nyholm (165 commits)")

---

Tags

apiclientHappyR

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/happyr-api-php-client/health.svg)

```
[![Health](https://phpackages.com/badges/happyr-api-php-client/health.svg)](https://phpackages.com/packages/happyr-api-php-client)
```

###  Alternatives

[openai-php/client

OpenAI PHP is a supercharged PHP API client that allows you to interact with the Open AI API

5.8k22.6M232](/packages/openai-php-client)[jolicode/slack-php-api

An up to date PHP client for Slack's API

2534.4M12](/packages/jolicode-slack-php-api)[phpro/http-tools

HTTP tools for developing more consistent HTTP implementations.

28137.8k](/packages/phpro-http-tools)[dhope0000/lxd

PHP-based API wrapper for LXD REST API.

136.2k](/packages/dhope0000-lxd)[apigee/apigee-client-php

Client library for connecting to the Apigee Edge API.

27558.7k3](/packages/apigee-apigee-client-php)[wordpress/php-ai-client

A provider agnostic PHP AI client SDK to communicate with any generative AI models of various capabilities using a uniform API.

26236.6k14](/packages/wordpress-php-ai-client)

PHPackages © 2026

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