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

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

web6/config
===========

Simple PHP configuration reader

0.0.1(6y ago)010GPL-3.0-onlyPHP

Since May 19Pushed 5y agoCompare

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

READMEChangelog (1)DependenciesVersions (2)Used By (0)

WEB6 PHP Config
===============

[](#web6-php-config)

This class reads configuration values stored in a PHP file and makes them available as properties.

Install
-------

[](#install)

Install via Composer

```
$ composer require web6/config
```

Usage
-----

[](#usage)

### Create a configuration file

[](#create-a-configuration-file)

Create a PHP file which will contain the configuration. This file must be readable by the server.

```
