Wise

February 22, 2018 ยท View on GitHub

Build Status

Wise is a configuration manager built on Symfony Config. It supports data formats such as INI, JSON, PHP (native), XML, and YAML. You can also normalize and validate configuration data.

$wise = Herrera\Wise\Wise::create('/path/to/config');
$data = $wise->load('example.yml');

Forks

As this project is no longer maintained, please see the Wiki page for maintained forks.

Documentation

  • Installing
  • Usage
  • How to Create a Loader

Contents

  1. 1Forks
  2. 2Documentation