PHPackages                             kislayphp/config - 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. kislayphp/config

ActivePhp-ext[Utility &amp; Helpers](/categories/utility)

kislayphp/config
================

High-performance C++ PHP extension providing dynamic configuration management for PHP microservices

0.0.4(2mo ago)010Apache-2.0ShellPHP &gt;=8.2CI failing

Since Feb 21Pushed 2mo agoCompare

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

READMEChangelogDependenciesVersions (7)Used By (0)

KislayPHP Config
================

[](#kislayphp-config)

[![PHP Version](https://camo.githubusercontent.com/0f16581d1180dbfd4c0e13166ec1267d4ad2f2fab8281ea6d6b284cf5c65d921/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d382e322532422d626c75652e737667)](https://php.net)[![License](https://camo.githubusercontent.com/109222cb0d1f59ed2e77b56722653623fa45f93e2bb201a6eef8561d26a52185/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d417061636865253230322e302d677265656e2e737667)](LICENSE)[![Build Status](https://camo.githubusercontent.com/54ccdfe2a87dadbf1c498c9e2184f534bb29923827247fde68bfc4a1806c7e08/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f4b69736c61795048502f636f6e6669672f63692e796d6c3f6272616e63683d6d61696e266c6162656c3d4349)](https://github.com/KislayPHP/config/actions)[![PIE](https://camo.githubusercontent.com/3e10b1411ce18a680518db29ad161d17050be0a55620a00ed69fabac2a425832/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f696e7374616c6c2d7069652d626c756576696f6c6574)](https://github.com/php/pie)

`kislayphp/config` is a centralized configuration service and runtime client for multi-node PHP services.

Phase 1 adds:

- standalone config server
- runtime client bootstrap with local cache support
- layered config resolution for environment, project, service, and node scopes
- local file, environment variable, and runtime overrides

This package is part of the [KislayPHP ecosystem](https://skelves.com/kislayphp/docs).

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

[](#installation)

```
pie install kislayphp/config
```

Enable the extension:

```
extension=kislayphp_config.so
```

Quick Start
-----------

[](#quick-start)

### 1. Start a config server

[](#1-start-a-config-server)

```
