https://github.com/matej-ch/eu-vat-checker
EU vat id checker
https://github.com/matej-ch/eu-vat-checker
eu-vat-validator soap vat-number vat-validation vies vies-soap-service
Last synced: 3 months ago
JSON representation
EU vat id checker
- Host: GitHub
- URL: https://github.com/matej-ch/eu-vat-checker
- Owner: Matej-ch
- Created: 2022-06-17T13:31:24.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-24T13:37:06.000Z (almost 3 years ago)
- Last Synced: 2024-09-15T03:18:21.846Z (8 months ago)
- Topics: eu-vat-validator, soap, vat-number, vat-validation, vies, vies-soap-service
- Language: PHP
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

This package uses service https://ec.europa.eu/taxation_customs/vies/
### Install package
```
composer require matejch/vat-id-checker "1.0.0"
```---
### Usage
```PHP
/** EU VAT checker */
$service = new \matejch\VatIdChecker\Vies();
$result = $service->validateVat('XX1234567890'); //object with data or false$service->getMessage(); // response message
```### Remove package
```
composer remove matejch/vat-id-checker
```