PHPackages                             andrzejl/wl-api-client - 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. andrzejl/wl-api-client

ActiveLibrary[API Development](/categories/api)

andrzejl/wl-api-client
======================

Wl API client

1.2(5y ago)135MITPHPCI failing

Since Jan 22Pushed 5y agoCompare

[ Source](https://github.com/andrzejl/wl-api-client)[ Packagist](https://packagist.org/packages/andrzejl/wl-api-client)[ RSS](/packages/andrzejl-wl-api-client/feed)WikiDiscussions master Synced 6d ago

READMEChangelog (7)Dependencies (9)Versions (9)Used By (0)

WlApiClient
===========

[](#wlapiclient)

WlApiClient library for WL API ([API Wykazu podatników VAT](https://www.gov.pl/web/kas/api-wykazu-podatnikow-vat))

Requirements
------------

[](#requirements)

WlApiClient depends on [HTTPlug](https://github.com/php-http/httplug) and requires virtual package `php-http/client-implementation`. Please check  before installation.

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

[](#installation)

```
composer require andrzejl/wl-api-client
```

or with all requirements

```
composer require php-http/guzzle6-adapter nyholm/psr7 andrzejl/wl-api-client
```

Usage
-----

[](#usage)

```
require 'vendor/autoload.php';

use Andrzejl\WlApi\Client;

$client = new Client;
$result = $client->searchBankAccounts(['70506405335016096312945164']);
```

Limits
------

[](#limits)

WL API is limited. Search methods may be used 10 times with maximum of 30 elements in query per day. Queries above limit throws `LimitExceeded` exception.

Search query is splitted when more than 30 elements is passed.

Check methods also have limit to 10 request per day and the limit is shared with search methods.

Testing
-------

[](#testing)

```
composer test
```

PHP 5.6 compatibility
---------------------

[](#php-56-compatibility)

Use WlApiClient v0.3 in legacy PHP 5.6 project:

```
composer require --ignore-platform-reqs php-http/guzzle6-adapter ^1.0 php-http/httplug ^1.0 php-http/message ^1.0 andrzejl/wl-api-client ^0.3
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity62

Established project with proven stability

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.

###  Release Activity

Cadence

Every ~77 days

Recently: every ~115 days

Total

7

Last Release

1844d ago

Major Versions

0.1 → 1.02020-01-22

0.3 → 1.12020-01-27

0.4 → 1.22021-04-29

### Community

Maintainers

![](https://www.gravatar.com/avatar/e26b52530af57ab6eadfaa0e369d75549823dce5d3a557ad21254915ab373b5a?d=identicon)[andrzejl](/maintainers/andrzejl)

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/andrzejl-wl-api-client/health.svg)

```
[![Health](https://phpackages.com/badges/andrzejl-wl-api-client/health.svg)](https://phpackages.com/packages/andrzejl-wl-api-client)
```

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[brd6/notion-sdk-php

Notion SDK for PHP

5918.0k](/packages/brd6-notion-sdk-php)[wordpress/php-ai-client

A provider agnostic PHP AI client SDK to communicate with any generative AI models of various capabilities using a uniform API.

26236.6k14](/packages/wordpress-php-ai-client)[phpro/http-tools

HTTP tools for developing more consistent HTTP implementations.

28137.8k](/packages/phpro-http-tools)[dhope0000/lxd

PHP-based API wrapper for LXD REST API.

136.2k](/packages/dhope0000-lxd)[apigee/apigee-client-php

Client library for connecting to the Apigee Edge API.

27558.7k3](/packages/apigee-apigee-client-php)

PHPackages © 2026

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