Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dragonbe/vies-web
A simple web site for validation of European VAT registration numbers
https://github.com/dragonbe/vies-web
Last synced: about 1 month ago
JSON representation
A simple web site for validation of European VAT registration numbers
- Host: GitHub
- URL: https://github.com/dragonbe/vies-web
- Owner: DragonBe
- License: mit
- Created: 2014-08-15T16:59:47.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-04-19T20:09:33.000Z (over 1 year ago)
- Last Synced: 2024-05-01T20:00:10.041Z (8 months ago)
- Language: PHP
- Size: 371 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VIES-WEB
Quick and easy interface to validate VAT Information Exchange System (VIES) of the European Commission (EC). You can access it at [vies-web.azurewebsites.net](http://vies-web.azurewebsites.net) to try it out.
No guarantees provided.
## Run it locally with Docker
You can now run this yourself in an isolated container using [Docker](https://www.docker.com).
```shell
docker run --name vies_webapp --rm -d -p 8000:18080 dragonbe/vies-web
```## Want to use it yourself?
This VIES client is now available for usage in your own applications. You can directly fork it from [GitHub](https://github.com/dragonbe/vies-web) or use the package from [Packagist](https://packagist.org/dragonbe/vies).
# LICENCE
This software is provided as-is under [MIT licence](LICENCE).