PHPackages                             koeketienedesign/vat-checker - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Validation &amp; Sanitization](/categories/validation)
4. /
5. koeketienedesign/vat-checker

ActiveCraft-plugin[Validation &amp; Sanitization](/categories/validation)

koeketienedesign/vat-checker
============================

Validates and returns company info of VAT Number in Europe

1.0.1(5y ago)033MITPHP

Since Sep 15Pushed 5y ago1 watchersCompare

[ Source](https://github.com/cookie10codes/vat-checker)[ Packagist](https://packagist.org/packages/koeketienedesign/vat-checker)[ RSS](/packages/koeketienedesign-vat-checker/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (2)Dependencies (4)Versions (5)Used By (0)

VAT Checker plugin for Craft CMS 3.x
====================================

[](#vat-checker-plugin-for-craft-cms-3x)

Validates and returns company info of VAT Number in Europe

[![Screenshot](resources/img/plugin-logo.png)](resources/img/plugin-logo.png)

Requirements
------------

[](#requirements)

This plugin requires Craft CMS 3.0.0-beta.23 or later.

Installation
------------

[](#installation)

To install the plugin, follow these instructions.

1. Open your terminal and go to your Craft project:

    ```
     cd /path/to/project

    ```
2. Then tell Composer to load the plugin:

    ```
     composer require koeketienedesign/vat-checker

    ```
3. In the Control Panel, go to Settings → Plugins and click the “Install” button for VAT Checker.

VAT Checker Overview
--------------------

[](#vat-checker-overview)

Custom field to use in craft to get a valid European VAT number. You can use this also in twig if you want to hardcode a value. You can also receive the company info from the VAT in the twig filter.

Using VAT Checker
-----------------

[](#using-vat-checker)

### Custom field

[](#custom-field)

Create a new field by selecting VAT Field on the dropdown. No need to add extra info

### Twig filter

[](#twig-filter)

You can use the `|vat` filter to validate a VAT number. If you want company info add `info` as param to the function

```
{{ entry.vatField|vat }}
{# Output: 1|0 --> depending on if it's valid or not #}

{{ entry.vatField|vat('info') }}
{# Output: "
  object(stdClass)[1591]
    public 'valid' => boolean true
    public 'countryCode' => string 'BE' (length=2)
    public 'vatNumber' => string '0688696733' (length=10)
    public 'name' => string 'BVBA KOEKETIENE DESIGN' (length=22)
    public 'address' =>
      object(stdClass)[1598]
        public 'street' => string 'Kanunnikenstraat(mar)' (length=21)
        public 'number' => string '8' (length=1)
        public 'zip_code' => string '8510' (length=4)
        public 'city' => string 'Kortrijk' (length=8)
        public 'country' => string 'België' (length=7)
        public 'countryCode' => string 'BE' (length=2)
    public 'strAddress' => string 'Kanunnikenstraat(Mar) 8
  8510 Kortrijk' (length=37)
" #}
```

VAT Checker Roadmap
-------------------

[](#vat-checker-roadmap)

None at this moment. All suggestions are welcome

Brought to you by [Stefanie Gevaert](https://koeketienedesign.be/)

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~161 days

Total

2

Last Release

1904d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9fa88278bf4956176a489f32703a8349e90d15a7f7a95ee7cfbda3531c0c6928?d=identicon)[cookie10codes](/maintainers/cookie10codes)

---

Top Contributors

[![cookie10codes](https://avatars.githubusercontent.com/u/20947573?v=4)](https://github.com/cookie10codes "cookie10codes (17 commits)")

---

Tags

cmsCraftcraftcmscraft-pluginVAT checker

###  Code Quality

TestsCodeception

### Embed Badge

![Health badge](/badges/koeketienedesign-vat-checker/health.svg)

```
[![Health](https://phpackages.com/badges/koeketienedesign-vat-checker/health.svg)](https://phpackages.com/packages/koeketienedesign-vat-checker)
```

###  Alternatives

[nystudio107/craft-seomatic

SEOmatic facilitates modern SEO best practices &amp; implementation for Craft CMS 5. It is a turnkey SEO system that is comprehensive, powerful, and flexible.

1741.4M46](/packages/nystudio107-craft-seomatic)[verbb/image-resizer

Resize assets when they are uploaded.

127269.1k7](/packages/verbb-image-resizer)[elivz/vzurl

A URL fieldtype with validation.

4433.2k](/packages/elivz-vzurl)[verbb/tablemaker

Create customizable and user-defined table fields.

40168.8k1](/packages/verbb-tablemaker)[acclaro/translations

Easily launch and manage multilingual Craft websites without having to copy/paste content or manually track updates.

1229.5k](/packages/acclaro-translations)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
