|
|
|
|
|
by fart32
1615 days ago
|
|
> The PHP community also prefers medium sized packages, so you don't get a thousand dependencies accidentally. I think it was Laravel or Lumen? I tried that one once and was kinda amazed it pulled like 100 packages. In PHP ecosystem, I think that's considered a lot (to be fair, this is few years back). I've worked on fairly large projects (mostly Symfony + Doctrine and PHPUnit) and don't recall seeing so many dependencies. Now compare this to initialization of any common JS framework starter. |
|
The PHP ecosystem tends to use packages-for-interfaces, so that ups the count somewhat.