Does php have an equivalent to python's virtualenv or ruby's sandbox?

前端 未结 8 1068
遇见更好的自我
遇见更好的自我 2020-12-24 10:42

I\'m used to using python\'s virtualenv tool to create separate environments that can mimic deployment environments for projects I write.

Now, I\'m going to be worki

8条回答
  •  暖寄归人
    2020-12-24 11:39

    virtPHP is a tool for creating and managing multiple isolated PHP environments on a single machine. It's like Python's virtualenv, but for PHP. (README)

    https://github.com/virtphp/virtphp

提交回复
热议问题