Today i went through some of the easy to use PHP frameworks, ideal for developing rapid php applications and websites with ease of use.
I did a study on following php toolkits and i was pretty impressed with codeigniter and it is the best easy to use php framework i have seen. All the frameworks work based on MVC (Model View Controller). All the frameworks are open source and licensed GPL or MIT license.
CakePHP – http://cakephp.org/
CodeIgniter – http://www.codeigniter.com
PHPLib - http://phplib.sourceforge.net
Symphony Framework – http://www.symfony-project.org/
CakePHP
Easy to use
Hard to install
Limited libraries
CodeIgniter
Easy to install and configure
Light weight code
Good documentation manual & tutorials
Easy to learn with less understanding on MCV model.
It has built in fileupload, image resizing and email classes and tons of libraries.
PHPLib
Hard to configure
Very easy to use
Support for authentication & sessions.
I would definitely say codeigniter is the clear winner and no wonder it is the hottest frameworks around for php developers.
Similar Posts:
- Custom Layouts with CakePHP Framework
- 25+ Very Useful PHP Class libraries for Developers
- Best Game Engines for Game Developers
- Nokia E50 Mobile Review
- How to Install suPHP in Linux
- Easy Install FFmpeg in Linux
- How to Connect iPod Touch to Internet that Requires Username/Password
- 10+ Best Tutorials for WordPress Plugin Writing & Development
- 10+ Best Tutorials for Learning Hungarian
- HOWTO: Install PEAR for php in Linux


February 22, 2011
For all these frameworks i recommend to use free PHP IDE Codelobster PHP Edition (http://www.codelobster.com) with special plug-ins for installation, autocomplete, context help and etc.