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.16.0
2026-05-04 08:34 UTC
Requires
- php: ^8.4
- doctrine/dbal: ^2.8|^3.0
- moneyphp/money: ^3.0|^4.0
- ramsey/uuid-doctrine: ^1.4
Requires (Dev)
- assoconnect/php-quality-config: ^2.2
- doctrine/annotations: ~1.0
- doctrine/cache: ~1.0
- symfony/framework-bundle: ^7.0
- symfony/yaml: ^7.0
This package is auto-updated.
Last update: 2026-06-04 13:00:24 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
- SpanishNifType
- Timezone
It also supports nullable and non-nullable fields.