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.
- Host: GitHub
- URL: https://github.com/phpenv/phpenv-virtualenv
- Owner: phpenv
- Created: 2013-04-30T23:54:17.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-05-01T00:53:38.000Z (about 12 years ago)
- Last Synced: 2025-03-30T02:15:55.315Z (2 months ago)
- Size: 109 KB
- Stars: 5
- Watchers: 5
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.