PHP class file for FileMaker 16 Data API (REST)

What is the FileMaker Data API? The newly released FileMaker Server 16 now offers REST access to your FileMaker databases. There’s more about that how this impacts PHP developers here. The bottom lineĀ is that to use REST as part of your PHP solution, you would usually need to write a series of cURL functions and…