PHPackages                             filippo-toso/vat-api - 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. filippo-toso/vat-api

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

filippo-toso/vat-api
====================

A simple class to get European VAT ID details (company name and address)

v1.0.3(8y ago)018MITPHPPHP ^5.6 || ^7.0

Since Feb 18Pushed 8y agoCompare

[ Source](https://github.com/filippotoso/vat-api)[ Packagist](https://packagist.org/packages/filippo-toso/vat-api)[ RSS](/packages/filippo-toso-vat-api/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (3)Versions (5)Used By (0)

Vat API
=======

[](#vat-api)

A simple class to get European VAT ID details (company name and address).

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

[](#requirements)

- PHP 5.6+
- Laravel 5.0+
- sunra/php-simple-html-dom-parser 1.5+
- guzzlehttp/guzzle 6.2+

Installing
----------

[](#installing)

Use Composer to install it:

```
composer require filippo-toso/vat-api

```

If you are using Laravel &lt; 5.5, you also need to register the service provider and the alias.

To do so, add the following row in the providers array of your config/app.php:

```
FilippoToso\VatApi\VatApiServiceProvider::class,

```

You should also add the following row in the aliases array of the same config/app.php file:

```
'Vat'   => FilippoToso\VatApi\VatApiFacade::class,

```

Using It
--------

[](#using-it)

The use is very simple:

```
$details = Vat::details('LU26375245');

```

This will return the following array:

```
[

    [valid] => TRUE
    [vat_id] => IT02861640304
    [name] => CREATIVE PARK DI FILIPPO TOSO
    [addresses] => [
        [0] => VIA DANTE 1/B
        [1] => 33057 PALMANOVA UD
    ]
    [address] => VIA DANTE 1/B 33057 PALMANOVA UD
    [error] => FALSE
]

```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity61

Established project with proven stability

 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 ~0 days

Total

4

Last Release

3006d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/55d89f2d44fb12225de2119994028ee69e36770bcf33c2b1ddf0d6672d28151b?d=identicon)[filippo.toso](/maintainers/filippo.toso)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/filippo-toso-vat-api/health.svg)

```
[![Health](https://phpackages.com/badges/filippo-toso-vat-api/health.svg)](https://phpackages.com/packages/filippo-toso-vat-api)
```

###  Alternatives

[stevebauman/location

Retrieve a user's location by their IP Address

1.3k7.6M65](/packages/stevebauman-location)[nativephp/mobile

NativePHP for Mobile

82724.0k43](/packages/nativephp-mobile)[bensampo/laravel-embed

Painless responsive embeds for videos, slideshows and more.

142146.8k](/packages/bensampo-laravel-embed)[glhd/conveyor-belt

14797.0k](/packages/glhd-conveyor-belt)[pulkitjalan/ip-geolocation

IP Geolocation Wrapper with Laravel Support

89164.9k1](/packages/pulkitjalan-ip-geolocation)[flarum/core

Delightfully simple forum software.

211.3M1.9k](/packages/flarum-core)

PHPackages © 2026

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