Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 549 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 549 Bytes

Microsoft Access database reader

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).