PHPackages                             tony-sol/symfony-consul - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. tony-sol/symfony-consul

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

tony-sol/symfony-consul
=======================

Symfony ConsulBundle

v1.0.0(3y ago)02[2 PRs](https://github.com/Tony-Sol/symfony-consul/pulls)MITPHPPHP &gt;=8.1.0

Since Nov 23Pushed 1y ago1 watchersCompare

[ Source](https://github.com/Tony-Sol/symfony-consul)[ Packagist](https://packagist.org/packages/tony-sol/symfony-consul)[ RSS](/packages/tony-sol-symfony-consul/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (8)Versions (4)Used By (0)

Consul Bundle
=============

[](#consul-bundle)

Requires these environment variables to be set:
-----------------------------------------------

[](#requires-these-environment-variables-to-be-set)

```
CONSUL_HTTP_ADDRESS="localhost:8500"
CONSUL_API_VERSION="v1"
CONSUL_TIMEOUT=1
```

Required configuration example for KV Storage
---------------------------------------------

[](#required-configuration-example-for-kv-storage)

```
consul_kv_provider:
    class: Consul\Engine\KV\KV
    factory: [ '@Consul\Service\ConsulServiceFactory', 'getKVEngine' ]

Consul\Engine\KV\KVInterface: '@consul_kv_provider'
```

Usage example
-------------

[](#usage-example)

```
public function __construct(
        private \Consul\Engine\KV\KVInterface $consulKVStorage
) {
}

public function set(): void
{
    $key = 'foo';
    $value = 'bar';
    $this->consulKVStorage->set($key, $value);
}

public function get(): void
{
    $key = 'foo';
    $value = $this->consulKVStorage->get($key);
        // $value instanceof ConsulResponseInterface
        // (string)$value = 'bar'
}
```

Disclaimer
----------

[](#disclaimer)

All information and source code are provided AS-IS, without express or implied warranties. Use of the source code or parts of it is at your sole discretion and risk. Citymobil LLC takes reasonable measures to ensure the relevance of the information posted in this repository, but it does not assume responsibility for maintaining or updating this repository or its parts outside the framework established by the company independently and without notifying third parties.

Вся информация и исходный код предоставляются в исходном виде, без явно выраженных или подразумеваемых гарантий. Использование исходного кода или его части осуществляются исключительно по вашему усмотрению и на ваш риск. Компания ООО "Ситимобил" принимает разумные меры для обеспечения актуальности информации, размещенной в данном репозитории, но она не принимает на себя ответственности за поддержку или актуализацию данного репозитория или его частей вне рамок, устанавливаемых компанией самостоятельно и без уведомления третьих лиц.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance27

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity57

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

1265d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ab83463a1359bfac1e0ce7467dcd96d0033420a7aa42f6f37355312336037657?d=identicon)[Tony-Sol](/maintainers/Tony-Sol)

---

Top Contributors

[![tony-sol](https://avatars.githubusercontent.com/u/33671815?v=4)](https://github.com/tony-sol "tony-sol (3 commits)")

---

Tags

bundleconsulphpsymfony

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan, Psalm

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/tony-sol-symfony-consul/health.svg)

```
[![Health](https://phpackages.com/badges/tony-sol-symfony-consul/health.svg)](https://phpackages.com/packages/tony-sol-symfony-consul)
```

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[grumpydictator/firefly-iii

Firefly III: a personal finances manager.

22.8k69.3k](/packages/grumpydictator-firefly-iii)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

728272.9k20](/packages/civicrm-civicrm-core)[theodo-group/llphant

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

1.5k311.5k5](/packages/theodo-group-llphant)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)[cognesy/instructor-php

The complete AI toolkit for PHP: unified LLM API, structured outputs, agents, and coding agent control

310107.9k1](/packages/cognesy-instructor-php)

PHPackages © 2026

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