PHPackages                             koosh/vat-utility - 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. koosh/vat-utility

ActiveLibrary

koosh/vat-utility
=================

VAT utility to check for tax free zones in the European Union.

08PHP

Since Jan 10Pushed 10y ago1 watchersCompare

[ Source](https://github.com/koosh/EUVATFreeZones)[ Packagist](https://packagist.org/packages/koosh/vat-utility)[ RSS](/packages/koosh-vat-utility/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

VAT Free Zones in the European Union
====================================

[](#vat-free-zones-in-the-european-union)

This is a simple class to check based on country/region ISO and the zip/postal code if a place in the EU is considered a tax free zone based on [https://en.wikipedia.org/wiki/European\_Union\_value\_added\_tax](https://en.wikipedia.org/wiki/European_Union_value_added_tax).

Install via Composer

```
{
    "require": {
        "koosh/vat-utility": "dev-master"
    }
}
```

Example usage

```
use koosh\VATUtility;

if (EUVATFreeZone::isEUTaxFreeZone('FI', 22100)) {
    // Is VAT free zone.
} else {
    // Is not VAT free zone.
}
```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/f3585a927388ca3796f5ee27534ec3e07d890281f0188d3d25693e2c8b31d357?d=identicon)[SuddenDeparture](/maintainers/SuddenDeparture)

---

Top Contributors

[![koosh](https://avatars.githubusercontent.com/u/191135?v=4)](https://github.com/koosh "koosh (3 commits)")

### Embed Badge

![Health badge](/badges/koosh-vat-utility/health.svg)

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

PHPackages © 2026

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