It's a phpenv/phpenv plugin to setting up the pear/pecl
.
Simply clone the repository into the plugins directory:
mkdir -p "$(phpenv root)/plugins"
git clone https://github.com/sergeyklay/phpenv-pear-setup.git "$(phpenv root)/plugins/phpenv-pear-setup"
phpenv pear-setup
The phpenv-pear-setup
is released under the MIT License.