2017 © Pedro Peláez
 

zf-module eloquent-zf2

Integration of Illuminate\Database with Zend Framework 2

image

webdevbr/eloquent-zf2

Integration of Illuminate\Database with Zend Framework 2

  • Friday, May 13, 2016
  • by erikfig
  • Repository
  • 1 Watchers
  • 0 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Eloquent for Zend Framework 2

Instalation

Run:, (*1)

composer require webdevbr/eloquent-zf2

Configuration

In the config\autoload\global.php put:, (*2)

return array(
    'database' => [
        'default' => [
            'driver'    => 'mysql',
            'host'      => 'localhost',
            'database'  => 'database',
            'username'  => 'root',
            'password'  => 'password',
            'charset'   => 'utf8',
            'collation' => 'utf8_unicode_ci',
            'prefix'    => '',
        ]
    ],
    'eloquent' => [
        'database_default'=>'default',
        'setAsGlobal'=>true,
    ]
);

The Versions

13/05 2016

dev-master

9999999-dev

Integration of Illuminate\Database with Zend Framework 2

  Sources   Download

BSD-3-Clause

The Requires

 

orm framework eloquent zf2 illuminate

13/05 2016

v1.0.0-alpha

1.0.0.0-alpha

Integration of Illuminate\Database with Zend Framework 2

  Sources   Download

BSD-3-Clause

The Requires

 

orm framework eloquent zf2 illuminate