Firebird-PHP
A library created to meet a work need when handling a Firebird database.
You can clone this code:
git clone https://github.com/Philipelima/Firebird-PHP.git
What's Firebird?
Firebird is an open-source SQL relational database management system that "runs on Linux, Microsoft Windows, macOS and several Unix platforms". The database forked from Borland's open source edition of InterBase in 2000 but the code has been largely rewritten since Firebird 1.5. Wikipedia
Requirements
- PHP 7.4 >
Setting the environment variables
Add an .env file to your project root, it must contain the variables:
DATABASEPATH= #Database path.
DATABASEPASS= #Database password.
DATABASEUSER= #Database user.
HOST= #Database host.
DATABASENAME= #Name of the database file.
For more information:
Firebird Doc's: https://firebirdsql.org/en/firebird-rdbms/
Firebird Github: https://github.com/FirebirdSQL/firebird