GithubHelp home page GithubHelp logo

rostenkowski / doctrine Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 63 KB

Latest Doctrine integration for Nette Framework

License: BSD 3-Clause "New" or "Revised" License

PHP 82.34% HTML 17.66%
doctrine2 integration nette-framework php7

doctrine's Introduction

Doctrine

Latest Doctrine integration for Nette Framework

Build Status Coverage Status Code Climate Scrutinizer Code Quality

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.

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

Tracy Debugger Bar

Custom debugger panel width and height can be set.

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

Screenshot

doctrine's People

Contributors

rostenkowski avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.