Architecture Philosophy
The Poirot framework provides a flexible modular Rapid Application Development (RAD) environment, code re-usability, extremely powerful IoC, IDE Friendly integration, PSR integrated, simple syntax and easy to customize scaffolding mechanisms.
the framework coupling is low, the dependencies between modules are low, and the framework initialization only loads a small amount of core PHP.
How does it feel?
Take a look at these code blocks to feel how Poirot seems at a glance:
index.php
routes.php
Last updated
Was this helpful?