Download the PHP package flooris/filemaker-data-api without Composer
On this page you can find all versions of the php package flooris/filemaker-data-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download flooris/filemaker-data-api
More information about flooris/filemaker-data-api
Files in flooris/filemaker-data-api
Package filemaker-data-api
Short Description Package to easily access the FileMaker Data API
License GPL-3.0-or-later
Homepage https://github.com/flooris/filemaker-data-api
Informations about the package filemaker-data-api
PHP client library for consuming the FileMaker Data API
PHP package (client library) for consuming the FileMaker Data API, with Laravel support.
Install
Via Composer:
Basic Usage
Advanced usage
Define a Model Class for a FileMaker record, for example: FmBrandObject
.
The Model Class should extend FmBaseObject
.
Define a Repository Class, for example: FmBrandRepository
.
The Repository Class should extend FmBaseRepository
.
The Repository Class mainly defines the Model Class, which also contains the FileMaker Layout name and ID field name.
With the Repository it is easy to access records from the FileMaker database table. For example:
Package improvements
ToDo's:
- Tests
- Custom exceptions
- Fix missing config helper without Laravel, for example in FmBaseObject
All versions of filemaker-data-api with dependencies
guzzlehttp/guzzle Version ^7.5
illuminate/config Version *
illuminate/support Version *
nesbot/carbon Version *