2017 © Pedro Peláez
 

cakephp-plugin cakephp-firebird-utility

CakePHP 3 Driver for Firebird Database

image

microtec/cakephp-firebird-utility

CakePHP 3 Driver for Firebird Database

  • Thursday, January 25, 2018
  • by Microtec
  • Repository
  • 2 Watchers
  • 0 Stars
  • 151 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 1 Open issues
  • 26 Versions
  • 3 % Grown

The README.md

CakePHP 3 Driver for Firebird Database

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

This plugin is inspired by mbamarante/cakephp-firebird-driver., (*2)

Installation

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

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

composer require microtec/cakephp-firebird-utility

Requirements

  • CakePHP 3.2+
  • an Firebird PHP extension

Datasource configuration

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

'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',
    'role'     => false
    ]

Firebird 3 - Boolean datatype

Requirements

  • Firebird >= 3
  • Php >= 7.3

Usage

Put this code in you config/bootstrap.php :, (*6)

Type::map('boolean', '\CakephpFirebird\Type\BooleanType');

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

25/01 2018

dev-master

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

CakePHP 3 Driver for Firebird Database

  Sources   Download

MIT

The Requires

 

The Development Requires

by REYDY Valentin - GUERRIER Julien

database cakephp driver firebird

25/01 2018

1.0.25

1.0.25.0 https://github.com/lifeoryou/cakephp-firebird-driver

CakePHP 3 Driver for Firebird Database

  Sources   Download

MIT

The Requires

 

The Development Requires

by REYDY Valentin - GUERRIER Julien

database cakephp driver firebird

25/01 2018

1.0.24

1.0.24.0 https://github.com/lifeoryou/cakephp-firebird-driver

CakePHP 3 Driver for Firebird Database

  Sources   Download

MIT

The Requires

 

The Development Requires

by REYDY Valentin - GUERRIER Julien

database cakephp driver firebird

11/10 2017

1.0.23

1.0.23.0 https://github.com/lifeoryou/cakephp-firebird-driver

CakePHP 3 Driver for Firebird Database

  Sources   Download

MIT

The Requires

 

The Development Requires

by REYDY Valentin - GUERRIER Julien

database cakephp driver firebird

29/09 2017

1.0.22

1.0.22.0 https://github.com/lifeoryou/cakephp-firebird-driver

CakePHP 3 Driver for Firebird Database

  Sources   Download

MIT

The Requires

 

The Development Requires

by REYDY Valentin - GUERRIER Julien

database cakephp driver firebird

04/09 2017

1.0.21

1.0.21.0 https://github.com/lifeoryou/cakephp-firebird-driver

CakePHP 3 Driver for Firebird Database

  Sources   Download

MIT

The Requires

 

The Development Requires

by REYDY Valentin - GUERRIER Julien

database cakephp driver firebird

16/05 2017

1.0.19

1.0.19.0 https://github.com/lifeoryou/cakephp-firebird-driver

CakePHP 3 Driver for Firebird Database

  Sources   Download

MIT

The Requires

 

The Development Requires

by REYDY Valentin - GUERRIER Julien

database cakephp driver firebird

16/05 2017

1.0.20

1.0.20.0 https://github.com/lifeoryou/cakephp-firebird-driver

CakePHP 3 Driver for Firebird Database

  Sources   Download

MIT

The Requires

 

The Development Requires

by REYDY Valentin - GUERRIER Julien

database cakephp driver firebird

04/04 2017

1.0.18

1.0.18.0 https://github.com/lifeoryou/cakephp-firebird-driver

CakePHP 3 Driver for Firebird Database

  Sources   Download

MIT

The Requires

 

The Development Requires

by REYDY Valentin - GUERRIER Julien

database cakephp driver firebird

14/02 2017

1.0.17

1.0.17.0 https://github.com/lifeoryou/cakephp-firebird-driver

CakePHP 3 Driver for Firebird Database

  Sources   Download

MIT

The Requires

 

The Development Requires

by REYDY Valentin - GUERRIER Julien

database cakephp driver firebird

14/02 2017

1.0.15

1.0.15.0 https://github.com/lifeoryou/cakephp-firebird-driver

CakePHP 3 Driver for Firebird Database

  Sources   Download

MIT

The Requires

 

The Development Requires

by REYDY Valentin - GUERRIER Julien

