PHP JSON Configuration Loader

After trolling around for quite a while for a reasonable configuration system, ended up cooking my own which is based on JSON (my current favourite data format).

PHP Application Configuration Loader (PACL) library is made to enable different configurations depending on the system/environment. For example, your application can have different configurations for unit tests, development, staging and production.

Still need to implement cache handling but the package seems to be doing what it should and it pretty easy to use, both for editing configurations and also programmatically inside an application.

 Link on GitHub