pear.avalanche123.com is not available to serve the channel
From the install instructions in README.md:
pear channel-discover pear.avalanche123.com pear install avalanche123/doxphp-beta
Once upon a time, I set up this repo using pear. When I run pear-channel-info pear.avalanche123.com, I get the following response:
$ pear channel-info pear.avalanche123.com
Channel pear.avalanche123.com Information:
==========================================
Name and Server pear.avalanche123.com
Alias avalanche123
Summary avalanche123's PEAR channel
Validation Package Name PEAR_Validate
Validation Package default
Version
Server Capabilities
===================
Type Version/REST type Function Name/REST base
rest REST1.0 http://pear.avalanche123.com/rest/
rest REST1.1 http://pear.avalanche123.com/rest/
rest REST1.2 http://pear.avalanche123.com/rest/
rest REST1.3 http://pear.avalanche123.com/rest/
But none of those URLs exist; they all show a GitHub 404 page.
There does not appear to be an available alternate channel for this package, save for cloning directly from GitHub into $PATH.
Did u managed to solve it?
Yeah. We switched to installing doxphp via git, as documented in https://github.com/INN/largo/commit/16545dca23f583afaad08aa730e790f911a4735d#diff-6988d98ae8efd5611cbce8b016f16940 for https://github.com/INN/largo/issues/1456:
Installation process with git:
git clone https://github.com/avalanche123/doxphp.gitto someplace in your filesystem- add
doxphp/binin the cloned git repo to your$PATHby addingexport PATH=$PATH:/path/to/doxphp/binto your.bashrcor similar shell configuration file.