PHPackages                             kriosmane/vies-rest-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. [API Development](/categories/api)
4. /
5. kriosmane/vies-rest-api

ActiveLibrary[API Development](/categories/api)

kriosmane/vies-rest-api
=======================

A Laravel package for interacting with the VIES (VAT Information Exchange System) REST API, allowing validation of VAT numbers within the European Union.

v1.0.0.1(1y ago)0508↓50%MITPHPPHP ^8.2|8.3|^8.4CI failing

Since Feb 27Pushed 1y ago1 watchersCompare

[ Source](https://github.com/kriosmane/vies-rest-api)[ Packagist](https://packagist.org/packages/kriosmane/vies-rest-api)[ Docs](https://github.com/kriosmane/vies-rest-api)[ GitHub Sponsors]()[ RSS](/packages/kriosmane-vies-rest-api/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (1)Versions (3)Used By (0)

This is my package vies-rest-api
================================

[](#this-is-my-package-vies-rest-api)

[![Latest Version on Packagist](https://camo.githubusercontent.com/242c2dfe95c3f3ea9e65020acb291a7625180597b9a0794b60ba06064a7b9013/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6b72696f736d616e652f766965732d726573742d6170692e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/kriosmane/vies-rest-api)[![Total Downloads](https://camo.githubusercontent.com/ed6a41999c9f4f1fbec8b30c67132e31a2bd9fd7817c19f51eecf301a6943b3f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6b72696f736d616e652f766965732d726573742d6170692e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/kriosmane/vies-rest-api)

This package provides an interface to interact with the VIES (VAT Information Exchange System) REST API in Laravel, allowing you to validate VAT numbers within the European Union.

Future Enhancements
-------------------

[](#future-enhancements)

New features and improvements will be added in future releases to enhance functionality and usability. Stay tuned for updates!

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

[](#installation)

You can install the package via composer:

```
composer require kriosmane/vies-rest-api
```

You can publish the config file with (optional):

```
php artisan vendor:publish --tag="vies-rest-api-config"
```

### For Laravel 5.4 and below

[](#for-laravel-54-and-below)

Manually add the service provider to your `config/app.php` file:

```
'providers' => [
    // Other service providers...
    Kriosmane\ViesApi\ViesApiServiceProvider::class,
],
```

Usage
-----

[](#usage)

```
$viesApi = new ViesApi();
echo $viesApi->echoPhrase('Hello, Krios Mane!');
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

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

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Krios Mane](https://github.com/kriosmane)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance44

Moderate activity, may be stable

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity56

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

2

Last Release

445d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3630423?v=4)[Krios](/maintainers/kriosmane)[@kriosmane](https://github.com/kriosmane)

---

Top Contributors

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

---

Tags

laravelREST APIvies

### Embed Badge

![Health badge](/badges/kriosmane-vies-rest-api/health.svg)

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

###  Alternatives

[darkaonline/l5-swagger

OpenApi or Swagger integration to Laravel

2.9k34.0M112](/packages/darkaonline-l5-swagger)[openai-php/laravel

OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with the Open AI API

3.7k7.6M74](/packages/openai-php-laravel)[knuckleswtf/scribe

Generate API documentation for humans from your Laravel codebase.✍

2.3k12.2M45](/packages/knuckleswtf-scribe)[ronasit/laravel-swagger

Provided middleware for generating of swagger-documentation file by run testing of restful API.

179124.9k2](/packages/ronasit-laravel-swagger)[scriptdevelop/whatsapp-manager

Paquete para manejo de WhatsApp Business API en Laravel

762.6k](/packages/scriptdevelop-whatsapp-manager)

PHPackages © 2026

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