I donโt know how โsmallโ your project really is, but even if you need time to study the structure and design your project, it follows the framework philosophy that it usually costs.
In my experience, when projects start to grow, as your project seems (naive PHP โ model factoring โ ...), you end up in code very similar to a simple structure. When you use the framework, on the other hand, the basic design of your project is usually very thoughtful, so even if you are not an experienced software architect (maybe you?), You will get a good foundation for your project.
In addition, you say that this is a personal project, so I assume that this is a kind of hobby or an educational thing. Using a framework can be a good way to learn about design patterns and best practices for web development.
Symfony may not be the best choice for you. In the end, it is a matter of personal opinion. Personally, I like CakePHP when coding PHP and Django when coding in Python.
source share