2017 © Pedro Peláez
 

library nette-doctrine

Helpers and common used entities in Doctrine

image

nofutur3/nette-doctrine

Helpers and common used entities in Doctrine

  • Saturday, April 14, 2018
  • by nofutur3
  • Repository
  • 1 Watchers
  • 0 Stars
  • 15 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 7 % Grown

The README.md

Doctrine utils for Nette framework

Build Status Downloads this Month Latest stable, (*1)

Nette integration for Sentry, (*2)

Installation

The recommended installation is using composer., (*3)

If you are not still using composer, you should check it out. It's 2017(+) afterall., (*4)

composer require nofutur3/nette-doctrine

Alternative way - in case you are not able to use composer. Download the source code (ie clone git repo) into your project and require it some way. For nette framework like this in your bootstrap file:, (*5)

$configurator
    ->createRobotLoader()
    ->addDirectory(__DIR__ . 'path/to/library/');

Included

The Versions

14/04 2018

dev-master

9999999-dev https://vyvazil.cz

Helpers and common used entities in Doctrine

  Sources   Download

MIT

The Requires

 

The Development Requires

doctrine nette