Skip to content

Instantly share code, notes, and snippets.

@clsource
Created June 29, 2026 23:03
Show Gist options
  • Select an option

  • Save clsource/664223cc167a84c86573fca22f05e563 to your computer and use it in GitHub Desktop.

Select an option

Save clsource/664223cc167a84c86573fca22f05e563 to your computer and use it in GitHub Desktop.
Instalar PHP con mise

Se usa https://github.com/verzly/mise-php

# Install the plugin
# NOTE: If you are not contributing and want to use stable releases, always use the `#latest` suffix to avoid tracking the development branch.
mise plugin install php https://github.com/verzly/mise-php#latest

# First install
mise use -g php@latest

# Disable dependency installation for future installs
mise config set env._.php.skip_deps true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment