Differences between frameworks are not just personal not imprint, just access this link below and see that there are yes, technical differences between them, differences, which can bring more facilities or not in the development of your application.
http://www.phpframeworks.com/
For example:
Codeigniter doesn’t have native ajax support, authentication modules, event-guided programming, and Cakephp has all this, but no native templates.
This is rather technical differences, which depending on your team, or your knowledge, will make a difference during development, so you need to perform a good survey of requirements for your project to make a good choice.
In which case it is possible to use 2 frameworks:
For example, you build an application, and you want to give it another interface, like REST, you could use a framework to manage the application’s online site and another to give access to REST, with totally different business rules, some frameworks can do everything, others did not.
But between you and me, what would be the benefit of this, considering you’re going to have to rewrite rules, validations, business models, to use a single database.
Cases where it is useful and common to marry more than one framework: Different technologies
PHP Framework + Database abstraction, example: Doctrine.
PHP Framework + Framework frontend, example: Bootstrap, Foundation, 960gs, etc.
Your question, applied in this way, is based on opinions. Basically the same thing you ask in a circle of friends which is the best car to ride in the city. Each one will tell you a model, but in general, all vehicles would play the role of taking you from one point to another.
– Kazzkiq
Yes but the big question is: Can I use two framworks to build my system???
– Rogers Corrêa
It seems people don’t read the context of the question!
– Rogers Corrêa
Can you use two cars to go from home to work? In both cases, yes. But is that really advantageous? Or will it make it harder than helping?
– Kazzkiq
@Rogerscorrêa then the best is to remove the "Which framework to choose or" section of the question title and keep the focus on whether it is possible to use the A and B framework together
– Caputo
I was finishing a good answer to use or not together.. :/
– Marcelo Aymone
And my dear, honestly, there are differences between frameworks yes, technical differences!!!!
– Marcelo Aymone
I do find it possible to answer this question without giving opinions.
– bfavaretto
Vote to reopen again @bfavaretto
– Marcelo Aymone
@Rogerscorrêa The link you added to the question is pure irony. What the guy really means is: Use a haha framework
– Beterraba
Rogers. The site below can help. http://www.phpframeworks.com/ I think this is a personal decision that you have to evaluate the resources of each frameworks and the time you will spend learning. Another very important issue is to analyze whether in the future, you will not be seeing ships for lack of frameworks resources.
– fabricio_wm
It’s not just about personal decision not @fabricio_wm, it’s a very superficial view of frameworks. As you yourself mentioned, possible lack of resources in the expansion of the project, this is technical characteristics and not personal taste.
– Marcelo Aymone
@Marceloaymone The community closed, I leave it to the community to decide whether to reopen. My vote would decide alone.
– bfavaretto
Oloco didn’t even mention Laravel I’m gonna cry... :(
– user6026
It was wrong @Harrypotter!
– Rogers Corrêa
@Rogerscorrêa quiet, just to relax ... I really liked the question ... congratulations
– user6026
I think the ideal framework depends on what you prioritize as ideal, which can be performance, low coupling, ease of maintenance, continuity security, amount of documentation, hardware consumption, little need for writing and so on... I believe that the ideal will depend on what the weight of each of these elements for each individual, but I really liked the question.
– Sileno Brito