database cakephp driver firebird

24/01 2017

1.0.14

1.0.14.0 https://github.com/lifeoryou/cakephp-firebird-driver

CakePHP 3 Driver for Firebird Database

  Sources   Download

MIT

The Requires

 

The Development Requires

by REYDY Valentin - GUERRIER Julien

database cakephp driver firebird

12/01 2017

1.0.13

1.0.13.0 https://github.com/lifeoryou/cakephp-firebird-driver

CakePHP 3 Driver for Firebird Database

  Sources   Download

MIT

The Requires

 

The Development Requires

by REYDY Valentin - GUERRIER Julien

database cakephp driver firebird

09/01 2017

1.0.12

1.0.12.0 https://github.com/lifeoryou/cakephp-firebird-driver

CakePHP 3 Driver for Firebird Database

  Sources   Download

MIT

The Requires

 

The Development Requires

by REYDY Valentin - GUERRIER Julien

database cakephp driver firebird

26/12 2016

1.0.11

1.0.11.0 https://github.com/lifeoryou/cakephp-firebird-driver

CakePHP 3 Driver for Firebird Database

  Sources   Download

MIT

The Requires

 

The Development Requires

by REYDY Valentin - GUERRIER Julien

database cakephp driver firebird

26/12 2016

1.0.10

1.0.10.0 https://github.com/lifeoryou/cakephp-firebird-driver

CakePHP 3 Driver for Firebird Database

  Sources   Download

MIT

The Requires

 

The Development Requires

by REYDY Valentin - GUERRIER Julien

database cakephp driver firebird

25/10 2016

1.0.9

1.0.9.0 https://github.com/lifeoryou/cakephp-firebird-driver

CakePHP 3 Driver for Firebird Database

  Sources   Download

MIT

The Requires

 

The Development Requires

by REYDY Valentin - GUERRIER Julien

database cakephp driver firebird

25/10 2016

1.0.8

1.0.8.0 https://github.com/lifeoryou/cakephp-firebird-driver

CakePHP 3 Driver for Firebird Database

  Sources   Download

MIT

The Requires

 

The Development Requires

by REYDY Valentin - GUERRIER Julien

database cakephp driver firebird

24/10 2016

1.0.7

1.0.7.0 https://github.com/lifeoryou/cakephp-firebird-driver

CakePHP 3 Driver for Firebird Database

  Sources   Download

MIT

The Requires

 

The Development Requires

by REYDY Valentin - GUERRIER Julien

database cakephp driver firebird

24/10 2016

1.0.6

1.0.6.0 https://github.com/lifeoryou/cakephp-firebird-driver

CakePHP 3 Driver for Firebird Database

  Sources   Download

MIT

The Requires

 

The Development Requires

by REYDY Valentin - GUERRIER Julien

database cakephp driver firebird

06/10 2016

1.0.5

1.0.5.0 https://github.com/lifeoryou/cakephp-firebird-driver

CakePHP 3 Driver for Firebird Database

  Sources   Download

MIT

The Requires

 

The Development Requires

by REYDY Valentin - GUERRIER Julien

database cakephp driver firebird

04/10 2016

1.0.3

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

CakePHP 3 Driver for Firebird Database

  Sources   Download

MIT

The Requires

 

The Development Requires

by REYDY Valentin - GUERRIER Julien

database cakephp driver firebird

04/10 2016

1.0.4

1.0.4.0 https://github.com/lifeoryou/cakephp-firebird-driver

CakePHP 3 Driver for Firebird Database

  Sources   Download

MIT

The Requires

 

The Development Requires

by REYDY Valentin - GUERRIER Julien

database cakephp driver firebird

04/10 2016

1.0.2

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

CakePHP 3 Driver for Firebird Database

  Sources   Download

MIT

The Requires

 

The Development Requires

by REYDY Valentin - GUERRIER Julien

database cakephp driver firebird

04/10 2016

1.0.1

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

CakePHP 3 Driver for Firebird Database

  Sources   Download

MIT

The Requires

 

The Development Requires

by REYDY Valentin - GUERRIER Julien

database cakephp driver firebird

04/10 2016

1.0.0

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

CakePHP 3 Driver for Firebird Database

  Sources   Download

MIT

The Requires

 

The Development Requires

by REYDY Valentin - GUERRIER Julien

database cakephp driver firebird