Use brew to manage your PHP version on MacOS
<h1>Introduction</h1>
<p>In this article, I will try to demonstrate how to easily manage PHP versions using Brew in a macOS system.</p>
<h1>Background</h1>
<p>I noticed that many people are unaware of how to manage PHP versions on their local machines. You don’t have to use docker for PHP version management.</p>
<h1>Install</h1>
<p>You can install PHP versions in two ways: without specifying a version (it will install the latest version), or by specifying a version, in which case it will install the specific PHP version you request.</p>
<p><a href="https://medium.com/@kczereczon/use-brew-to-manage-your-php-version-on-macos-33860fe9c74d"><strong>Read More</strong></a></p>