gestalt icon indicating copy to clipboard operation
gestalt copied to clipboard

Gestalt is a simple, elegant PHP package for managing your framework's configuration values.

Results 2 gestalt issues
Sort by recently updated
recently updated
newest added

Usually I have a dist file (which is added to my git project), and local configuration files (not in git). I'd like to load dist filesfirst, and then overwrite them...

It would be cool if you could deserialize configuration sections into php objects. An example of the desired code: ``` php $configuration->get('foo.bar.favoriteperson')->as(Person::class)->eatSomething(); ``` The configuration section: ``` php 'favoriteperson' =>...

enhancement
on hold