PHPackages                             lfbellante/vies - 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. lfbellante/vies

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

lfbellante/vies
===============

This package controls the vat id in VIES system and returns company information if exist.

v1.2.0(4y ago)01.5kMITPHP

Since Nov 30Pushed 4y ago1 watchersCompare

[ Source](https://github.com/lfbellante/vies)[ Packagist](https://packagist.org/packages/lfbellante/vies)[ RSS](/packages/lfbellante-vies/feed)WikiDiscussions main Synced today

READMEChangelog (5)Dependencies (1)Versions (6)Used By (0)

VIES
====

[](#vies)

Vies is a laravel library for check the vat Id of Italy companies.

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

[](#installation)

Use the following command to install vies.

```
composer require lfbellante/vies
```

Next, you should publish the Vies configuration file using the vendor:publish Artisan command. The vies configuration file will be placed in your application's config directory.

```
# Publish config file
php artisan vendor:publish --tag=vies
```

Usage
-----

[](#usage)

```
Vies::checkVat('VAT Number', 'Country Code, default IT');
```

Response
--------

[](#response)

```
{
    "vatId": "00488410010",
    "companyName": "TIM S.P.A.",
    "address": {
        "street": "VIA GAETANO NEGRI 1 ",
        "city": "MILANO",
        "province": "MI",
        "postalCode": "20123"
    }
}
```

Contributing
------------

[](#contributing)

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License
-------

[](#license)

[MIT](https://choosealicense.com/licenses/mit/)

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

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

Total

5

Last Release

1620d ago

Major Versions

v0.1.1 → v1.0.02021-11-30

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/lfbellante-vies/health.svg)

```
[![Health](https://phpackages.com/badges/lfbellante-vies/health.svg)](https://phpackages.com/packages/lfbellante-vies)
```

###  Alternatives

[ideea/language-detector

Detect languages by text

334.4k](/packages/ideea-language-detector)

PHPackages © 2026

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