PHPackages                             zdenekgebauer/foxpro-reader - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. zdenekgebauer/foxpro-reader

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

zdenekgebauer/foxpro-reader
===========================

Read files from FoxPro for DOS

172PHP

Since Jan 14Pushed 12y ago1 watchersCompare

[ Source](https://github.com/zdenekgebauer/foxpro-reader)[ Packagist](https://packagist.org/packages/zdenekgebauer/foxpro-reader)[ RSS](/packages/zdenekgebauer-foxpro-reader/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

FoxProReader
============

[](#foxproreader)

FoxProReader read data from \*.dbf and \*.fpt from DOS version of FoxPro. Doesn't work for Visual FoxPro files.

Usage
-----

[](#usage)

```
require '../src/foxpro-reader.php';

try {
    $dbf = new FoxProReader('./TEST26.DBF');
    $recordsTotal = $dbf->numRecords();
    for ($i=0; $igetRecord($i, TRUE);
        var_dump($row);
    }
    unset($dbf);
} catch (Exception $e) {
    echo $e->getMessage();
}
```

**NOTE:** Class read both files (dbf and fpt) into memory, so this could take a lot of memory for large files.

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

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://www.gravatar.com/avatar/36ef4dac7600d246b5d5bf20592da1f536607276921f31000886c6350d39f278?d=identicon)[zdenekgebauer](/maintainers/zdenekgebauer)

---

Top Contributors

[![zdenekgebauer](https://avatars.githubusercontent.com/u/6378486?v=4)](https://github.com/zdenekgebauer "zdenekgebauer (2 commits)")

### Embed Badge

![Health badge](/badges/zdenekgebauer-foxpro-reader/health.svg)

```
[![Health](https://phpackages.com/badges/zdenekgebauer-foxpro-reader/health.svg)](https://phpackages.com/packages/zdenekgebauer-foxpro-reader)
```

###  Alternatives

[t3docs/examples

This extension packages a number of code examples from the Core Documentation.

3120.2k](/packages/t3docs-examples)

PHPackages © 2026

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