fsi / doctrine-extensions
FSi Behavioral Doctrine Extensions
Installs: 31 189
Dependents: 1
Suggesters: 0
Security: 0
Stars: 3
Watchers: 11
Forks: 8
Open Issues: 4
Requires
- php: ^7.1|^8.0
- doctrine/common: ^2.9|^3.0
- doctrine/orm: ^2.5
- doctrine/persistence: ^1.3|^2.0
- knplabs/gaufrette: ~0.1,>=0.1.4
- symfony/property-access: ^3.0|^4.0|^5.0
- symfony/yaml: ^3.0|^4.0|^5.0
Requires (Dev)
- ext-dom: *
- ext-intl: *
- ext-pdo_sqlite: *
- ext-simplexml: *
- doctrine/dbal: ^2.5
- doctrine/doctrine-bundle: ^1.3|^2.0
- phpstan/phpstan: ^0.12.26
- phpunit/phpunit: ^7.5|^8.0
- squizlabs/php_codesniffer: ^3.4
- symfony/phpunit-bridge: ^5.0
This package is auto-updated.
Last update: 2024-11-09 20:01:37 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
Installation
Add this line to composer.json:
"require": { "fsi/doctrine-extensions": "^2.0@dev" }