2017 © Pedro PelĂĄez
 

library fuelphp-dbal

FuelPHP DBAL integration

image

indigophp/fuelphp-dbal

FuelPHP DBAL integration

  • Monday, March 16, 2015
  • by mark.sagikazar
  • Repository
  • 2 Watchers
  • 0 Stars
  • 10 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

FuelPHP DBAL

Latest Version Software License Total Downloads, (*1)

This package is a wrapper around doctrine/dbal package., (*2)

Install

Via Composer, (*3)

``` bash $ composer require indigophp/fuelphp-dbal, (*4)



## Usage Simply install this package to be able to use DBAL inside FuelPHP. ### Configuration ``` php 'dbname' => 'database' 'host' => 'localhost' 'port' => 1234 'user' => 'user', 'password' => 'secret', 'driver' => 'pdo_mysql', 'driver_class' => 'MyNamespace\\MyDriverImpl', // the DBAL driverClass option 'options' => array( // the DBAL driverOptions option 'foo' => 'bar', ), 'path' => '', 'wrapper_class' => 'MyDoctrineDbalConnectionWrapper', // the DBAL wrapperClass option 'charset' => 'UTF8', 'profiling' => true, 'mapping_types' => array( 'enum' => 'string', ), 'types' => array( 'custom' => 'MyCustomType', ),

Contributing

Please see CONTRIBUTING for details., (*5)

Credits

License

The MIT License (MIT). Please see License File for more information., (*6)

The Versions

16/03 2015

dev-develop

dev-develop https://indigophp.com

FuelPHP DBAL integration

  Sources   Download

MIT

The Requires

 

by MĂĄrk SĂĄgi-KazĂĄr

dbal fuelphp