PHP extension module for HybridScryptHash256 algorithm
phpize- If on OSX;
export CFLAGS='-arch i386 -arch x86_64' ./configure --enable-hybridsch256makemake install- Add the extension to your php.ini
; Enable scrypt extension module
extension=hybridsch256.so
to install system-wide: sudo make install
also, locate the php.ini file in this way: php -i | grep "php.ini"