antonioturdo / italia-bundle
There is no license information available for the latest version (dev-master) of this package.
A symfony bundle that helps development taking into account italian laws.
Package info
github.com/antonioturdo/italia-bundle
Type:symfony-bundle
pkg:composer/antonioturdo/italia-bundle
dev-master / 1.0.x-dev
2020-02-18 19:34 UTC
Requires
- php: ^7.0.8
- davidepastore/codice-fiscale: ^0.3.0
- fdisotto/partita-iva: ^3.0
- sorciulus/check-partita-iva: ^0.1.1
- symfony/config: ^3.4|^4.0
- symfony/dependency-injection: ^3.4|^4.0
- symfony/framework-bundle: ^3.4|^4.0
This package is auto-updated.
Last update: 2026-02-19 21:10:09 UTC
README
A symfony bundle that helps development taking into account italian laws.
Installation
Via Composer:
composer require antonioturdo/italia-bundle
Constraints
Constraints made available by this bundle to check the value of properties or the return value of methods on your object:
- AntonioTurdo\Bundle\ItaliaBundle\Constraints\CodiceFiscale
- AntonioTurdo\Bundle\ItaliaBundle\Constraints\PartitaIVA (with a "method" option that can take two values: "formal" and "existence")
- AntonioTurdo\Bundle\ItaliaBundle\Constraints\CAP
Services
- AntonioTurdo\Bundle\ItaliaBundle\Service\CodiceFiscale (formal validation and inverse calculation)
- AntonioTurdo\Bundle\ItaliaBundle\Service\PartitaIVA (formal validation and existence)
- AntonioTurdo\Bundle\ItaliaBundle\Service\CAP (formal validation)