2017 © Pedro Peláez
 

library mini-doctrine-bundle

Doctrine bundle which does not depend on the symfony framework bundle

image

mini-symfony/mini-doctrine-bundle

Doctrine bundle which does not depend on the symfony framework bundle

  • Tuesday, November 8, 2016
  • by Edwin-Luijten
  • Repository
  • 1 Watchers
  • 0 Stars
  • 12 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

Mini Doctrine Bundle

This bundle does not depend on the Symfony framework bundle., (*1)

Configuration

doctrine:
    dbal:
        driver:   pdo_mysql
        host:     "%database_host%"
        port:     "%database_port%"
        dbname:   "%database_name%"
        user:     "%database_user%"
        password: "%database_password%"
        charset:  UTF8
        # if using pdo_sqlite as your database driver:
        #   1. add the path in parameters.yml
        #     e.g. database_path: "%kernel.root_dir%/data/data.db3"
        #   2. Uncomment database_path in parameters.yml.dist
        #   3. Uncomment next line:
        #     path:     "%database_path%"

    orm:
        auto_generate_proxy_classes: "%kernel.debug%"
        naming_strategy: doctrine.orm.naming_strategy.underscore
        auto_mapping: true

The Versions

08/11 2016

dev-master

9999999-dev

Doctrine bundle which does not depend on the symfony framework bundle

  Sources   Download

MIT

The Requires

 

The Development Requires

by Edwin Luijten

doctrine symfony mini

08/11 2016

dev-develop

dev-develop

Doctrine bundle which does not depend on the symfony framework bundle

  Sources   Download

MIT

The Requires

 

The Development Requires

by Edwin Luijten

doctrine symfony mini

08/11 2016

0.0.3

0.0.3.0

Doctrine bundle which does not depend on the symfony framework bundle

  Sources   Download

MIT

The Requires

 

The Development Requires

by Edwin Luijten

doctrine symfony mini

01/11 2016

0.0.2

0.0.2.0

Doctrine bundle which does not depend on the symfony framework bundle

  Sources   Download

MIT

The Requires

 

The Development Requires

by Edwin Luijten

doctrine symfony mini

01/11 2016

0.0.1

0.0.1.0

Doctrine bundle which does not depend on the symfony framework bundle

  Sources   Download

MIT

The Requires

 

The Development Requires

by Edwin Luijten

doctrine symfony mini