{"id":36981930,"url":"https://github.com/infirsoft/vat-whitelist-api","last_synced_at":"2026-01-13T22:51:49.311Z","repository":{"id":38837767,"uuid":"338450280","full_name":"infirsoft/vat-whitelist-api","owner":"infirsoft","description":"PHP wrapper for WhiteList API issued by Ministerstwo Finansów","archived":false,"fork":false,"pushed_at":"2023-06-28T10:19:41.000Z","size":71,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-12-23T14:20:50.517Z","etag":null,"topics":["api","client","php","vat","whitelist","wl-api","wrapper"],"latest_commit_sha":null,"homepage":"https://wl-api.mf.gov.pl","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/infirsoft.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-02-12T22:41:37.000Z","updated_at":"2024-05-22T21:38:41.000Z","dependencies_parsed_at":"2022-08-22T09:30:36.910Z","dependency_job_id":null,"html_url":"https://github.com/infirsoft/vat-whitelist-api","commit_stats":null,"previous_names":["infirsoft/vat-whitelist-api"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/infirsoft/vat-whitelist-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/infirsoft%2Fvat-whitelist-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/infirsoft%2Fvat-whitelist-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/infirsoft%2Fvat-whitelist-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/infirsoft%2Fvat-whitelist-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/infirsoft","download_url":"https://codeload.github.com/infirsoft/vat-whitelist-api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/infirsoft%2Fvat-whitelist-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28402192,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-13T14:36:09.778Z","status":"ssl_error","status_checked_at":"2026-01-13T14:35:19.697Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","client","php","vat","whitelist","wl-api","wrapper"],"created_at":"2026-01-13T22:51:48.731Z","updated_at":"2026-01-13T22:51:49.299Z","avatar_url":"https://github.com/infirsoft.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"API Rejestr WL\n==============\n\n[![License](https://img.shields.io/packagist/l/infirsoft/whitelistapi?color=blue)](./LICENSE.md)\n[![Version](https://img.shields.io/packagist/v/infirsoft/whitelistapi?color=blue)](https://packagist.org/packages/infirsoft/whitelistapi)\n[![Downloads](https://img.shields.io/packagist/dt/infirsoft/whitelistapi?color=blue)](https://packagist.org/packages/infirsoft/whitelistapi)\n[![StyleCI](https://github.styleci.io/repos/338450280/shield?style=flat\u0026branch=main)](https://github.styleci.io/repos/338450280?branch=main)\n\nWhite List API / API Wykazu podatników VAT / Biała lista podatników VAT\n\nAPI Docs\n--------\n\n* https://wl-api.mf.gov.pl/\n* https://www.gov.pl/web/kas/api-wykazu-podatnikow-vat\n\nInstallation\n------------\n\n```bash\ncomposer require infirsoft/whitelistapi\n```\n\nSupported Versions\n------------------\n\n| Version | PHP version | HTTP client |\n|---------|-------------|-------------|\n| 2.x     | \\\u003e= 8.0     | cURL        |\n| 1.x     | \\\u003e= 7.1     | cURL        |\n\nMethods\n------------------\n\n```php\nsearchNip( string $nip , string $date ) : EntityResponse|Error\nsearchNips( array $nips , string $date ) : EntryListResponse|Error\nsearchRegon( string $regon , string $date ) : EntityResponse|Error\nsearchRegons( array $regons , string $date ) : EntryListResponse|Error\nsearchBankAccount( string $bankAccount , string $date ) : EntityListResponse|Error\nsearchBankAccounts( array $bankAccounts , string $date ) : EntryListResponse|Error\ncheckNipBankAccount( string $nip , string $bankAccount , string $date ) : EntityCheckResponse|Error\ncheckRegonBankAccount( string $regon , string $bankAccount , string $date ) : EntityCheckResponse|Error\n```\n\nUsage\n------------------\n\n```php\n\u003c?php\n\nrequire_once './vendor/autoload.php';\n\n$client = new \\WhiteListApi\\WhiteListApiClient;\n$response = $client-\u003esearchNip('5252344078', '2021-01-01');\necho $response-\u003eresult-\u003esubject-\u003ename; // GOOGLE POLAND SPÓŁKA Z OGRANICZONĄ ODPOWIEDZIALNOŚCIĄ\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finfirsoft%2Fvat-whitelist-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finfirsoft%2Fvat-whitelist-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finfirsoft%2Fvat-whitelist-api/lists"}