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
Requires
- php: >=5.3.2
- flame/framework: @dev
- kdyby/console: >=1.1.1
- kdyby/doctrine: >=0.9
- kdyby/events: >=1.0.1
- nette/nette: >=2.1.0
Requires (Dev)
- janmarek/mockista: @dev
- nette/tester: @dev
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
- Add require into the composer.json
"require": { "flame/doctrine": "@dev" }
- Install dependencies
composer install /update
##Usage
in config.neon
doctrine:
defaultRepositoryClassName: \Flame\Doctrine\EntityDao
autoGenerateProxyClasses: true
metadata:
Sharezone\Entity: %appDir%/Entity
ignoredAnnotations: [date, author]