php
PopularFormula Utilities v8.5.6
General-purpose scripting language
Install 1
App in
Terminal
$
brew install 'php'
Dependencies
Build Dependencies
Installation Notes
To enable PHP in Apache add the following to httpd.conf and restart Apache:
LoadModule php_module $HOMEBREW_PREFIX/opt/php/lib/httpd/modules/libphp.so
<FilesMatch \.php$>
SetHandler application/x-httpd-php
</FilesMatch>
Finally, check DirectoryIndex includes index.php
DirectoryIndex index.php index.html
The php.ini and php-fpm.ini file can be found in:
$HOMEBREW_PREFIX/etc/php/8.5/
Install Statistics 3.8% vs 90d
Install activity across time periods
| Metric | 30 Days | 90 Days | 1 Year |
|---|---|---|---|
| Total Installs | 25.9K | 80.9K | 413.5K |
| Avg Daily Installs | 864 | 899 | 1.1K |