PHP: Installation - Manual
https://www.php.net/manual/en/fann.installationManual Installation. For developers and people interested in the latest changes, you can compile the driver from the latest source code on » Github . Go to Github and click the "Download ZIP" button. Then run: $ unzip php-fann-master.zip $ cd php-fann-master $ phpize $ ./configure $ make all $ sudo make install.