library filemaker-api
FileMaker PHP API, namespaced, clean and error-free
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
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);
dev-master
9999999-dev
FileMaker PHP API, namespaced, clean and error-free
Sources
Download
proprietary
The Requires
api
filemaker
0.1.1
0.1.1.0
FileMaker PHP API, namespaced, clean and error-free
Sources
Download
proprietary
The Requires
api
filemaker
0.1
0.1.0.0
FileMaker PHP API, namespaced, clean and error-free
Sources
Download
proprietary
The Requires
api
filemaker
0.0.1
0.0.1.0
FileMaker PHP API, namespaced, clean and error-free
Sources
Download
proprietary
The Requires
api
filemaker