What's the difference between the PHP libraries installed through Composer and the ones installed through apt in Ubuntu?
I was installing the GD library in Ubuntu and I saw other third party libraries that I used to install using Composer such as getid3 and guzzlehttp... So I guess that maybe the compiled libraries are faster and if possible if would be better to install them with apt instead of Composer. Correct if I'm wrong please.