blackbird/vat-checker-proxy-server

A server to proxy Europa Vies VAT Checker for magento 2

1.0.1 2021-03-10 09:39 UTC

This package is auto-updated.

Last update: 2024-09-10 17:28:14 UTC


README

Latest Stable Version License: MIT

This solution is a proxy server to validate VAT Numbers with Europa VIES and offer a solution to Magento Sever that are issuing temporary "IP BLOCKED" or "IP BANNED". The proxy server should be installed in separate server with a distinct IP address from the server where the magento client is installed.

It aims to be used with Vat Checker Proxy Client for Magento 2.

Requirements

This solution is requiring php 7.0 or greater and composer to work with autoload classes.

Setup

Get the package

Composer Package:

composer require blackbird/vat-checker-proxy-server

Zip Package:

Unzip the package and associate the pub/index.php file with an url.

Install the module

If you don't have 'vendor/autoload.php' and 'vendor/composer', use composer dump-autoload to get the autoloader of the classes.

  • Make the index.php file available and associate it with an url.

  • Edit the value of PROTECTION_KEY in conf.php to define your authentication token. Then enter your authentication token and the url of the proxy server to the client in the config.

Support

Contact

For further information, contact us:

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details.

That's all folks!