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

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

comphp/config
=============

Configuration loading, organization, and access for PHP applications.

0.3(1mo ago)2197MITPHPPHP ^8.5

Since Feb 17Pushed 1mo agoCompare

[ Source](https://github.com/commonphp/config)[ Packagist](https://packagist.org/packages/comphp/config)[ RSS](/packages/comphp-config/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (3)Dependencies (10)Versions (4)Used By (7)

CommonPHP Config
================

[](#commonphp-config)

CommonPHP Config provides configuration loading, encoding, decoding, validation, and access patterns for CommonPHP applications. It defines the common configuration driver contract used by format-specific packages such as JSON, PHP, INI, XML, and YAML drivers.

The package is intended to manage structured application configuration after runtime has loaded the minimal environment values needed to boot.

Requirements
------------

[](#requirements)

- PHP `^8.5`
- `comphp/runtime:^0.3`

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

[](#installation)

Once this package is available through your Composer repositories, install it with:

```
composer require comphp/config
```

Usage
-----

[](#usage)

```
