configula icon indicating copy to clipboard operation
configula copied to clipboard

A simple PHP configuration reader that supports local config files and favors convention over configuration

Results 4 configula issues
Sort by recently updated
recently updated
newest added

## Description - Improve PHPunit assertions. - Using the `assertCount` to assert expected is same as result count. - Using the `assertFalse` to assert expected is `false`. - Using the...

When getItem is call on a nested var return null even if the value is 0 or empty array

Currently the trailing slash is added to the path only when __construct is called, not when loadConfig is called directly.

Nested booleans should return the correct type (`true`, `false`) if they exist in the configuration file. As this test demonstrates, if you have a `false` value in a nested configuration...