This extension allows you to switch between different PHP versions in your browser.\
You can easily switch PHP version you want to use by clicking the extension action button.
Select the PHP version you want to use in the extension action popup.
You can provide a filter to limit the PHP version to a specific domain.
You also can disable the extension with a activation switch.
Important
This extension is unsigned, you need to load it as an unpacked extension in Chrome or install it in Firefox for developer edition.
Note
You can use a public extension allowing you to add a header x-php-version=82 for PHP 8.2 to your HTTP requests.
Follow the corresponding instructions for your browser.
In extension pages, enable developer mode and click on load the unpacked extension button.
Choose the Chrome extension addon folder
You need firefox for developer edition installed.
In extension pages, click on the gear icon and select Install Add-on From File.
Choose the Firefox extension zip in web-ext-artifacts folder
Instruction to build the browser extension when you modify it.
Copy manifest_chrome.json content to manifest.json
Not build needed for Chrome, just load the unpacked extension as described previously.
You need to install web-ext to build the extension Official Documentation.
Copy manifest_firefox.json content to manifest.json
Run npm install in the extension source folder.
Run web-ext build --overwrite-dest
This will create a zip file in the web-ext-artifacts folder.
Load the new extensions in Firefox as described previously.




