kriosmane/vies-rest-api

A Laravel package for interacting with the VIES (VAT Information Exchange System) REST API, allowing validation of VAT numbers within the European Union.

v1.0.0.1 2025-02-27 13:11 UTC

This package is auto-updated.

Last update: 2025-03-27 13:37:41 UTC


README

Latest Version on Packagist Total Downloads

This package provides an interface to interact with the VIES (VAT Information Exchange System) REST API in Laravel, allowing you to validate VAT numbers within the European Union.

Future Enhancements

New features and improvements will be added in future releases to enhance functionality and usability. Stay tuned for updates!

Installation

You can install the package via composer:

composer require kriosmane/vies-rest-api

You can publish the config file with (optional):

php artisan vendor:publish --tag="vies-rest-api-config"

For Laravel 5.4 and below

Manually add the service provider to your config/app.php file:

'providers' => [
    // Other service providers...
    Kriosmane\ViesApi\ViesApiServiceProvider::class,
],

Usage

$viesApi = new ViesApi();
echo $viesApi->echoPhrase('Hello, Krios Mane!');

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.