PHPackages                             netresearch/sdk-eu-vat - 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. netresearch/sdk-eu-vat

ActiveLibrary[API Development](/categories/api)

netresearch/sdk-eu-vat
======================

PHP SDK for EU VAT Retrieval Service SOAP API

v1.1.0(9mo ago)14[1 issues](https://github.com/netresearch/sdk-eu-vat/issues)[10 PRs](https://github.com/netresearch/sdk-eu-vat/pulls)MITPHPPHP ^8.2CI passing

Since Jun 24Pushed 1mo agoCompare

[ Source](https://github.com/netresearch/sdk-eu-vat)[ Packagist](https://packagist.org/packages/netresearch/sdk-eu-vat)[ Docs](https://github.com/netresearch/sdk-eu-vat)[ RSS](/packages/netresearch-sdk-eu-vat/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)Dependencies (13)Versions (16)Used By (0)

EU VAT SOAP SDK
===============

[](#eu-vat-soap-sdk)

[![Build Status](https://github.com/netresearch/sdk-eu-vat/workflows/CI/badge.svg)](https://github.com/netresearch/sdk-eu-vat/actions)[![Coverage Status](https://camo.githubusercontent.com/cb2203deccf1ab8934cf70943bedbea1713b3a97a620aa65a46ea95687e90ece/68747470733a2f2f636f6465636f762e696f2f67682f6e657472657365617263682f73646b2d65752d7661742f6272616e63682f6d61696e2f67726170682f62616467652e737667)](https://codecov.io/gh/netresearch/sdk-eu-vat)[![Latest Stable Version](https://camo.githubusercontent.com/3d34f30b237bd811ecce75ba9ea7e79415d4c7d4e16d2549ef9074dd2478e5c7/68747470733a2f2f706f7365722e707567782e6f72672f6e657472657365617263682f73646b2d65752d7661742f762f737461626c65)](https://packagist.org/packages/netresearch/sdk-eu-vat)[![License](https://camo.githubusercontent.com/ad9cd76fbd1223ec23bdb1de9e83251ab0ce8e5ccab32398cfc55cd5afd3e50f/68747470733a2f2f706f7365722e707567782e6f72672f6e657472657365617263682f73646b2d65752d7661742f6c6963656e7365)](https://packagist.org/packages/netresearch/sdk-eu-vat)

A modern PHP 8.2+ SDK for the [EU VAT Retrieval Service](https://ec.europa.eu/taxation_customs/tedb/) that provides reliable access to official VAT rates for all EU member states with precision financial calculations.

Features
--------

[](#features)

- 🏦 **Financial-Grade Precision**: Uses `brick/math` BigDecimal for exact VAT calculations
- 🛡️ **Enterprise Ready**: Comprehensive error handling, logging, and telemetry
- 🧪 **Thoroughly Tested**: 368 tests with 95%+ coverage and real service validation
- 🔄 **Modern SOAP**: Built on `php-soap/ext-soap-engine` for reliable SOAP operations
- 📊 **Observability**: Built-in request/response logging and metrics
- 🚀 **Performance**: Optimized with WSDL caching and connection pooling support
- 📖 **Well Documented**: Comprehensive PHPDoc and usage examples

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

[](#installation)

```
composer require netresearch/sdk-eu-vat
```

**Requirements:** PHP 8.2+, `ext-soap` and `ext-libxml` extensions

💡 **Having installation issues?** See the [Installation Guide](INSTALLATION.md) for troubleshooting help.

Quick Start
-----------

[](#quick-start)

```
