An open API service indexing awesome lists of open source software.

https://github.com/phpenv/phpenv-virtualenv

Multiple virtual environments for PHP releases.
https://github.com/phpenv/phpenv-virtualenv

Last synced: about 1 month ago
JSON representation

Multiple virtual environments for PHP releases.

Awesome Lists containing this project

README

        

phpenv-virtualenv
=================

Multiple virtual environments for PHP releases.

While phpenv facilitates the building and switching of multiple PHP releases, phpenv-virtualenv as inspired by [virtualenv](http://www.virtualenv.org/en/latest/) of Python fame, will facilitate multiple isolated PHP environments per PHP release.

Call to arms
------------

As phpenv is branched from the parent project rbenv, to enable merging back of enhancements happening upstream so too we envision this clone would branche from either the official [virtualenv](https://github.com/pypa/virtualenv) although we may find another active project [pyenv-virtualenv](https://github.com/yyuu/pyenv-virtualenv) more suited as a plugin to phpenv pending further investigation.

We are accepting pull requests, comments, suggestions, moral support and motivations or any contributions you think can help realise this useful addition to the phpenv family.