Automate your conversions using the RebaseData API
Run the following command in your project folder to install the RebaseData PHP-Client using Composer:
composer require rebasedata/php-client "1.*"Then you can read the MDB file using PHP. The following code sample at first defines the input files. Then it converts the input files so that they are readable. This might take a bit of time, since the operation is executed on the secure RebaseData servers. Finally the database table rows are printed. For more examples about how to use the library, check the README.
<?phpThe RebaseData PHP-Client internally uses our API to convert the Microsoft Access MDB file to a standardized format. Then you can read the data using PHP as shown above.