-
Notifications
You must be signed in to change notification settings - Fork 0
Home
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:
- https://github.com/rocketfellows/vies-vat-validation-php-sdk-rest - for the VIES service for checking the validity of the VAT number via the REST web services;
- https://github.com/rocketfellows/vies-vat-validation-php-sdk-soap - for the VIES service for checking the validity of the VAT number via the SOAP protocol.
composer require rocketfellows/vies-vat-validation-php-sdk-interface
List of available releases You can find here: https://github.com/rocketfellows/vies-vat-validation-php-sdk-interface/releases.