Level 55
@aligajani check http://php-osx.liip.ch for PH bundled with the MCrypt extension.
curl -s http://php-osx.liip.ch/install.sh | bash -s 5.6
Then add it to your $PATH
export PATH=/usr/local/php5/bin:$PATH
As per the docs found at the link above
Included extensions
... json ldap libxml mbstring mcrypt memcache memcached ...
1 like