I know that this question has been asked several times, but I would like to explain my position and would like that someone who has experience with both can give me a good answer for this.
I am currently working on two large projects that are dedicated and working on my own debian server. I am very experienced with PHP3 +, which means that I have always been writing PHP code with hard code since 10 years old, had my own file structure, libraries, etc. Now for these two projects I need: a) security, b) liabilty and c) easy implementation (which saves time for me).
As I understand it so far, both are a good framework. The Zend Framework is very modular, so I can basically choose which functions I want to have, please correct me if I'm wrong, and this is more “original” -PHP-oriented, which will give a good basis for a start. Symfony, on the other hand, is very community oriented and comes with a lot of stuff. I signed up for the symfony google group and get questions and answers all day. Therefore, in terms of getting support, I think that a symphony will be a choice.
Now: the structure is mainly needed for a project with a very safe area for clients, registration and intelligent functions corresponding to the database. I also need to migrate old data from an existing mysql database. I will need a couple of self-employed php, jquery and paypal api functions. (both projects are actually largely focused on payment and settlement)
source share