sib-retail / polyfony-filemaker-bridge
Helper to a (private) Filemaker bridge
dev-master
2019-12-03 11:53 UTC
Requires
- php: >=7.1.0
- php-curl-class/php-curl-class: *
- polyfony-inc/polyfony: *
This package is auto-updated.
Last update: 2025-03-29 01:01:13 UTC
README
This library cannot be used without the server part, which is not published anywhere.
This library allows us to pass Polyfony\Query
objects from web applications, to a remote Filemaker server which executes it and returns Polyfony\Record
back.
It has been developed because the old guy doing Filemaker stuff here doesn't keep up with new versions and didn't know that Filemaker has a nice REST API.
Not knowing this we had to develop this library which is quite hacky. We have to keep maintaining it for legacy purpose.