M
M
maxxxixxxx2014-06-16 18:27:50
PHP
maxxxixxxx, 2014-06-16 18:27:50

What is your favorite PHP Framework?

Please answer point by point:
1. What is your favorite PHP Framework?
2. How many other frameworks have you used in your projects?
3. What is the best framework you use compared to others?
4. What are its disadvantages?
5. How does it withstand high loads?
6. Attendance of projects that you do on it?
7. If there are difficulties in the implementation of a multilingual project (website in Russian, English and other languages)?

Answer the question

In order to leave comments, you need to log in

6 answer(s)
S
Sergey, 2014-06-16
Protko @Fesor

And let the fight begin
1. Symfony2
2. Silex, Yii1, Slim, FatFree, CakePHP, Zend1 (if we are talking about projects and not poke)
3. If you care about the quality of the code, then it’s better not to think of it. Everything is best-practice, a huge community of developers. engine of the PHP world.
4. For simple projects, it can be overly redundant and complex. You need to understand what you are doing.
5. Normal, with caches, competent architecture, properly configured server... Perhaps this is the most insignificant parameter for choosing frameworks. Everything rests on the architecture of your application and the base.
6. I do not keep such statistics. Most of the projects are API services or internal services of companies. Yes, I think it's empty.
7. No.
If you decide in this way to choose a framework on the basis of which you want to make a project ... then you have chosen a very bad technique.

W
Wizzard, 2014-06-17
@Wizzard

Of all the ones I tried, I liked Yii the most.

A
Alexander Makarov, 2014-06-17
@SamDark

1. Yii2.
2. A few of my own, Zend1, CakePHP, CodeIgniter, Symfony1, Yii1, Kohana, Spring, Android.
3. Excellent balance between "by the book" and practice. The largest and friendliest community in the countries of the former CIS. Low entry threshold. Well, I am directly involved.
4. While in beta. Honest unit tests are sometimes not trivial to write. Codeception saves.
5. Excellent.
6.~1000rps. But I think 2gis will have more.
7. No.

Y
Yakov Akulov, 2014-06-16
@jakulov

And I'm starting to sit down on Laravel.

S
Sergey Lerg, 2014-06-16
@Lerg

For the sake of sracha, I’ll say that you should already think about switching to the Go language for website development.
Frameworks: martini.codegangsta.io www.gorillatoolkit.org revel.github.io beego.me
If still PHP, then either Symfony or Yii.

V
Vasily minodvesP, 2014-07-23
@benoni

https://github.com/jmathai/epiphany - The Epiphany PHP Framework
"pros: quite easy to learn (IMHO), easy to tie orm a-la RedBeanPHP, some thread templating engine, etc., small distro size (microframework )
"cons" is little known, possibly incompatible with bundles from symphony
before it used CodeIgniter, also looked at Kohanu. Now I'm
looking towards python (flask, bottle.py, etc.) and Node.js

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question