PHP Frameworks

Associate
Joined
21 May 2003
Posts
1,365
I'll soon be looking at starting a new project and I was wondering if anyone had any experience using PHP frameworks like Zend / Cake / Symfony? If so, why did you choose that particular framework, what are the strengths and weaknesses and would you change if you had the chance?

Also, what are the legal implications of using an open source framework? Are you allowed to build commercial, closed-source apps on top of them?

Any replies much appreciated.
 
I think you can do whatever you wish with open source stuff. It wouldn't make sense to force you to bandy your source code about.
 
If it's GPL you must be able to provide the source code upon request. BSD lets you do pretty much what you please, providing you leave creditation for the original authors.
 
Back
Top Bottom