Using installed PEAR classes
Once you have installed a PEAR class, they must be loaded at run-time using a require statement. By default installed packages are stored in the /usr/local/lib/php/ directory

... and you're done!