ConfigResolver helper class

Hi everyone,

I’ve put together a small PHP library called ConfigResolver to make working with configuration objects a little easier. If you often find yourself managing complex nested arrays for configuration, this might save you some time and effort.

The library provides a simple way to set, retrieve, and search through configuration data. My goal with this project is to help others streamline their workflow when dealing with configuration-heavy projects.

Feedback is always welcome.

Cheers,
Mike

3 Likes