2017 © Pedro PelĂĄez
 

library vatin

Validate VAT identification numbers

image

ddeboer/vatin

Validate VAT identification numbers

  • Friday, March 9, 2018
  • by ddeboer
  • Repository
  • 10 Watchers
  • 63 Stars
  • 180,872 Installations
  • PHP
  • 4 Dependents
  • 1 Suggesters
  • 18 Forks
  • 2 Open issues
  • 14 Versions
  • 12 % Grown

The README.md

VATIN

Build Status Scrutinizer Code Quality Code Coverage Latest Stable Version, (*1)

A small PHP library for validating VAT identification numbers (VATINs)., (*2)

Installation

This library is available on Packagist:, (*3)

$ composer require ddeboer/vatin

If you want to use this library in a Symfony application, you can use the VatinBundle instead., (*4)

Usage

Validate a VAT number’s format:, (*5)

use Ddeboer\Vatin\Validator;

$validator = new Validator;
$bool = $validator->isValid('NL123456789B01');

Additionally check whether the VAT number is in use, with a call to the VAT Information Exchange System (VIES) SOAP web service:, (*6)

use Ddeboer\Vatin\Validator;

$validator = new Validator;
$bool = $validator->isValid('NL123456789B01', true);

The Versions

09/03 2018

dev-master

9999999-dev

Validate VAT identification numbers

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

vies vat tax btw

09/03 2018

2.0.3

2.0.3.0

Validate VAT identification numbers

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

vies vat tax btw

09/03 2018

2.1.0

2.1.0.0

Validate VAT identification numbers

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

vies vat tax btw

09/03 2018

2.0.2

2.0.2.0

Validate VAT identification numbers

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

vies vat tax btw

30/01 2017

2.0.1

2.0.1.0

Validate VAT identification numbers

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

vies vat tax btw

21/01 2017

2.0.0

2.0.0.0

Validate VAT identification numbers

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

  • ext-soap *

vies vat tax btw

21/01 2017

1.3.3

1.3.3.0

Validate VAT identification numbers

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

  • ext-soap *

vies vat tax btw

20/06 2016

1.3.2

1.3.2.0

Validate VAT identification numbers

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

vies vat tax btw

11/05 2015

1.3.1

1.3.1.0

Validate VAT identification numbers

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

vies vat tax btw

10/08 2014

1.3.0

1.3.0.0

Validate VAT identification numbers

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

vies vat tax btw

05/05 2014

v1.2.1

1.2.1.0

Validate VAT identification numbers

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

vies vat tax btw

28/04 2014

v1.2

1.2.0.0

Validate VAT identification numbers

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

vies vat tax btw

26/09 2013

v1.1

1.1.0.0

Validate VAT identification numbers

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

vies vat tax btw

22/02 2013

v1.0

1.0.0.0

Validate VAT identification numbers

  Sources   Download

MIT

vies vat tax btw