| Package Data | |
|---|---|
| Maintainer Username: | rpeterson |
| Maintainer Contact: | rpeterson@serenitysoft.com (Ryan J. Peterson) |
| Package Create Date: | 2014-10-09 |
| Package Last Update: | 2014-11-26 |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-12-17 15:02:20 |
| Package Statistics | |
|---|---|
| Total Downloads: | 10 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 3 |
| Total Watchers: | 0 |
| Total Forks: | 0 |
| Total Open Issues: | 0 |
Create a fdbsql database connection:
'fdbsql' => [
'driver' => 'fdbsql',
'host' => '127.0.0.1',
'database' => 'database',
'username' => '',
'password' => '',
'charset' => 'utf8',
'prefix' => '',
'schema' => 'database',
'port' => 15432
]
Add Service Provider
FDB\ServiceProvider