PHPackages                             valentinbv/jooble-php-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. valentinbv/jooble-php-api

ActiveLibrary[API Development](/categories/api)

valentinbv/jooble-php-api
=========================

Jooble php api library

v0.0.1(6y ago)051PHPPHP &gt;=7.1CI failing

Since Jun 19Pushed 6y ago1 watchersCompare

[ Source](https://github.com/ValentinBV/jooble-php-api)[ Packagist](https://packagist.org/packages/valentinbv/jooble-php-api)[ RSS](/packages/valentinbv-jooble-php-api/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (1)Versions (2)Used By (0)

jooble-php-api
==============

[](#jooble-php-api)

This small library is designed to work with jooble site api.

See

For example:

```
$httpClient = new GuzzleHttp\Client();
$joobleRequest = new valentinbv\Jooble\Request($httpClient);
$joobleRequest->setAccessToken('your access token');
try {
    $result = $joobleRequest->search(
        ['keywords' => 'developer']
    );
    } catch(\Exception $e) {
    	//some action
    }
}

```

The $result array contains the result of the query to the jooble api server according to the documentation

For install from packagist

**composer require valentinbv/jooble-php-api**

For install from git add to composer.json:

```
{
    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/ValentinBV/jooble-php-api.git"
        }
    ],
    "require": {
        "valentinbv/jooble-php-api": "dev-master"
    }
}

```

###  Health Score

20

—

LowBetter than 12% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

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

Unknown

Total

1

Last Release

2250d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/19387539?v=4)[ValentinBV](/maintainers/ValentinBV)[@ValentinBV](https://github.com/ValentinBV)

---

Top Contributors

[![ValentinBV](https://avatars.githubusercontent.com/u/19387539?v=4)](https://github.com/ValentinBV "ValentinBV (6 commits)")

---

Tags

phpapijooblejooble apijooble phpjooble php apijooble php sdk

### Embed Badge

![Health badge](/badges/valentinbv-jooble-php-api/health.svg)

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

###  Alternatives

[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

353.6k](/packages/eslazarev-wildberries-sdk)[theodo-group/llphant

LLPhant is a library to help you build Generative AI applications.

1.7k441.1k8](/packages/theodo-group-llphant)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.3M49](/packages/tencentcloud-tencentcloud-sdk-php)[resend/resend-php

Resend PHP library.

608.3M53](/packages/resend-resend-php)[checkout/checkout-sdk-php

Checkout.com SDK for PHP

563.6M16](/packages/checkout-checkout-sdk-php)[files.com/files-php-sdk

Files.com PHP SDK

2482.9k](/packages/filescom-files-php-sdk)

PHPackages © 2026

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