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

Simplify application bootstrapping by configuration files. #23

Open dkraczkowski opened 6 years ago

dkraczkowski commented 6 years ago

Ideal solution would be to have ApplicationFactory class that accepts configuration file of any type: ini, json, yml, and build instance of application with set up right modules, middleware, routes and services.

abbychau commented 4 years ago

What kinds of configs came into your mind?