PHPackages                             detailnet/jumbo-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. detailnet/jumbo-client

AbandonedArchivedLibrary[API Development](/categories/api)

detailnet/jumbo-client
======================

API Client for Jumbo Web Services

2.0.1(3y ago)05441MITPHPPHP ^7.4 || ^8.0.0

Since May 5Pushed 3y ago1 watchersCompare

[ Source](https://github.com/detailnet/jumbo-client)[ Packagist](https://packagist.org/packages/detailnet/jumbo-client)[ Docs](https://github.com/detailnet/jumbo-client)[ RSS](/packages/detailnet-jumbo-client/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (5)Dependencies (9)Versions (7)Used By (0)

jumbo-client
============

[](#jumbo-client)

[![Actions Status](https://github.com/detailnet/jumbo-client/workflows/Tests/badge.svg)](https://github.com/detailnet/jumbo-client/actions)

API Client for Jumbo Web Services

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

[](#installation)

Install the library through [Composer](http://getcomposer.org/) using the following steps:

1. `cd my/project/directory`
2. Create a `composer.json` file with following contents (or update your existing file accordingly):

    ```
    {
        "require": {
            "detailnet/jumbo-client": "^2.0"
        }
    }
    ```
3. Install Composer via `curl -s http://getcomposer.org/installer | php` (on Windows, download the [installer](http://getcomposer.org/installer) and execute it with PHP)
4. Run `php composer.phar self-update`
5. Run `php composer.phar install`

Usage
-----

[](#usage)

See the following example for how to use the library:

```
// App-ID and App-Key are required to authenticate the client
$config = array(
    'app_id' => 'your-app-id',
    'app_key' => 'your-app-key',
);

// Create the client (e.g. the client for Jumbo Assets Service)
$client = AssetsClient::factory($config);

// Send a request
$params = array('query' => 'test');
$response = $client->listAssets($params);
```

More examples can be found in the [examples](examples) directory.

###  Health Score

32

—

LowBetter than 71% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity72

Established project with proven stability

 Bus Factor1

Top contributor holds 93.8% 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 ~369 days

Recently: every ~459 days

Total

6

Last Release

1445d ago

Major Versions

0.1.1 → 1.0.02019-07-29

1.1.0 → 2.0.02021-04-23

PHP version history (4 changes)0.1.0PHP ^7.0

1.0.0PHP ^7.2

2.0.0PHP ^7.4

2.0.1PHP ^7.4 || ^8.0.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/ca881f1116d03f5f9469b1700f60b0547140369403147a9105b562cc7e5f1311?d=identicon)[curzio-della-santa](/maintainers/curzio-della-santa)

---

Top Contributors

[![curzio-della-santa](https://avatars.githubusercontent.com/u/7221909?v=4)](https://github.com/curzio-della-santa "curzio-della-santa (30 commits)")[![christian-schmid-ch](https://avatars.githubusercontent.com/u/20513200?v=4)](https://github.com/christian-schmid-ch "christian-schmid-ch (1 commits)")[![thomas-wuethrich](https://avatars.githubusercontent.com/u/20111711?v=4)](https://github.com/thomas-wuethrich "thomas-wuethrich (1 commits)")

---

Tags

apiclientdetailnetjumbo

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/detailnet-jumbo-client/health.svg)

```
[![Health](https://phpackages.com/badges/detailnet-jumbo-client/health.svg)](https://phpackages.com/packages/detailnet-jumbo-client)
```

###  Alternatives

[openai-php/laravel

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

3.7k7.6M74](/packages/openai-php-laravel)[resend/resend-php

Resend PHP library.

564.7M21](/packages/resend-resend-php)[crowdin/crowdin-api-client

PHP client library for Crowdin API v2

611.5M5](/packages/crowdin-crowdin-api-client)[mozex/anthropic-laravel

Anthropic PHP for Laravel is a supercharged PHP API client that allows you to interact with the Anthropic API

71226.4k1](/packages/mozex-anthropic-laravel)[markrogoyski/numverify-api-client-php

Numverify API Client for PHP

1220.9k](/packages/markrogoyski-numverify-api-client-php)

PHPackages © 2026

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