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.
Fund package maintenance!
Krios Mane
Requires
- php: ^8.2|8.3|^8.4
- laravel/framework: ^10.0|^11.0|^12.0
README
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.