2017 © Pedro Peláez
 

library filemaker-api

FileMaker PHP API, namespaced, clean and error-free

image

kolotoc/filemaker-api

FileMaker PHP API, namespaced, clean and error-free

  • Thursday, February 11, 2016
  • by kolotoc
  • Repository
  • 1 Watchers
  • 0 Stars
  • 19 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

FileMaker PHP API

FileMaker PHP API, namespaced, clean and completely error-free. This implementation of FileMaker API resolves - Namespaces - whole solution is wraped into namespace - Errors - all staticly called method are really static - Code - code is cleaned up and writen for php 5.3, (*1)

Complete documentation for API is here https://fmhelp.filemaker.com/docs/14/en/fms14_cwp_guide.pdf, (*2)

Basic usage

use Kolotoc\FileMakerApi\FileMaker;
$fm = new FileMaker();
$fm->setProperty('database', DATABASE);
$fm->setProperty('hostspec', HOSTSPEC);
$fm->setProperty('username', USERNAME);
$fm->setProperty('password', PASSWORD);

The Versions

11/02 2016

dev-master

9999999-dev

FileMaker PHP API, namespaced, clean and error-free

  Sources   Download

proprietary

The Requires

  • php >=5.3.1

 

api filemaker

11/02 2016

0.1.1

0.1.1.0

FileMaker PHP API, namespaced, clean and error-free

  Sources   Download

proprietary

The Requires

  • php >=5.3.1

 

api filemaker

09/02 2016

0.1

0.1.0.0

FileMaker PHP API, namespaced, clean and error-free

  Sources   Download

proprietary

The Requires

  • php >=5.3.1

 

api filemaker

09/02 2016

0.0.1

0.0.1.0

FileMaker PHP API, namespaced, clean and error-free

  Sources   Download

proprietary

The Requires

  • php >=5.3.1

 

api filemaker