assoconnect / doctrine-validator-bundle
Custom Doctrine Types.
Installs: 8 531
Dependents: 0
Suggesters: 0
Security: 0
Stars: 7
Watchers: 9
Forks: 1
Open Issues: 0
Type:symfony-bundle
Requires
- php: ^7.4|^8.0
- doctrine/dbal: ^2.8|^3.0
- moneyphp/money: ^3.0|^4.0
- ramsey/uuid-doctrine: ^1.4
Requires (Dev)
- assoconnect/phpstan-rules: ^1.0
- doctrine/annotations: ~1.0
- doctrine/cache: ~1.0
- phpunit/phpunit: ^9.0
- squizlabs/php_codesniffer: ^3.5
- symfony/framework-bundle: ^5.0|^6.0
- symfony/yaml: ^4.3|^5.0
- dev-master
- v2.11.0
- v2.10.1
- v2.10.0
- v2.9.2
- v2.9.1
- v2.9.0
- v2.8.2
- v2.8.1
- v2.8.0
- v2.7.0
- v2.6.0
- v2.5.0
- v2.4.1
- v2.4.0
- v2.3.1
- v2.3
- v2.2.1
- v2.2
- V2.1
- v2.0.1
- v2.0.0
- v1.6.0
- v1.5.1
- v1.5.0
- v1.4.5
- v1.4.4
- v1.4.3
- v1.4.2
- v1.4.1
- v1.4.0
- v1.3.1
- v1.3.0
- v1.2.1
- v1.2.0
- v1.1.1
- v1.1.0
- v1.0.3
- v1.0.2
- v1.0.1
- v1.0.0
- v0.1.5
- v0.1.4
- v0.1.3
- v0.1.2
- v0.1.1
- v0.1.0
- dev-flo_feature_update_uss_name_only_last_digits
- dev-fix_flo_us_ssn_length
- dev-flo_fix_ssn_length
- dev-flo_feature_us_social_security_number
- dev-flo_feature_capabilities_an_15417
- dev-flo_feature_update_ci
- dev-guillaume_upgrade_sf_6
This package is auto-updated.
Last update: 2024-06-05 15:37:19 UTC
README
This Symfony5 bundle provides the integration of Symfony validation component with Doctrine entity custom type to avoid duplicate code for the following types:
- Amount
- AbsolutePercentValue
- Bic
- Country
- Currency
- FrenchRna
- FrenchSiren
- FrenchSiret
- Iban
- Ip
- Latitude
- Locale
- Longitude
- Money
- PhoneLandline
- PhoneMobile
- Phone
- Postal
- Timezone
It also supports nullable and non-nullable fields.