PHPackages                             yodarunamok/fxphp - 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. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. yodarunamok/fxphp

ActiveLibrary[Parsing &amp; Serialization](/categories/parsing)

yodarunamok/fxphp
=================

FX.php is a FMPXMLRESULT parser class for php

458.6k29[6 issues](https://github.com/yodarunamok/fxphp/issues)PHP

Since Jul 24Pushed 2y ago17 watchersCompare

[ Source](https://github.com/yodarunamok/fxphp)[ Packagist](https://packagist.org/packages/yodarunamok/fxphp)[ RSS](/packages/yodarunamok-fxphp/feed)WikiDiscussions master Synced 4d ago

READMEChangelog (1)DependenciesVersions (1)Used By (0)

FX.php
======

[](#fxphp)

A FREE, Open Source PHP database abstraction class for accessing FileMaker Pro and other data sources by Chris Hansen with Chris Adams, Gjermund Gusland Thorsen, Masayuki Nii, and others.

Special thanks to Bob Patin and David Walton for generous donations to help support the project.

FX.php is a PHP class originally conceived as a way to easily parse the XML output by FileMaker Pro's XML RPC (A.K.A. Web Publishing Engine or Custom Web Publishing) into a multi-level array which could easily be manipulated using PHP. Full CRUD -- records (rows in SQL parlance) can be searched, edited, created, and deleted. In addition, a number of other actions can be performed including script execution, etc. (See the documentation for more details.) When any action is performed, the returned array is organized in up to four arrays, as follows (these are the relevant indexes or key values):

- Level 1: (optional, depending on the return type)

    'linkNext', 'linkPrevious', 'foundCount', 'fields', 'data', 'URL', 'errorCode', 'valueLists'
- Level 2: ( of 'data' )

    RecordID.ModificationID
- Level 3:

    Field (Column) Name
- Level 4: (optional, depending on the $useInnerArray parameter)

    Numbers, starting at zero; one for each related or repeating value in the found set

So, a reference to a specific value will be structured like one of the following:

- $dataArray\['12.3'\]\['First\_Name'\]
- $dataArray\['12.3'\]\['First\_Name'\]\[0\]
- $dataArray\['data'\]\['12.3'\]\['First\_Name'\]\[0\]

Look at the sample code to get a better feel for how things work. You can also get more information on [the official website](http://fx.iviking.org/).

FileMaker Pro has quite a following, and with good reason: it mixes the power of a relational database with phenomenal ease-of-use. It scales better than similar solutions like Microsoft Access, while providing tools for creating elegant interfaces.

PHP is a free, open-source scripting language in use on around 80% of all web servers. PHP can access just about any data source, but there was no easy way for it to pull data from FileMaker until 2001. FX.php was the first PHP class which allowed FileMaker enthusiasts to access their data via PHP. More recent versions oF FX have also added support for MySQL, PostgreSQL, OpenBase, ODBC data sources, and more. FileMaker, Inc. released its own API (the FileMaker API for PHP) in 2006, but many programmers continue to prefer FX.php for it's simplicity, superior performance, and more frequent updates.

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity37

Limited adoption so far

Community25

Small or concentrated contributor base

Maturity22

Early-stage or recently created project

 Bus Factor2

2 contributors hold 50%+ of commits

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6025431?v=4)[E.J. Sexton](/maintainers/ejsexton82)[@ejsexton82](https://github.com/ejsexton82)

---

Top Contributors

[![yodarunamok](https://avatars.githubusercontent.com/u/1323631?v=4)](https://github.com/yodarunamok "yodarunamok (56 commits)")[![TyrfingMjolnir](https://avatars.githubusercontent.com/u/4602183?v=4)](https://github.com/TyrfingMjolnir "TyrfingMjolnir (30 commits)")[![msyk](https://avatars.githubusercontent.com/u/182120?v=4)](https://github.com/msyk "msyk (14 commits)")[![matsuo](https://avatars.githubusercontent.com/u/141021?v=4)](https://github.com/matsuo "matsuo (13 commits)")[![ecsos](https://avatars.githubusercontent.com/u/711571?v=4)](https://github.com/ecsos "ecsos (8 commits)")[![APD183](https://avatars.githubusercontent.com/u/1529523?v=4)](https://github.com/APD183 "APD183 (4 commits)")[![tcfitzgerald](https://avatars.githubusercontent.com/u/624665?v=4)](https://github.com/tcfitzgerald "tcfitzgerald (2 commits)")[![nojimage](https://avatars.githubusercontent.com/u/100564?v=4)](https://github.com/nojimage "nojimage (1 commits)")[![walterdavis](https://avatars.githubusercontent.com/u/27033?v=4)](https://github.com/walterdavis "walterdavis (1 commits)")[![msloper](https://avatars.githubusercontent.com/u/7748118?v=4)](https://github.com/msloper "msloper (1 commits)")

### Embed Badge

![Health badge](/badges/yodarunamok-fxphp/health.svg)

```
[![Health](https://phpackages.com/badges/yodarunamok-fxphp/health.svg)](https://phpackages.com/packages/yodarunamok-fxphp)
```

###  Alternatives

[mck89/peast

Peast is PHP library that generates AST for JavaScript code

19139.2M47](/packages/mck89-peast)[sauladam/shipment-tracker

Parses tracking information for several carriers, like UPS, USPS, DHL and GLS by simply scraping the data. No need for any kind of API access.

9843.5k](/packages/sauladam-shipment-tracker)[jstewmc/rtf

Read and write Rich Text Format (RTF) documents with PHP

45153.1k6](/packages/jstewmc-rtf)[tcds-io/php-jackson

A lightweight, flexible object serializer for PHP, inspired by FasterXML/jackson

113.2k10](/packages/tcds-io-php-jackson)

PHPackages © 2026

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