Skip to content
This repository has been archived by the owner on Mar 9, 2020. It is now read-only.

Latest commit

 

History

History
26 lines (20 loc) · 707 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 707 Bytes

Wise

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');

Documentation