Download the PHP package craftcms/commerce-uk-vat-id-validator without Composer

On this page you can find all versions of the php package craftcms/commerce-uk-vat-id-validator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package commerce-uk-vat-id-validator

UK VAT ID Validator

Out of the box, Craft Commerce supports basic formatting validation for VAT IDs in the European Union. This plugin provides additional checks to ensure tax rules are correctly applied for customers with UK VAT IDs:

How it Works

Enabling the validateBusinessTaxIdAsVatId in Craft Commerce 4.8 (globally) or Validate Business Tax ID as VAT ID in Craft Commerce 5.x (in one or more stores) tells Commerce to perform cursory validation of the Organization Tax ID field on addresses used for tax calculation. This functionality is available to all Commerce installations.

As tax rules are evaluated in the process of calculating order totals, UK VAT ID Validator ensures the provided VAT ID is both correctly formatted and actually exists, using the HMRC API.

[!NOTE]
Make sure your useBillingAddressForTax config setting (Commerce 4.8) or Use Billing Address For Tax store setting (Commerce 5.x) agrees with how you want to handle taxes in each market!

Requirements

Installation

You can install this plugin from the configuration instructions!

From the Plugin Store

Go to the Plugin Store in your project’s control panel and search for “UK VAT ID Validator.” On the plugin’s page, press Install.

With Composer

Open your terminal and run the following commands:

Configuration

Step 1: Configure Plugin Settings

Navigate to SettingsUK Tax ID Validator in the control panel, and fill in the following fields:

[!WARNING]
Whenever possible, use an environment variable so that these secrets don’t leak into your project config files!

Optional Step 2: Enable Validation on Tax Rates

When a valid UK tax ID is provided in the address, the tax will not be applied.

Support

Please report any issues on GitHub. Need help or have a question? Email us at [email protected].

:lemon:


All versions of commerce-uk-vat-id-validator with dependencies

PHP Build Version
Package Version
Requires php Version >=8.0.2
craftcms/cms Version ^4.9.4|^5.6.0
craftcms/commerce Version ^4.8.0|^5.3.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package craftcms/commerce-uk-vat-id-validator contains the following files

Loading the files please wait ....