PHPackages                             infirsoft/whitelistapi - 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. infirsoft/whitelistapi

ActiveLibrary[API Development](/categories/api)

infirsoft/whitelistapi
======================

API Rejestr WL (wl-api.mf.gov.pl) client

2.0.1(3y ago)6178MITPHPPHP ^8.0

Since Feb 18Pushed 2y ago2 watchersCompare

[ Source](https://github.com/InfirSoft/vat-whitelist-api)[ Packagist](https://packagist.org/packages/infirsoft/whitelistapi)[ RSS](/packages/infirsoft-whitelistapi/feed)WikiDiscussions main Synced 1mo ago

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

API Rejestr WL
==============

[](#api-rejestr-wl)

[![License](https://camo.githubusercontent.com/71923bd1138daf53e437b25d010a4192ba048b1142d74b8ca6a7d0c2653f3b67/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f696e666972736f66742f77686974656c6973746170693f636f6c6f723d626c7565)](./LICENSE.md)[![Version](https://camo.githubusercontent.com/290d21db4d489dfff8085e5914d72f7ca2de26c985a921af3bbe2b15bda941dc/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f696e666972736f66742f77686974656c6973746170693f636f6c6f723d626c7565)](https://packagist.org/packages/infirsoft/whitelistapi)[![Downloads](https://camo.githubusercontent.com/a748c3bf70632a785b63ed83b863ec9021591e229b8df53aee55d9b4d23c321f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f696e666972736f66742f77686974656c6973746170693f636f6c6f723d626c7565)](https://packagist.org/packages/infirsoft/whitelistapi)[![StyleCI](https://camo.githubusercontent.com/1dc8e55948efda5d720219e046a8e6eca0301f2b32cae384e7fc1fc4df41f5b6/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3333383435303238302f736869656c643f7374796c653d666c6174266272616e63683d6d61696e)](https://github.styleci.io/repos/338450280?branch=main)

White List API / API Wykazu podatników VAT / Biała lista podatników VAT

API Docs
--------

[](#api-docs)

-
-

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

[](#installation)

```
composer require infirsoft/whitelistapi
```

Supported Versions
------------------

[](#supported-versions)

VersionPHP versionHTTP client2.x&gt;= 8.0cURL1.x&gt;= 7.1cURLMethods
-------

[](#methods)

```
searchNip( string $nip , string $date ) : EntityResponse|Error
searchNips( array $nips , string $date ) : EntryListResponse|Error
searchRegon( string $regon , string $date ) : EntityResponse|Error
searchRegons( array $regons , string $date ) : EntryListResponse|Error
searchBankAccount( string $bankAccount , string $date ) : EntityListResponse|Error
searchBankAccounts( array $bankAccounts , string $date ) : EntryListResponse|Error
checkNipBankAccount( string $nip , string $bankAccount , string $date ) : EntityCheckResponse|Error
checkRegonBankAccount( string $regon , string $bankAccount , string $date ) : EntityCheckResponse|Error
```

Usage
-----

[](#usage)

```
