Skip to content

FileMaker® PHP API rewritten for PHP 5.5+. It is compatible with PHP 7.0+

Craig Smith requested to merge Feature/FileMaker-PHP7 into master

What I did

  • updated composer file to include FileMAker PHP Api Library
  • updated the Fmapi wrapper to use the new library while keeping backward compatability for older codebases

Implications

Could break older systems - though should be fully backward compatable.

Setup

run composer update

How to test

Connect to your FileMaker instance and run the regular commands as usual - you should see no difference with your results.

Merge request reports