igniphp / framework

Swoole, PSR-15, PSR-7, PSR-11 lightweight modular anti-framework for REST micro-services.
MIT License
265 stars 14 forks source link

Allow creating config from ini, json or yml files. #24

Closed dkraczkowski closed 6 years ago

dkraczkowski commented 6 years ago

At the time\Igni\Application\Config uses arrays only, would be good to add support for yml, ini, json, xml formats- so config can be factored out of any of this formats.