quimateur / vies-vat-validator

Validates an Euopean VAT code against European Comission VIES Database
13 stars 3 forks source link

Allows to use the validator as an independent class #4

Closed AlvaroMaceda closed 7 years ago

AlvaroMaceda commented 7 years ago

I've rewrited some code so now you can use the class standalone if you want to validate VIES from your app.

The class now won't fail if service is unavailable or the call to the service fails: it will return a proper error message.

I've also included PHPUnit tests.

quimateur commented 7 years ago

Looks awesome! Thank you!