PHPackages                             k8s/http-symfony - 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. [DevOps &amp; Deployment](/categories/devops)
4. /
5. k8s/http-symfony

ActiveLibrary[DevOps &amp; Deployment](/categories/devops)

k8s/http-symfony
================

Symfony based HttpClient factory for k8s/client

1.1.0(4y ago)01.0k↑113.3%1MITPHPPHP &gt;=7.2

Since Mar 14Pushed 3y ago1 watchersCompare

[ Source](https://github.com/k8s-client/http-symfony)[ Packagist](https://packagist.org/packages/k8s/http-symfony)[ RSS](/packages/k8s-http-symfony/feed)WikiDiscussions main Synced yesterday

READMEChangelog (1)Dependencies (8)Versions (3)Used By (1)

k8s-http-symfony
================

[](#k8s-http-symfony)

This library provides a Symfony based HttpClient factory for the `k8s/client` library.

General Use with the K8s library / Configuration Options
--------------------------------------------------------

[](#general-use-with-the-k8s-library--configuration-options)

1. Install the library:

`composer require k8s/http-symfony`

2. Construct the main client for `k8s/client` through the `K8sFactory`:

```
use K8s\Client\K8sFactory;

# Load the client from the default KubeConfig
$k8s = (new K8sFactory())->loadFromKubeConfig();
```

Your new client will have all the HttpClient options needed pre-populated when used.

### Default HTTP Options Configuration

[](#default-http-options-configuration)

To specify extra defaults for the Symfony HTTP client, you can construct it like this:

```
use K8s\HttpSymfony\ClientFactory;
use K8s\Client\K8sFactory;

# Pass any Symfony HTTP client options here.
# The below would allow for self-signed certificates.
$httpFactory = new ClientFactory([
    'verify_peer' => false,
    'verify_host' => false,
]);

$k8s = (new K8sFactory())->loadFromKubeConfig(null, $httpFactory);
```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity49

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

Total

2

Last Release

1475d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/388229?v=4)[Chad Sikorra](/maintainers/ChadSikorra)[@ChadSikorra](https://github.com/ChadSikorra)

---

Top Contributors

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

---

Tags

kubernetesk8s

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/k8s-http-symfony/health.svg)

```
[![Health](https://phpackages.com/badges/k8s-http-symfony/health.svg)](https://phpackages.com/packages/k8s-http-symfony)
```

###  Alternatives

[internal/dload

Downloads binaries.

102212.3k19](/packages/internal-dload)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M574](/packages/shopware-core)[telnyx/telnyx-php

Official Telnyx PHP SDK — APIs for Voice, SMS, MMS, WhatsApp, Fax, SIP Trunking, Wireless IoT, Call Control, and more. Build global communications on Telnyx's private carrier-grade network.

35789.4k2](/packages/telnyx-telnyx-php)[sproutcms/cms

Enterprise content management and framework

242.5k4](/packages/sproutcms-cms)[k8s/client

A Kubernetes client for PHP.

231.9k](/packages/k8s-client)[aeliot/todo-registrar

Register TODOs from source code in issue tracker

153.0k](/packages/aeliot-todo-registrar)

PHPackages © 2026

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