Blog

As has become the norm at FileMaker DevCon Joel Shapiro of JSFmp organised a meet-up of users who are integrating FileMaker with external systems. Many of those who attend are using CWP to build FileMaker-backed web applications, but there are also plenty of people working on other integrations as well. Recently we had a client […]

Continue Reading

If you want to be able to access the FileMaker Data API directly from JavaScript running in a client browser you’ll need to set additional headers to support CORS (Cross Origin Request Sharing). Think carefully about how you configure this, since you may not want to open your FMS to all locations, so consider what […]

Continue Reading

We’ve been doing increasingly more work recently using Symfony as the framework for our CWP solutions – any new projects we start are definitely being built that way (to make this simple we’ve been working on a Doctrine Driver for FileMaker which may be of interest to you). One of the things that needs to […]

Continue Reading

During the CWP User Group at the 2017 FileMaker DevCon Steve Winter presented the work which we have been doing in building a FileMaker driver for Doctrine to better support the use of FileMaker in Symfony web applications. Attached below are the slides from the presentation. All of the code mentioned is available through packagist […]

Continue Reading

Steve Winter from Matatiro Solutions will be presenting the session “Explore cURL for FileMaker” at the upcoming FileMaker Developer Conference to be held in Phoenix from the 24th to the 27th of July. Session Description FileMaker’s robust functionality can be supplemented with a Web Service (or API) to help solve pretty much any task. But […]

Continue Reading