PHPackages                             chvila/php-xbase - 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. chvila/php-xbase

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

chvila/php-xbase
================

A simple parser for \*.dbf, \*.fpt files using PHP

1.0.51(8y ago)02.4kMITPHPPHP &gt;=5.3.0

Since Apr 13Pushed 8y ago1 watchersCompare

[ Source](https://github.com/ChvilaMartin/php-xbase)[ Packagist](https://packagist.org/packages/chvila/php-xbase)[ Docs](https://github.com/hisamu/php-xbase)[ RSS](/packages/chvila-php-xbase/feed)WikiDiscussions master Synced 1w ago

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

PHP XBase
---------

[](#php-xbase)

A simple library for dealing with **dbf** databases like dBase and FoxPro. It's a port of PHPXbase class written by [Erwin Kooi](http://www.phpclasses.org/package/2673-PHP-Access-dbf-foxpro-files-without-PHP-ext-.html), updated to a PSR-2 compliant code and tweaked for performance and to solve some issues the original code had.

Installation
------------

[](#installation)

You can install it through [Composer](https://getcomposer.org):

```
$ composer require hisamu/php-xbase

```

Sample usage
------------

[](#sample-usage)

```
