Which PHP framework is best for developing application..
Moderator: General Moderators
-
rolandbleyer91
- Forum Newbie
- Posts: 2
- Joined: Wed May 22, 2013 3:41 am
Which PHP framework is best for developing application..
I want to develop web application using php and its framework. but i want to know which php framework is best for developing web application in todays era? can anyone suggest me?
Thank You..
Thank You..
Re: Which PHP framework is best for developing application..
There is no best framework. Evaluate a few of them and see which is most suitable for you and your specific needs.
Re: Which PHP framework is best for developing application..
What ~requinix said. Popular ones are Zend and Cake. Laravel seems to be the new darling.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: Which PHP framework is best for developing application..
They are all free to download. And all have an example, quick-start application. I recommend that you download several that look good to you and try to get the example application to work. Maybe try make a change to the example application. That should quickly identify the ones you can actually understand and make sense to you. That is a good start.
(#10850)
-
annaharris
- Forum Commoner
- Posts: 30
- Joined: Mon Mar 25, 2013 6:52 am
Re: Which PHP framework is best for developing application..
I suggest you to go with Cake PHP.
Re: Which PHP framework is best for developing application..
If you can compile on your host or if you host has Phalcon installed, take a look at it -- it's very fast.
-
akhilesh1010
- Forum Newbie
- Posts: 15
- Joined: Thu Aug 22, 2013 1:56 am
Re: Which PHP framework is best for developing application..
Try CodeIgniter very easy to learn and use 
Re: Which PHP framework is best for developing application..
I've only recently started and have been using CodeIgniter without any problem! Have a loot at the website, it's very easy to use and there is a clear and comprehensible manual on their website! 
-
HeartDisk
- Forum Newbie
- Posts: 1
- Joined: Thu Aug 29, 2013 11:25 am
- Location: Karachi, Pakistan
- Contact:
Re: Which PHP framework is best for developing application..
it's depends
for large scale of project you should use Yii otherwise CodeIgniter
for large scale of project you should use Yii otherwise CodeIgniter
-
Jessica159
- Forum Newbie
- Posts: 8
- Joined: Mon Mar 11, 2013 2:35 am
Re: Which PHP framework is best for developing application..
Well, you have lots of choice regarding PHP framework such as Zend, CakePHP, Yii, Codeigniter etc.
Re: Which PHP framework is best for developing application..
Codeigniter!
Least pretentious. Most flexible. Best performance (least over head), with the exception of Yii.
OTOH, you could also write your own. Far easier then you might think. There are tons of components out there that would make the job quick too!
I've used Rails, Sinatra, Symfony, CI, and Zend. CI is the nicest by far.
Least pretentious. Most flexible. Best performance (least over head), with the exception of Yii.
OTOH, you could also write your own. Far easier then you might think. There are tons of components out there that would make the job quick too!
I've used Rails, Sinatra, Symfony, CI, and Zend. CI is the nicest by far.
Re: Which PHP framework is best for developing application..
EllisLab's is no longer going to support CodeIgniter. So it might be a dieing framework.
-
margaretHofer
- Forum Newbie
- Posts: 1
- Joined: Wed Jan 01, 2014 9:57 pm
Re: Which PHP framework is best for developing application..
Actually it depends on which framework you are comfortable working with. As for me, I am used to CodeIgniter so I use it in every applications I create.