fiisoft/dbase

Library to read dbase (*.dbf) files.

1.0.1 2017-10-22 21:53 UTC

This package is not auto-updated.

Last update: 2024-05-17 19:36:10 UTC


README

Package with few classes to read dbase (*.dbf) files. It requires dbase module enabled in PHP.

To have code-completion with dbase-functions in your IDE you can use file stubs/dbase_functions.php

My advice is - do not use it unless you are enough strong mentally to immune for such bad code.

DbaseReader

The main class in package. Use it to open and read dbase file. All other classes are auxiliary.