Skip to content
Arslan Imamutdinov edited this page Dec 31, 2023 · 4 revisions

Introduction.

Welcome to the VIES VAT validation php sdk interface package wiki!

The package provides VIES VAT number validation php sdk interface.

PHP sdk interface for VIES service for checking the validity of the VAT number. Services that implement this interface are must be designed to send a request and process a response from the VAT validation service, depending on the API (REST/SOAP etc.).

Implementations of this interface are provided in the rocketfellows repositories (either already or in the future).

For more information about VIES VAT number validation services see https://ec.europa.eu/taxation_customs/vies/#/technical-information.

Currently, the following packages are implemented for this interface, providing the ability to call VIES VAT number validation services:


Installation.

composer require rocketfellows/vies-vat-validation-php-sdk-interface

Releases.

List of available releases You can find here: https://github.com/rocketfellows/vies-vat-validation-php-sdk-interface/releases.


Interface compatibility with current implementations.

Interface version Packagist link Compatible implementations
v1.0.0 https://packagist.org/packages/rocketfellows/vies-vat-validation-php-sdk-interface#v1.0.0 (there is not compatible implementations)
v1.1.0 https://packagist.org/packages/rocketfellows/vies-vat-validation-php-sdk-interface#v1.1.0 https://packagist.org/packages/rocketfellows/vies-vat-validation-php-sdk-rest#v1.0.0

https://packagist.org/packages/rocketfellows/vies-vat-validation-php-sdk-soap#v1.0.0

https://packagist.org/packages/rocketfellows/vies-vat-validation-php-sdk-soap#v1.0.1
v1.2.0 https://packagist.org/packages/rocketfellows/vies-vat-validation-php-sdk-interface#v1.2.0 https://packagist.org/packages/rocketfellows/vies-vat-validation-php-sdk-rest#v2.0.0

https://packagist.org/packages/rocketfellows/vies-vat-validation-php-sdk-soap#v2.0.0
Clone this wiki locally