php@8.3

PHP 8.3 runtime for executing PHP scripts and web applications

brewmacoslinux
Try with needOr install directly
Source

About

General-purpose scripting language

Commands

phpphp-configphpizepharphar.phar

Examples

Execute a PHP script from the command line$ php script.php
Start a built-in web server for development$ php -S localhost:8000
Check PHP version and installed extensions$ php -v && php -m