byteincoffee / doctrine-extensions
FSi Behavioral Doctrine Extensions
v1.0.3
2014-06-20 18:44 UTC
Requires
- php: >=5.3.0
- doctrine/common: ~2.3
- fsi/metadata: 0.9.*
- fsi/property-observer: 0.9.*
- fsi/reflection: 0.9.*
- knplabs/gaufrette: 0.1.*
- symfony/property-access: ~2.2
- symfony/yaml: ~2.2
Requires (Dev)
- doctrine/dbal: ~2.3
- doctrine/orm: ~2.3
- phpunit/phpunit: 3.7.*
This package is not auto-updated.
Last update: 2024-12-17 06:55:30 UTC
README
This is a set of Doctrine 2 behavioral extensions.
Documentation for each extension can be found in /doc
folder:
- doc/mapping.md - Mapping
- doc/translatable.md - Translatable
- doc/uploadable.md - Uploadable
1. Download Doctrine Extensions
Add to composer.json
"require": {
"fsi/doctrine-extensions": "1.0.*"
}