R
R
romy42015-12-22 16:08:56
symfony
romy4, 2015-12-22 16:08:56

Symfony 2 or Laravel for a distributed system?

Task: a bunch of sites, each performs its own functionality, but all are authenticated through one common set of ACLs lying on one of (how is another question) and one common set of entities for all sites. Sites must work on different physical servers and domains.
Question: which is more convenient to build, symfony 2.8 or Laravel (latest)?
upd. I don’t rummage in either frame, but in PHP I rummage, so I don’t care what, the main convenience, well, not forgetting about speed.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey, 2015-12-22
@romy4

no difference, basically. And on that and on that you can do both simply and quickly and badly. The difference is essentially only in the approaches to working with the database (doctrine - domain centric, Laravel ORM - database centric).
Well, yes, Laravel has quite a convenient IoC (even despite the fact that autowiring has already been done in symfony2.8), and the concept of middleware. But with Symfony2.8, you can turn on the microkernel, and it will go ahead in terms of performance (pure framework, without ORM, etc.)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question