I understand that a package should contain a directory structure and other conventions described in the best practice documentation .
I still don't understand why I have to choose between installing the library as a package or just installing the library compatible with PSR-0 βas isβ in the Symfony2 installation.
For example, I want to install the Guzzle Http Client library. I currently have two versions to choose from:
I can see that the package uses the library, but since I'm new to Symfony2, I still canβt understand the big picture. Can someone help me?
source share