PHP Versioning di Macbook

November 17, 2021

There are two main tools to manage PHP versions on MacOS:

1. ASDF Version Manager

ASDF allows managing multiple language versions including PHP. Follow the installation guide at:

2. PHPBrew

PHPBrew is specifically designed for PHP version management. Installation guide available at:

Apache Configuration

For Apache setup with multiple PHP versions, refer to:

#PHP #Mac #ASDF #PHPBrew