blackbird / vat-checker-proxy-server
A server to proxy Europa Vies VAT Checker for magento 2
This package is auto-updated.
Last update: 2024-10-10 17:37:22 UTC
README
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
- If you have any issue with this code, feel free to open an issue.
- If you want to contribute to this project, feel free to create a pull request.
Contact
For further information, contact us:
- by email: hello@bird.eu
- or by form: https://black.bird.eu/en/contacts/
Authors
- Bruno FACHE - Maintainer - It's me!
- Blackbird Team - Contributor - They're awesome!
License
This project is licensed under the MIT License - see the LICENSE file for details.
That's all folks!