PHPackages                             antoinelemaire/taleez-php - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. antoinelemaire/taleez-php

ActiveLibrary[HTTP &amp; Networking](/categories/http)

antoinelemaire/taleez-php
=========================

Taleez API client built on top of Guzzle 6

1.5.0(3y ago)031Apache-2.0PHPPHP &gt;= 7.1

Since Feb 27Pushed 3y ago1 watchersCompare

[ Source](https://github.com/AntoineLemaire/taleez-php)[ Packagist](https://packagist.org/packages/antoinelemaire/taleez-php)[ RSS](/packages/antoinelemaire-taleez-php/feed)WikiDiscussions master Synced 4w ago

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

Taleez-PHP
==========

[](#taleez-php)

API documentation :
Last API version: 0.4.0

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

[](#installation)

Requires PHP &gt;= 7.1.

Using Composer:

The recommended way to install taleez-php is through [Composer](https://getcomposer.org):

First, install Composer:

```
$ curl -sS https://getcomposer.org/installer | php

```

Next, install the latest taleez-php:

```
$ php composer.phar require antoinelemaire/taleez-php

```

Finally, you can include the files in your PHP script:

```
require "vendor/autoload.php";
```

Usage
-----

[](#usage)

```
use Taleez\TaleezClient;

$client = new TaleezClient(apiKey, apiSecret);

// List all jobs in your company
$client->candidates->add([
    'firstName' => 'John',
    'lastName' => 'Doe',
    'mail' => 'john.doe@gmail.com',
    'phone' => '0611223344',
    'initialReferrer' => 'linkedin.com',
    'lang' => 'fr',
    'recruiterId' => 5489,
]);

// Update candidate properties values
$client->candidates->update(
    12785,
    [
        [
            'id' => 12785,
            'value' => 'My new value',
            'choices' => [
                5487,
                9873,
            ],
            'starValues' => [
                [
                    'id' => 46577,
                    'value' => 3,
                ],
            ],
            'documentId' => 549672,
            'appendChoices' => false,
        ],
    ]
);

// List all jobs in your company
$client->documents->add(1337, 'VGhpcyBpcyBteSByZXN1bWU=', true);

// List all jobs in your company
$client->jobs->list();

// Count all jobs and count jobs by filter values (with at least one job)
$client->jobs->count();

// List all pools in your company
$client->pools->list();

// List available candidate properties in your company
$client->properties->list();

// List all recruiters in your company
$client->recruiters->list();
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity56

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

Recently: every ~216 days

Total

7

Last Release

1315d ago

Major Versions

0.1.0 → 1.0.02020-05-18

### Community

Maintainers

![](https://www.gravatar.com/avatar/5a5b8e510e2d909d48b8d5bee290922330ec25fbf3c4ee8724c92c3a66b6ef98?d=identicon)[AntoineLemaire](/maintainers/AntoineLemaire)

---

Top Contributors

[![AntoineLemaire](https://avatars.githubusercontent.com/u/2025537?v=4)](https://github.com/AntoineLemaire "AntoineLemaire (10 commits)")

---

Tags

apiGuzzletaleeztaleez.com

###  Code Quality

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/antoinelemaire-taleez-php/health.svg)

```
[![Health](https://phpackages.com/badges/antoinelemaire-taleez-php/health.svg)](https://phpackages.com/packages/antoinelemaire-taleez-php)
```

###  Alternatives

[e-moe/guzzle6-bundle

Integrates Guzzle 6 into your Symfony application

11259.2k](/packages/e-moe-guzzle6-bundle)[antoinelemaire/aircall-php

Aircall API client built on top of Guzzle 6

1049.6k](/packages/antoinelemaire-aircall-php)[pingpong/facebook

Facebook OAuth v4 for Laravel Framework

1129.7k](/packages/pingpong-facebook)

PHPackages © 2026

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