PHPackages                             elgentos/m2-vatfallback-graph-ql - 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. elgentos/m2-vatfallback-graph-ql

ActiveMagento2-module

elgentos/m2-vatfallback-graph-ql
================================

Provides graph ql endpoint to dutchento/m2-vatfallback

09.3k↓27.8%PHP

Since Jun 29Pushed 4y ago1 watchersCompare

[ Source](https://github.com/elgentos/m2-vatfallback-graph-ql)[ Packagist](https://packagist.org/packages/elgentos/m2-vatfallback-graph-ql)[ RSS](/packages/elgentos-m2-vatfallback-graph-ql/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

VatfallbackGraphQL
==================

[](#vatfallbackgraphql)

**VatfallbackGraphQL** adds a GraphQl endpoint to the [Dutchento Vatfallback module for Magento 2](https://github.com/Dutchento/m2-vatfallback).

In the Dutchento Vatfallback module it is possible to use the API endpoint to get company data by VAT number `http://domain.com/rest/V1/vat/companylookup/NL133001477B01`

With this module this can be done by GraphQl:

```
query {
  companyLookup(
    vatNumber: "NL133001477B01"
  ) {
    status,
    country,
    company_name,
    company_address,
    message
  }
}
```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity29

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/88a6d8dc588e8f2a0948335563a754687f71304f0bd3b7f7049d4bcdc00a563c?d=identicon)[peterjaap](/maintainers/peterjaap)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/elgentos-m2-vatfallback-graph-ql/health.svg)

```
[![Health](https://phpackages.com/badges/elgentos-m2-vatfallback-graph-ql/health.svg)](https://phpackages.com/packages/elgentos-m2-vatfallback-graph-ql)
```

PHPackages © 2026

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