PHPackages                             oefenweb/cakephp-vat-number-check - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. oefenweb/cakephp-vat-number-check

ActiveCakephp-plugin[Utility &amp; Helpers](/categories/utility)

oefenweb/cakephp-vat-number-check
=================================

A VAT number check Plugin for CakePHP

v3.0.2(6y ago)314.3k5[1 issues](https://github.com/Oefenweb/cakephp-vat-number-check/issues)MITPHPPHP &gt;=7.1

Since Dec 17Pushed 6y ago3 watchersCompare

[ Source](https://github.com/Oefenweb/cakephp-vat-number-check)[ Packagist](https://packagist.org/packages/oefenweb/cakephp-vat-number-check)[ Docs](http://github.com/Oefenweb/cakephp-vat-number-check)[ RSS](/packages/oefenweb-cakephp-vat-number-check/feed)WikiDiscussions master Synced today

READMEChangelog (10)Dependencies (9)Versions (20)Used By (0)

VatNumberCheck plugin for CakePHP
=================================

[](#vatnumbercheck-plugin-for-cakephp)

[![Build Status](https://camo.githubusercontent.com/b944e415ad79f447e0e91ae3130e6a8028716c4f1a36950a3c0fed80d01a7363/68747470733a2f2f7472617669732d63692e6f72672f4f6566656e7765622f63616b657068702d7661742d6e756d6265722d636865636b2e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/Oefenweb/cakephp-vat-number-check)[![PHP 7 ready](https://camo.githubusercontent.com/4adf97dbb7e9321c38d7eeb8cb6038d3604de4c7785e3275c70d7c3260d9f7c7/687474703a2f2f7068703772656164792e74696d6573706c696e7465722e63682f4f6566656e7765622f63616b657068702d7661742d6e756d6265722d636865636b2f62616467652e737667)](https://travis-ci.org/Oefenweb/cakephp-vat-number-check)[![Coverage Status](https://camo.githubusercontent.com/59807f9783857da559b7eb081c59b191aff8e06077bd91c97a5d630d552eb288/68747470733a2f2f636f6465636f762e696f2f67682f4f6566656e7765622f63616b657068702d7661742d6e756d6265722d636865636b2f6272616e63682f6d61737465722f67726170682f62616467652e737667)](https://codecov.io/gh/Oefenweb/cakephp-vat-number-check)[![Packagist downloads](https://camo.githubusercontent.com/b1aa894858e5107fdc35199b343795880a8ca637a1a7ae4475c65f8c0ca6302a/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f4f6566656e7765622f63616b657068702d7661742d6e756d6265722d636865636b2e737667)](https://packagist.org/packages/oefenweb/cakephp-vat-number-check)[![Code Climate](https://camo.githubusercontent.com/f262b5683542396195b7ce15f8a0c1ad90a96f7aa03cfa76b43d73e387c4e8ce/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f4f6566656e7765622f63616b657068702d7661742d6e756d6265722d636865636b2f6261646765732f6770612e737667)](https://codeclimate.com/github/Oefenweb/cakephp-vat-number-check)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/fef80903b27f0607eecd692f2129418587331229b91a86dac5b533c98ca5f643/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f4f6566656e7765622f63616b657068702d7661742d6e756d6265722d636865636b2f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/Oefenweb/cakephp-vat-number-check/?branch=master)

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

[](#requirements)

- CakePHP 2.9.0 or greater.
- PHP 7.0.0 or greater.

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

[](#installation)

Clone/Copy the files in this directory into `app/Plugin/VatNumberCheck`

Configuration
-------------

[](#configuration)

Ensure the plugin is loaded in `app/Config/bootstrap.php` by calling:

```
CakePlugin::load('VatNumberCheck', ['routes' => true]);

```

Usage
-----

[](#usage)

### Model

[](#model)

Normalizes a VAT number:

```
$vatNumber = $this->VatNumberCheck->normalize($vatNumber);

```

Checks a given VAT number:

```
$vatNumberValid = $this->VatNumberCheck->check($vatNumber);

```

### Helper

[](#helper)

Generates a VAT number check form field:

```
echo $this->VatNumberCheck->input('vat_number', ['label' => __('VAT number')]);

```

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 94.2% 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 ~109 days

Recently: every ~116 days

Total

19

Last Release

2201d ago

Major Versions

v1.2.3 → v3.0.02018-01-18

v1.2.4 → 2.x-dev2019-01-22

v1.2.5 → v2.0.02019-01-23

v2.0.0 → 3.x-dev2020-04-30

PHP version history (4 changes)v1.0.0PHP &gt;=5.3.10

v1.1.0PHP &gt;=5.4.16

v3.0.0PHP &gt;=7.0.0

3.x-devPHP &gt;=7.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/8408dd4d7c016002e99aa4bdb978519a5a1966ce14f7afc90b5830dbe864500a?d=identicon)[oefenweb](/maintainers/oefenweb)

---

Top Contributors

[![tersmitten](https://avatars.githubusercontent.com/u/3392962?v=4)](https://github.com/tersmitten "tersmitten (49 commits)")[![mvdriel](https://avatars.githubusercontent.com/u/408052?v=4)](https://github.com/mvdriel "mvdriel (3 commits)")

---

Tags

cakephpcakephp2cakephp3phppluginvat-numbervat-validationcakephpvat number

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/oefenweb-cakephp-vat-number-check/health.svg)

```
[![Health](https://phpackages.com/badges/oefenweb-cakephp-vat-number-check/health.svg)](https://phpackages.com/packages/oefenweb-cakephp-vat-number-check)
```

###  Alternatives

[markstory/asset_compress

An asset compression plugin for CakePHP. Provides file concatenation and a flexible filter system for preprocessing and minification.

3761.0M11](/packages/markstory-asset-compress)[cakedc/tiny-mce

TinyMCE Plugin for CakePHP

10790.2k](/packages/cakedc-tiny-mce)[dereuromark/cakephp-dto

A CakePHP plugin for generating immutable Data Transfer Objects with full type safety

2988.9k3](/packages/dereuromark-cakephp-dto)[dereuromark/cakephp-geo

A CakePHP plugin around geocoding tools and helpers.

51174.9k4](/packages/dereuromark-cakephp-geo)[cakedc/enum

Enumeration list Plugin for CakePHP 5

30222.5k2](/packages/cakedc-enum)[josegonzalez/cakephp-environments

CakePHP plugin to handle environments-level configuration

4785.9k](/packages/josegonzalez-cakephp-environments)

PHPackages © 2026

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