2017 © Pedro Peláez
 

library fiscal-code

Fiscal code calculator

image

paral_proj/fiscal-code

Fiscal code calculator

  • Friday, February 9, 2018
  • by Lorenzo Calamandrei
  • Repository
  • 0 Watchers
  • 0 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

Fiscal Code

v 1.0.0

This module calculate the fiscal code of a person by information., (*1)

HOW USE IT

For use it you can instance it or call statically. FiscalCalculator is the class for calc the fiscal code by data user. CheckerFiscalCode is for verify the fiscal code assert by a user using user's data., (*2)

Example

For calculate the fiscal code of a person:, (*3)

$fiscalCode = FiscalCalculator::calculate(
    $user["name"],
    $user["surname"],
    new \DateTime($user["birthday"]),
    $user["sex"],
    $user["common"],
    $user["country"]
);

For calculate single piece of fiscal code you can use "minor" methods like:, (*4)

 - getConsonant [For get the consonant or vowel in a name or surname @see the signature]
 - getGlobalCommon [For get the common code of an user]
 - getFromBirthDay [For get the day of the birth correctly formatted]
 - checkLastLetterFiscalCode [For validate a fiscal code (without last char) - This calc last char]

 etc...

 @see class FiscalCalculator

The Versions

09/02 2018

dev-master

9999999-dev

Fiscal code calculator

  Sources   Download

The Requires

 

by Avatar Lorenzo Calamandrei
by Michael Zangirolami

code fiscal psr-4 fiscal code

09/02 2018

dev-develop

dev-develop

Fiscal code calculator

  Sources   Download

The Requires

 

by Avatar Lorenzo Calamandrei
by Michael Zangirolami

code fiscal psr-4 fiscal code

09/02 2018

dev-feature/checker_fiscal_code

dev-feature/checker_fiscal_code

Fiscal code calculator

  Sources   Download

The Requires

 

by Avatar Lorenzo Calamandrei
by Michael Zangirolami

code fiscal psr-4 fiscal code

09/02 2018

dev-feature/estero

dev-feature/estero

Fiscal code calculator

  Sources   Download

The Requires

 

by Avatar Lorenzo Calamandrei
by Michael Zangirolami

code fiscal psr-4 fiscal code

09/02 2018

dev-feature/static

dev-feature/static

Fiscal code calculator

  Sources   Download

The Requires

 

by Avatar Lorenzo Calamandrei
by Michael Zangirolami

code fiscal psr-4 fiscal code

09/02 2018

dev-support/estero

dev-support/estero

Fiscal code calculator

  Sources   Download

The Requires

 

by Avatar Lorenzo Calamandrei
by Michael Zangirolami

code fiscal psr-4 fiscal code