2017 © Pedro Peláez
 

library doctrine

image

rostenkowski/doctrine

  • Wednesday, July 18, 2018
  • by rostenkowski
  • Repository
  • 1 Watchers
  • 1 Stars
  • 30 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 10 Versions
  • 36 % Grown

The README.md

Doctrine

Latest Doctrine integration for Nette Framework, (*1)

Build Status Coverage Status Code Climate Scrutinizer Code Quality, (*2)

Installation

composer require rostenkowski/doctrine

Usage

extensions: 
  doctrine: Rostenkowski\Doctrine\Extension

Mapped entities

doctrine:
  entities: 
    - %appDir%/entities
    - %baseDir%/libs/more-entities

SQLite Connection

doctrine:
  connection:
    driver: pdo_sqlite 
    path: %appDir%/db.sqlite 

PostgreSQL Connection

doctrine:
  connection:
    driver: pdo_pgsql
    host: 127.0.0.1  
    dbname: database
    user: user
    password: ***

Setup Custom Logger

Mandatory factory must be or must return a class implementing the Doctrine\DBAL\Logging\SQLLogger interface. Optional args are passed to the factory or constructor., (*3)

doctrine:
  logger:
    enabled: yes
    factory: SomeNamespace\CustomLogger 
    args: [ some, parameters ]        

Tracy Debugger Bar

Custom debugger panel width and height can be set., (*4)

doctrine:
  debugger:
    enabled: yes
    width: 960px
    height: 720px

Screenshot, (*5)

The Versions

18/07 2018

dev-master

9999999-dev

  Sources   Download

The Requires

 

The Development Requires

18/07 2018

v1.0.8

1.0.8.0

  Sources   Download

The Requires

 

The Development Requires

17/06 2018

v1.0.7

1.0.7.0

  Sources   Download

The Requires

 

The Development Requires

05/10 2017

v1.0

1.0.0.0

  Sources   Download

The Requires

 

The Development Requires