Config
Config copied to clipboard
PHP library for simple configuration management
Updates the requirements on [psy/psysh](https://github.com/bobthecow/psysh) to permit the latest version. Release notes Sourced from psy/psysh's releases. PsySH v0.12.0 It's that time of year. Let's ship a major version of PsySH!...
Hey there, isn't supposed that the `set` method update the config file ? I'm using PHP configuration and nothing seems to happen when i use `set` except changing the value...
Hello! Trying to use your lib, but faced a problem: ``` require 'vendor/autoload.php'; use PHLAK\Config\Config; $array1 = [ 'assoc_key' => 'testvalue', 'key' => [1,2,3,4], ]; $array2 = [ 'assoc_key' =>...
Update dependencies version for new Symfony yaml usage
Thanks for this awesome library , I am using this as the configuration engine for scrawler framework [https://github.com/scrawler-labs/scrawler](https://github.com/scrawler-labs/scrawler) I have seen some shared hosting creating random weird files like .error_log...
While using this library with 8.4 this library gives few deprication notice like PHLAK\Config\Config::__construct(): Implicitly marking parameter $context as nullable is deprecated on all the methods we need to add...