About
Last updated
Was this helpful?
Last updated
Was this helpful?
An opinionated PHP micro-framework to build modular applications.
For documentation, please visit .
This project originally started as a learning exercise to learn the intricacies of framework development. I then started using it for the project, which over time grew big enough to justify spending more time and energy on polishing this framework. All in all, I did this for fun.
But seriously, why burden us with yet another framework? What does doMynation bring to the table that others like Laravel and Symfony don't?
In all honesty, not much. In any case, this framework is surely less secure, less performant, less battle-tested and less feature-complete than its competitors. The only thing that perhaps sets it apart is the architectural design and decisions that it imposes. To name a few:
The absence of controllers in the traditional sense, doMynation uses instead
The emphasis on modularity and testability
The absence of and a strong emphasis on type safety