fiisoft / dbase
Library to read dbase (*.dbf) files.
1.0.1
2017-10-22 21:53 UTC
Requires
- php: >=5.6.0
- ext-dbase: *
Requires (Dev)
- phpunit/phpunit: ^5.7.19
This package is not auto-updated.
Last update: 2024-11-01 22:07:34 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.