cyon/wise

This package is abandoned and no longer maintained. No replacement package was suggested.

Symfony Config for everyone else.

Installs: 148

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 4

Forks: 5

Open Issues: 0

pkg:composer/cyon/wise

2.0.1 2018-03-04 23:22 UTC

This package is not auto-updated.

Last update: 2020-03-09 10:33:28 UTC


README

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