Say I downloaded a PHP library (which I suppose usually comes as a bunch of .php
files - is this correct?)
The only way I can think of using the library in my project is simply copy the files to my server and include
or require
them.
Is there a better or more standard way?
Also, how does yum
relate to using PHP libraries?