flightphp / core

An extensible micro-framework for PHP
https://docs.flightphp.com
MIT License
2.6k stars 407 forks source link

Added Containerization to Core #559

Closed n0nag0n closed 3 months ago

n0nag0n commented 3 months ago

Still might be a little work to do, but added containerization for a callable method that configures the container, or a PSR-11 compatible container.

Also made it so that you can resolve routes with Class->method definitions.