Skip to content

ticketscript/php-wise

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Symfony Config for everyone else.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%