2017 © Pedro Peláez
 

library frankie-doctrine-module

Add Doctrine ORM to your project

image

wdalmut/frankie-doctrine-module

Add Doctrine ORM to your project

  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Doctrine ORM Module

Add Doctrine ORM to your project, (*1)

[
    ...,
    new DoctirneModule([
        "orm" =>  [
            "connection" => [
                'driver' => 'pdo_sqlite',
                'path' => __DIR__ . '/_files',
            ],
        ],
        "entities" => [__DIR__ . "/src"],
        "development" => true,
        "cache" => "/tmp",
    ]),
]

The Versions

18/07 2017

dev-master

9999999-dev

Add Doctrine ORM to your project

  Sources   Download

MIT

The Requires

 

The Development Requires