flame/doctrine

Collection of classes for working with Doctrine2 on Kdyby/Doctrine

Installs: 826

Dependents: 1

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 1

Open Issues: 0

pkg:composer/flame/doctrine

v4.1.0 2014-02-01 11:07 UTC

This package is not auto-updated.

Last update: 2025-09-24 16:32:16 UTC


README

Collection of classes for working with Doctrine2 on Kdyby/Doctrine

##Instalation

  1. Add require into the composer.json
	"require": {
		"flame/doctrine": "@dev"
	}
  1. Install dependencies
	composer install /update

##Usage

in config.neon

	doctrine:
		defaultRepositoryClassName: \Flame\Doctrine\EntityDao
		autoGenerateProxyClasses: true
		metadata:
			Sharezone\Entity: %appDir%/Entity
		ignoredAnnotations: [date, author]