Recently I have has a challenging experience with integrating MS Access backup files (.mdb format) into my own MySQL database. That was part of small web application for integrating MS Access with cloud services.
You can install this package like this: composer require mdb-tools/mdb-parser
In your code, with this package you can do things like this: use MDBTools\Facades\Parsers\MDBParser;$parser = MDBParser::loadFile(‘/path/to/file’);//see table names…
If you need to parse some table you can do like this: //parse data from one chosen table...print_r($parser->selectTable('some_table')->toArray()); I like to talk, so please contact via my linkedin: https://www.linkedin.com/in/oleksii-fedorchak-web-developer/