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

This package is auto-updated.

Last update: 2020-09-28 10:57:19 UTC


README

![For Laravel 6][badge_laravel] Build Status Coverage Status Packagist Packagist Packagist ![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()

Security

If you discover any security related issues, please email instead of using the issue tracker.

Credits