winbench / bench

Portable Software Environment for Windows
https://winbench.org
MIT License
20 stars 3 forks source link

PHP Pear Packages #37

Closed mastersign closed 7 years ago

mastersign commented 8 years ago

Support PHP Pear packages in the same way as NPM and PIP packages.

mastersign commented 8 years ago

This propably needs a distinction between PHP 5 and 7 in the same way as Python 2 and 3.

mastersign commented 8 years ago

It has to be checked, that the PEAR installer does not write into the system directories.

mastersign commented 7 years ago

This only makes sense, if thier are PHP packages used as command line tools on the PATH. Otherwise PHP packages are used only in the project context (e.g. with Composer) and Bench does not need to know about them.