Need a simple PHP framework for my webapp
Can anyone suggest me a nice and simple framework for PHP ?
I ha开发者_运维问答ve tested CodeIgniter and it seems simple. I have been reading about CakePhp, but it seems a bit more complicated than CI. Maybe there are other nice frameworks that could be worth looking at?
I am the creator of a small framework named Laravel. It is RESTful by design, extremely simple, and has great documentation.
Other features include a beautifully simple ORM and session / cache drivers.
Try the simple php framework
http://code.google.com/p/simple-php-framework/
Also, see this question on Stackoverflow.com since your question is more suited to that site
https://stackoverflow.com/questions/526040/simple-php-framework
Picora is a nice an clean PHP-Framework. Its even small enough to read the whole source and understand exactly what it does. Unfortunately the main developer drop maintaining it but you can find the source on GitHub.
I've written two articles/turorials about it (in german):
- http://aaron-mueller.de/artikel/einstieg-in-das-picora-framework
- http://aaron-mueller.de/artikel/modell-relationships
QCodo seems to be back under active development. I'm not sure what's changed in its fork, QCubed -- I think they just branched while QCodo was stagnating, but it also might be worth looking at.
http://alternativeto.net/software/codeigniter/ is a good source for CodeIgniter alternatives.
Go for Laravel. It is a great Awsome Framework for the Web Artisans. It has greate security. It has ORM. It has Migrations. It has clean Syntax. It has beautiful Templating Engine. It has Awsome Documentation. It has Active Community and also increasing day by day.
Good Luck for you :) Love for Laravel.
"Cheers!Enjoy coding"
精彩评论