(no title)
fart32 | 4 years ago
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.
captn3m0|4 years ago
The PHP ecosystem tends to use packages-for-interfaces, so that ups the count somewhat.
fart32|4 years ago
The point is that Composer packages are far from being that granular, we have less dependencies by literally order of magnitude.