FmRESTor Versions Save

Leverage the FileMaker® 17, 18, 19 & 20 Data API with ease!

19.0.7

9 months ago

fmRESTor.php

Add support for php 8.0+

19.0.6

3 years ago

fmRESTor.php

BUG FIX: Typo in fmDateSource

19.0.5

3 years ago

fmRESTor.php

  1. Added "autorelogin” option. If enabled and a request fails due to session token no longer being valid, fmRESTor will try the request again with a new session. This is especially helpful when you invalidate a not-yet-expired session by disconnecting the client in Admin Console or by restarting FileMaker Server or its components.
  2. Session token for recycling Data API session can now be stored in a file, instead of using PHP session storage. This can help in cases when PHP session cannot be used, such as when your PHP script is called by an automated software rather than a web browser.
  3. CURL options used to communicate with FileMaker Server can now be adjusted. See https://www.php.net/manual/en/function.curl-setopt.php for the complete list of options you can adjust.
  4. Confirmed compatibility with FileMaker Server 19
  5. Results from methods were extended to contain request headers for easier evaluation of errors. You can access the extended info through the "isError" method.
  6. FileMaker Server response can now be easily obtained from result using the "getResponse" method.

fmRESTor.js

  1. Added this project to https://www.npmjs.com/
  2. Added "How make fmRESTor.js work with FileMaker Server 19 !" to documentation.
  3. Confirmed compatibility with FileMaker Server 19