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

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

jdwx/config
===========

A simple configuration library for PHP.

v1.0.1(2y ago)01931MITPHPPHP &gt;=8.0

Since May 4Pushed 1y ago1 watchersCompare

[ Source](https://github.com/jdwx/config)[ Packagist](https://packagist.org/packages/jdwx/config)[ RSS](/packages/jdwx-config/feed)WikiDiscussions main Synced 3w ago

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

jdwx/config
===========

[](#jdwxconfig)

A simple PHP module for interacting with config files.

This module provides a simple interface to configuration files in a variety of formats:

- .ini
- .json
- .yaml

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

[](#installation)

You can require it directly with Composer:

```
composer require jdwx/config
```

Or download the source from GitHub:

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

[](#requirements)

This library requires PHP 8.0 or later. It has not been tested for compatibility with earlier versions.

Usage
-----

[](#usage)

```
