I've set my pear installation inside my project:
php pyrus.phar mypear c:\apache24\htdocs\my-project\vendor
But it creates the following folder structure:
.configsnapshots
docs
downloads
php <---------- Here is where pyrus is installing pear + pear2 packages
tests
.pear2registry
Then, should I just add \my-project\vendor\php to my include_path and just require the clases?