assoconnect / doctrine-types-bundle
Custom Doctrine Types.
Package info
github.com/assoconnect/doctrine-types-bundle
Type:symfony-bundle
pkg:composer/assoconnect/doctrine-types-bundle
v2.15.1
2026-02-25 17:06 UTC
Requires
- php: ^8.3
- doctrine/dbal: ^2.8|^3.0
- moneyphp/money: ^3.0|^4.0
- ramsey/uuid-doctrine: ^1.4
Requires (Dev)
- assoconnect/php-quality-config: ^2
- doctrine/annotations: ~1.0
- doctrine/cache: ~1.0
- squizlabs/php_codesniffer: ^3.5
- symfony/framework-bundle: ^7.0
- symfony/yaml: ^7.0
- dev-main
- v2.15.1
- v2.15.0
- v2.14.1
- v2.14.0
- v2.13.0
- v2.12.2
- v2.12.1
- v2.12.0
- 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_add_be_number_type
- dev-upgrade_php_quality_config_2
- dev-guillaume_rector
- dev-jwa_add_rector
- dev-mathieu_fix_AmountAsBigintType
- dev-flo_feature_add_datetime_micro_seconds
- 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: 2026-02-26 09:29:51 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
- BelgianEnterpriseNumber
- 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.