phpsa / laravel-filemaker-api
This package is abandoned and no longer maintained.
No replacement package was suggested.
A laravel filemaker api
1.0.0-b1
2020-01-28 08:56 UTC
Requires
- php: >=7.2
- illuminate/support: ^6.0
- inter-mediator/fmdataapi: 20
Requires (Dev)
- orchestra/testbench: ^4.0
- phpunit/phpunit: ^8.0
This package is auto-updated.
Last update: 2020-09-28 10:57:19 UTC
README
![For Laravel 6][badge_laravel] ![Github Issues][badge_issues]
FMDataAPI is a class developed by PHP to access FileMaker database with FileMaker Data API.
Installation
Install via composer
composer require phpsa/laravel-filemaker-api
Publish Configuration File
php artisan vendor:publish --provider="Phpsa\LaravelFilemakerApi\ServiceProvider" --tag="config"
Usage
use Phpsa\LaravelFilemakerApi\Facades\LaravelFilemakerApi; LaravelFilemakerApi::layout_name->query(); LaravelFilemakerApi::layout('layout_name')->query()
- for more see FMDataAPI
- API Document
Security
If you discover any security related issues, please email instead of using the issue tracker.
Credits
- Masayuki Nii - Original Filemaker Code
- Craig Smith - Laravel Intergration
- All contributors