Forrest logo
back to the phpenv tool

phpenv:tldr:0e685

phpenv: List all installed PHP versions.
$ phpenv versions
try on your machine

The command "phpenv versions" is used to list all the installed PHP versions on your machine.

PHPenv is a tool used to manage multiple PHP versions on a single machine. It allows you to easily switch between different PHP versions depending on your project requirements.

When you run the "phpenv versions" command, it will display a list of all the PHP versions that are currently installed on your system. Each version will be listed with its corresponding version number and any additional information such as the location of the PHP installation. This command helps you to check which PHP versions are available for use and which ones you may need to install or update.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the phpenv tool