check-vat/check-vat

VAT library for Laravel 6

Maintainers

Package info

github.com/LukaszJozwiak82/checkVat

pkg:composer/check-vat/check-vat

Statistics

Installs: 1

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-master 2019-12-03 18:16 UTC

This package is auto-updated.

Last update: 2026-03-29 00:46:51 UTC


README

VAT library for Laravel 6

installation:

composer require check-vat/check-vat

usage as parameter NIP number

http://localhost/vat/1234567890

{"status":true,"message":"Podmiot o podanym identyfikatorze podatkowy NIP jest zarejestrowany jako podatnik VAT czynny"}

or

{"status":false,"message":"Podmiot o podanym identyfikatorze podatkowym NIP nie jest zarejestrowany jako podatnik VAT"}

or

{"status":true,"message":"Podmiot o podanym identyfikatorze podatkowym NIP jest zarejestrowany jako podatnik VAT zwolniony"}