Country Packs

Country packs isolate national identifiers from international detectors. Email, IBAN, and credit card detection always run from the top-level detector list. Fiscal codes, VAT IDs, national phones, and address heuristics belong in packs.

ItalyPack

Default pack with codice fiscale, partita IVA, Italian phone, and Italian address detectors.

GermanyPack

Opt-in pack for Steuer-ID, USt-IdNr, German phone, and German address detection.

SpainPack

Opt-in pack for DNI, NIE, CIF, Spanish phone, and Spanish address detection.

'packs' => [
    \Padosoft\PiiRedactor\Packs\Italy\ItalyPack::class,
    \Padosoft\PiiRedactor\Packs\Germany\GermanyPack::class,
    \Padosoft\PiiRedactor\Packs\Spain\SpainPack::class,
],
Pack authoring rule

Implement PackContract, return detector instances from detectors(), and include valid, invalid, and wrong-format fixtures for every checksum detector.