Enable the pdo_odbc PHP extension. For other database engines (for instance MS SQL Server), you'll need to install the appropriate PHP extension(s). For Laravel <=11, use version 4.0. For Laravel 12, ...
Small memory footprint. Only holds one batch at a time in memory. Fast. Makes efficient use of ODBC bulk reads, to lower IO overhead. Flexible. Query any ODBC data source you have a driver for. MySQL, ...