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

ActiveLibrary

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 today

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

3004d 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

[s-ichikawa/laravel-sendgrid-driver

This library adds a 'sendgrid' mail driver to Laravel.

4139.3M1](/packages/s-ichikawa-laravel-sendgrid-driver)[stechstudio/laravel-zipstream

A fast and simple streaming zip file downloader for Laravel.

4633.7M3](/packages/stechstudio-laravel-zipstream)[laravel-notification-channels/microsoft-teams

A Laravel Notification Channel for Microsoft Teams

1603.0M7](/packages/laravel-notification-channels-microsoft-teams)[spatie/laravel-export

Create a static site bundle from a Laravel app

646127.9k5](/packages/spatie-laravel-export)[erag/laravel-disposable-email

A Laravel package to detect and block disposable email addresses.

226102.4k](/packages/erag-laravel-disposable-email)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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