S
S
Sergey Melnikov2017-03-13 19:06:53
PHP
Sergey Melnikov, 2017-03-13 19:06:53

Are there any examples of polar systems literate in architecture in php?

Hello.
I study programming, read materials on the architecture of applications, web sites, etc.
Everyone writes that we need a competent architecture, di , dic, solid, service-oriented, modular, etc.
Are there examples of well-known web systems with a competent architecture, at the same time not deficient in terms of performance, written in PHP? Drupal 8 is a new Symfony3 product, is that it?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Stalker_RED, 2017-03-13
@Stalker_RED

Competent architecture is not the same thing as pushing all the fashionable abbreviations into the project without looking at whether they are needed.
Since the first versions of symfony, there has been modularity, and, in places, di. They discuss SOLID at conferences and are gradually moving in this direction, although they have not yet fully “come”.
Hasn't the microservice hype died down yet? In practice, not everything in a row should be taken out to services.
In general, yes, it is worth digging inside symfony or laravel, because they are one of the best open source frameworks. But don't expect them to use all the buzzwords that have been promoted over the past 12 years.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question