2017 © Pedro Peláez
 

library check-partita-iva

Libraries for the formal control of the Italian VAT ID

image

sorciulus/check-partita-iva

Libraries for the formal control of the Italian VAT ID

  • Monday, December 18, 2017
  • by sorciulus
  • Repository
  • 2 Watchers
  • 1 Stars
  • 12 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 140 % Grown

The README.md

check-partita-iva

Packagist Build Status Scrutinizer Code Quality Code Climate Issue Count Software License, (*1)

Libraries for the formal control of the Italian VAT ID, (*2)

Installation

Via Composer:, (*3)

composer require sorciulus/check-partita-iva

Usage

<?php
require_once 'vendor/autoload.php';

use sorciulus\PartitaIva\PartitaIva;

$check = new PartitaIva();
$result = $check->setPartitaIva("07973780013")->isValid();
if ($result) {
    echo "Partita Iva is formally valid";
} else {
    echo "Partita Iva not valid";
}   

License

This Library is released under the MIT License. Please see License File for more information., (*4)

The Versions

18/12 2017

dev-master

9999999-dev

Libraries for the formal control of the Italian VAT ID

  Sources   Download

MIT

The Requires

  • php >=7.0

 

The Development Requires

by Avatar sorciulus

php control vat formal partitaiva

18/12 2017

0.1.1

0.1.1.0

Libraries for the formal control of the Italian VAT ID

  Sources   Download

MIT

The Requires

  • php >=7.0

 

The Development Requires

by Avatar sorciulus

php control vat formal partitaiva

07/11 2017

0.1.0

0.1.0.0

Libraries for the formal control of the Italian VAT ID

  Sources   Download

MIT

The Requires

  • php >=7.0

 

The Development Requires

by Avatar sorciulus

php control vat formal partitaiva