Add the following to the httpd.conf
# Send PHP extensions to mod_php AddHandler php5-script .php AddType text/html .php DirectoryIndex index.php index.html
and make sure php extension is loaded
LoadModule php5_module /usr/local/opt/php56/libexec/apache2/libphp5.so