Hacker News new | ask | show | jobs
by perttir 2237 days ago
I use php daily. Mostly Symfony/Laravel stuff. There are still some stuff it needs what other languages have. (Can't really right now remember all the stuff i stumble upon sometimes which gives me the feeling "damn if i could do this like i do it in rust/java/cpp/(w/e)")

Maybe the worst thing is the composer (it's slow.)

1 comments

Try Prestissimo, which enables composer to download packages in parallel

  composer global require hirak/prestissimo
The dependency solver is what is slow, not so much the downloading.
Also doing a composer update in a container with not much ram is sometimes properly impossible. Although that may have changed with the recent 2.0.