This directory contains the PHP examples. After a complete installation procedure: ./configure make sudo make install check the PHP modules have been built and installed: ls -la @libdir@/flom-php-module.* Read the comments inside basic.php advanced.php transactional.php to understand how these PHP programs can be executed. It may be you have to add @libdir@ directory to your LD_LIBRARY_PATH environment variable, for example: export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:@libdir@