codeinc / ms-access-reader
Microsoft Access database reader using mdbtools
1.0.1
2018-12-14 12:07 UTC
Requires
- php: >=7.1
Requires (Dev)
- codeinc/error-renderer: ^1.0
This package is auto-updated.
Last update: 2024-10-15 01:48:59 UTC
README
This library is a Microsoft Access database reader written in PHP 7.1. It uses mdbtools to access the database schema and content.
Installation
This library is available through Packagist and can be installed using Composer:
composer require codeinc/ms-access-reader
License
The library is published under the MIT license (see LICENSE
file).