PHPackages                             linkorb/silex-provider-hubclient - 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. linkorb/silex-provider-hubclient

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

linkorb/silex-provider-hubclient
================================

Provides a client for the Hub.

v2.0.0(8y ago)030MITPHP

Since May 31Pushed 8y ago3 watchersCompare

[ Source](https://github.com/linkorb/silex-provider-hubclient)[ Packagist](https://packagist.org/packages/linkorb/silex-provider-hubclient)[ RSS](/packages/linkorb-silex-provider-hubclient/feed)WikiDiscussions master Synced today

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

linkorb/silex-provider-hubclient
================================

[](#linkorbsilex-provider-hubclient)

Provides two services from [perinatologie/hub-client-php](https://github.com/perinatologie/hub-client-php "perinatologie/hub-client-php at GitHub"):-

- `ApiClientFactory` as a service named `hub_client.factory` which can create instances of the HubV3Client and HubV4Client
- `HubV3Client` as a service named `hub_client.service`

Install
-------

[](#install)

Install using composer:-

```
$ composer require linkorb/silex-provider-hubclient

```

Then configure and register the provider:-

```
// app/app.php
use LinkORB\HubClient\Provider\HubClientProvider;
...
$app->register(
    new HubClientProvider,
    ['hub_client.url' => getenv('HUB_CLIENT_URL'),
    // if you want to use the factory to create a HubV4Client then add the
    // url of the UserBase Json Web Token authentication endpoint
    'hub_client.userbase_url' = getenv('HUB_CLIENT_USERBASE_URL'),
    // add these parameters if you want to directly create the HubV3Client
    // with a fixed set of credentials
    'hub_client.username' = getenv('HUB_CLIENT_USERNAME'),
    'hub_client.password' = getenv('HUB_CLIENT_PASSWORD')]
);

```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity66

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

Total

4

Last Release

3134d ago

Major Versions

v1.0.2 → v2.0.02017-11-29

### Community

Maintainers

![](https://www.gravatar.com/avatar/1db66b320db18b8036ea68211b7d8a39e7c6da97e6fd29f59a50380ebb69d0bb?d=identicon)[joostfaassen](/maintainers/joostfaassen)

---

Top Contributors

[![boite](https://avatars.githubusercontent.com/u/989892?v=4)](https://github.com/boite "boite (3 commits)")

### Embed Badge

![Health badge](/badges/linkorb-silex-provider-hubclient/health.svg)

```
[![Health](https://phpackages.com/badges/linkorb-silex-provider-hubclient/health.svg)](https://phpackages.com/packages/linkorb-silex-provider-hubclient)
```

###  Alternatives

[illuminate/http

The Illuminate Http package.

11937.2M6.6k](/packages/illuminate-http)[oat-sa/tao-core

TAO core extension

66140.1k108](/packages/oat-sa-tao-core)[jaxon-php/jaxon-core

Jaxon is an open source PHP library for easily creating Ajax web applications

73147.2k29](/packages/jaxon-php-jaxon-core)[eole/sandstone

Silex RestApi with Websockets.

1115.2k1](/packages/eole-sandstone)[maurobonfietti/slim4-api-skeleton

Useful skeleton for RESTful API development, using PHP and Slim 4.

1392.4k](/packages/maurobonfietti-slim4-api-skeleton)

PHPackages © 2026

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