We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 780c8ad commit ecf8316Copy full SHA for ecf8316
README.md
@@ -9,7 +9,7 @@ ibericode/vat
9
10
This is a simple PHP library to help you deal with Europe's VAT rules.
11
12
-- Fetch VAT rates for any EU member state using [ibericode/vat-rates](https://github.com/ibericode/vat-rates) or [jsonvat.com](https://jsonvat.com/)
+- Fetch VAT rates for any EU member state using [ibericode/vat-rates](https://github.com/ibericode/vat-rates).
13
- Validate VAT numbers (by format and/or [existence](http://ec.europa.eu/taxation_customs/vies/))
14
- Validate ISO-3316 alpha-2 country codes
15
- Determine whether a country is part of the EU
src/Clients/JsonVatClient.php
0 commit comments