PHPackages                             kolotoc/filemaker-api - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. kolotoc/filemaker-api

ActiveLibrary[API Development](/categories/api)

kolotoc/filemaker-api
=====================

FileMaker PHP API, namespaced, clean and error-free

0.1.1(10y ago)030proprietaryPHPPHP &gt;=5.3.1

Since Feb 9Pushed 10y ago1 watchersCompare

[ Source](https://github.com/kolotoc/filemaker-api)[ Packagist](https://packagist.org/packages/kolotoc/filemaker-api)[ RSS](/packages/kolotoc-filemaker-api/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (2)DependenciesVersions (4)Used By (0)

FileMaker PHP API
=================

[](#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

Complete documentation for API is here [https://fmhelp.filemaker.com/docs/14/en/fms14\_cwp\_guide.pdf](https://fmhelp.filemaker.com/docs/14/en/fms14_cwp_guide.pdf)

### Basic usage

[](#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);
```

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~1 days

Total

3

Last Release

3792d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/17144537?v=4)[kolotoc](/maintainers/kolotoc)[@kolotoc](https://github.com/kolotoc)

---

Tags

apiFileMaker

### Embed Badge

![Health badge](/badges/kolotoc-filemaker-api/health.svg)

```
[![Health](https://phpackages.com/badges/kolotoc-filemaker-api/health.svg)](https://phpackages.com/packages/kolotoc-filemaker-api)
```

###  Alternatives

[m165437/laravel-blueprint-docs

API Blueprint Renderer for Laravel

22779.5k](/packages/m165437-laravel-blueprint-docs)[fmrestor/fmrestor

fmRESTor is an object-based PHP library developed to seamlessly interact with databases and custom apps hosted on a FileMaker Server via the new powerful FileMaker Data API from within a PHP code.

113.2k](/packages/fmrestor-fmrestor)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
