FMDataAPI Versions Save

FMDataAPI is a class developed by PHP to access FileMaker database with FileMaker Data API.

31

6 months ago

The curlErrorMessage() method returns the error message from curl. Corrected phpdoc issue.

30

11 months ago

The bug of toArray() method is fixed.

29

1 year ago

Bug fixes.

28

1 year ago

Added the getContainerData method to FMDataAPI class, and fixed bugs.

27

1 year ago

Dropped the support of PHP5, minimal version is PHP 7.1, but 7.2 or later is recommended.

26

2 years ago

Add methods(setFieldHTMLEncoding, getFieldHTMLEncoding) to the FMDataAPI class. These is going to use for compatibility mode of FileMaker API for PHP.

25

2 years ago

Add methods(getFirstRecord, getLastRecord, getRecords) to the FileMakerRelation class.

24

2 years ago

Bug fix for portal limit parameter.

23

2 years ago

The program code is separated into several files with PSR-4.

22

3 years ago

FMDataAPI class implements the setTimeout method for setting the cURL timeout parameter.