https://github.com/nip24pl/nip24-php-client
VIES Client for PHP
https://github.com/nip24pl/nip24-php-client
check-vat-number eu europe php vat vat-identification vat-information-exchange vat-information-exchange-system vat-number vat-number-validation vat-validation vies vies-api vies-baza vies-system vies-vat vies-vat-checker vies-vat-number-check
Last synced: 5 months ago
JSON representation
VIES Client for PHP
- Host: GitHub
- URL: https://github.com/nip24pl/nip24-php-client
- Owner: nip24pl
- License: apache-2.0
- Created: 2019-08-20T21:47:32.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-10-21T22:29:28.000Z (7 months ago)
- Last Synced: 2025-12-03T05:52:06.347Z (6 months ago)
- Topics: check-vat-number, eu, europe, php, vat, vat-identification, vat-information-exchange, vat-information-exchange-system, vat-number, vat-number-validation, vat-validation, vies, vies-api, vies-baza, vies-system, vies-vat, vies-vat-checker, vies-vat-number-check
- Language: PHP
- Homepage:
- Size: 673 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NIP24 Client for PHP
This is the official repository for [NIP24](https://nip24.pl) Client for PHP
This library contains validators for common Polish tax numbers like NIP, REGON and KRS. Validators for EU VAT ID
and IBAN are also included. After registration at [NIP24](https://nip24.pl) Portal this library could be used for
various on-line validations of Polish and EU companies. Please, visit our web page for more details.
## Documentation
The documentation and samples are available [here](https://nip24.pl/dokumentacja/).
## How to use
### Composer
The release version of the library is published in [Packagist](https://packagist.org/packages/nip24/client).
Add the following dependency using the _composer_ tool:
```bash
composer require nip24/client
```
### Manual setup
Copy the _NIP24_ directory and its contents somewhere within your project structure. Then include _NIP24/NIP24Client.php_
in your source code (it provides all API definitions) and call the autoloader function.
```php
require_once 'NIP24/NIP24Client.php';
\NIP24\NIP24Client::registerAutoloader();
```
## License
This project is delivered under Apache License, Version 2.0:
- [](http://www.apache.org/licenses/LICENSE-2.0)