depsimon/vies

A Laravel package to consume VIES API

v1.0.0 2018-02-01 16:13 UTC

This package is auto-updated.

Last update: 2024-03-22 21:11:11 UTC


README

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