Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 340 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 340 Bytes

Easily fetch information on a EU business from a VAT Number

This package allow you to fetch information on EU businesses with the VIES API.

use Depsimon\Vies;

$information = LaravelVies::getInfo($countryCode, $vatNumber);

Installation

You can install the package via composer:

composer require depsimon/vies