2017 © Pedro Peláez
 

cakephp-plugin cakephp-firebird-driver

CakePHP 3 Driver for Firebird Database

image

mbamarante/cakephp-firebird-driver

CakePHP 3 Driver for Firebird Database

  • Thursday, April 26, 2018
  • by maicon.amarante
  • Repository
  • 1 Watchers
  • 3 Stars
  • 637 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 2 Open issues
  • 5 Versions
  • 12 % Grown

The README.md

CakePHP 3 Driver for Firebird Database

Currently provides data reading, inserting, deleting and updating., (*1)

Installation

You can install this plugin into your CakePHP application using composer., (*2)

The recommended way to install composer packages is:, (*3)

composer require mbamarante/cakephp-firebird-driver

Requirements

  • CakePHP 3.2+
  • an Firebird PHP extension

Datasource configuration

Here is an example datasource configuration:, (*4)

'myfbconnection' => [
    'className' => 'Cake\Database\Connection',
    'driver' => 'CakephpFirebird\Driver\Firebird',
    'host' => '127.0.0.1',
    'port' => '3050',
    'username' => 'sysdba',
    'password' => 'masterkey',
    'database' => '/path-to-database/database.fdb',
    ]

Known Issues

  • disable multiple records insert in the same query (e.g.: fixtures)
  • disable auto increment fields on table creation
  • review data types
  • improve unit tests
  • unimplemented add and dropContraints, enable and disableForeignFeySQL

Workaround

  • use cake bake lowercase table name

The Versions

26/04 2018

dev-master

9999999-dev https://github.com/mbamarante/cakephp-firebird-driver

CakePHP 3 Driver for Firebird Database

  Sources   Download

MIT

The Requires

 

The Development Requires

database cakephp driver firebird

26/04 2018

1.0.3

1.0.3.0 https://github.com/mbamarante/cakephp-firebird-driver

CakePHP 3 Driver for Firebird Database

  Sources   Download

MIT

The Requires

 

The Development Requires

database cakephp driver firebird

05/04 2016

1.0.2

1.0.2.0 https://github.com/mbamarante/cakephp-firebird-driver

CakePHP 3 Driver for Firebird Database

  Sources   Download

MIT

The Requires

 

The Development Requires

database cakephp driver firebird

05/04 2016

1.0.1

1.0.1.0 https://github.com/mbamarante/cakephp-firebird-driver

CakePHP 3 Driver for Firebird Database

  Sources   Download

MIT

The Requires

 

The Development Requires

database cakephp driver firebird

05/04 2016

1.0

1.0.0.0 https://github.com/mbamarante/cakephp-firebird-driver

CakePHP 3 Driver for Firebird Database

  Sources   Download

MIT

The Requires

 

The Development Requires

database cakephp driver firebird