An adapter/wrapper laravel package to allow the use of a Firebird database inside a Laravel project. Based around the php_interbase
extension, rather than PDO_FIREBIRD
.
The machine running the extension MUST have fbclient
and gds32
libraries installed on it.
It MUST also have the php_8.2.0-interbase-3.0.1-win-x64-ts
or php_8.2.0-interbase-3.0.1-linux-x64
downloaded and present in the PHP extensions folder.
extension=php_8.2.0-interbase-3.0.1-win-x64-ts
; OR
; extension=php_8.2.0-interbase-3.0.1-linux-x64
You can check if it is correctly loaded by executing php -m
and looking for interbase
in the output.
WIP
- Define the Installation section
- Check if the
LIMIT
andOFFSET
compiling is correct (compare againstharrygulliford/laravel-firebird