Skip to content

petarvnikolov/laravel-firebird

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ITDK Laravel Firebird

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.

Requirements

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.

php.ini

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.

Installation

WIP

TODO

  • Define the Installation section
  • Check if the LIMIT and OFFSET compiling is correct (compare against harrygulliford/laravel-firebird

About

An adapter/wrapper laravel package to allow the use of a Firebird database inside a Laravel project.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages