PHPackages                             adatasol-tourtools/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. [Database &amp; ORM](/categories/database)
4. /
5. adatasol-tourtools/fxphp

ActiveLibrary[Database &amp; ORM](/categories/database)

adatasol-tourtools/fxphp
========================

A Free, Open Source PHP database abstraction class for accessing FileMaker Pro and other data sources.

v6.10.2(7y ago)068Artistic-2.0PHPPHP ^5.3.2 || ^7.0

Since Oct 27Pushed 7y ago1 watchersCompare

[ Source](https://github.com/adatasol-tourtools/fxphp)[ Packagist](https://packagist.org/packages/adatasol-tourtools/fxphp)[ Docs](https://github.com/adatasol-tourtools/fxphp)[ RSS](/packages/adatasol-tourtools-fxphp/feed)WikiDiscussions master Synced today

READMEChangelog (1)DependenciesVersions (4)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.

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

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity60

Established project with proven stability

 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.

###  Release Activity

Cadence

Every ~269 days

Total

3

Last Release

2578d ago

PHP version history (2 changes)v6.10PHP &gt;=5.3

v6.10.1PHP ^5.3.2 || ^7.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/87a19ba925a8e73f104d53efbc88edcfb73a9e51366d727ef99eda03890bfa1f?d=identicon)[tourtoolssupport](/maintainers/tourtoolssupport)

---

Top Contributors

[![yodarunamok](https://avatars.githubusercontent.com/u/1323631?v=4)](https://github.com/yodarunamok "yodarunamok (51 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 (12 commits)")[![matsuo](https://avatars.githubusercontent.com/u/141021?v=4)](https://github.com/matsuo "matsuo (12 commits)")[![ecsos](https://avatars.githubusercontent.com/u/711571?v=4)](https://github.com/ecsos "ecsos (8 commits)")[![ejsexton82](https://avatars.githubusercontent.com/u/6025431?v=4)](https://github.com/ejsexton82 "ejsexton82 (7 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)")[![steveWinter](https://avatars.githubusercontent.com/u/1171712?v=4)](https://github.com/steveWinter "steveWinter (1 commits)")[![nojimage](https://avatars.githubusercontent.com/u/100564?v=4)](https://github.com/nojimage "nojimage (1 commits)")[![edmunds22](https://avatars.githubusercontent.com/u/16265788?v=4)](https://github.com/edmunds22 "edmunds22 (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)")

---

Tags

xmlmysqlFileMakercwpFX.phpFMPXMLRESULTFileMaker CWP

### Embed Badge

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

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

###  Alternatives

[doctrine/dbal

Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.

9.7k578.4M5.6k](/packages/doctrine-dbal)[kirschbaum-development/eloquent-power-joins

The Laravel magic applied to joins.

1.6k25.2M34](/packages/kirschbaum-development-eloquent-power-joins)[scienta/doctrine-json-functions

A set of extensions to Doctrine that add support for json query functions.

58523.9M35](/packages/scienta-doctrine-json-functions)[cytopia/mysqldump-secure

Secure mysqldump script with encryption, compression, logging, blacklisting and Nagios monitoring integration

1474.7k1](/packages/cytopia-mysqldump-secure)

PHPackages © 2026

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