hassankhan / config

Config is a lightweight configuration file loader that supports PHP, INI, XML, JSON, and YAML files
MIT License
971 stars 136 forks source link

Added "serialization" support #127

Closed mp3000mp closed 3 years ago

mp3000mp commented 4 years ago

I've been using this library for a long time now and I use serialization to cache the calculated configuration. So if you accept it, I'd like to propose this implementation in case it could benefit to other users.

DavidePastore commented 3 years ago

Hi @mp3000mp . Thanks for your PR! I like it. Could you please include documentation about it on the README.md file?

mp3000mp commented 3 years ago

Great @DavidePastore ! I've added the mention in the introduction and one example. Is it what you had in mind ?

DavidePastore commented 3 years ago

Thanks @mp3000mp!