PHPackages                             npldevfr/liquipedia-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. npldevfr/liquipedia-client

ActiveLibrary[API Development](/categories/api)

npldevfr/liquipedia-client
==========================

A PHP client for the Liquipedia v3 API

1.2.0(2y ago)5860MITPHPPHP ^8.2.0

Since Jan 29Pushed 2y agoCompare

[ Source](https://github.com/npldevfr/liquipedia-client)[ Packagist](https://packagist.org/packages/npldevfr/liquipedia-client)[ RSS](/packages/npldevfr-liquipedia-client/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (6)Versions (3)Used By (0)

[![](./docs/images/dark.png#gh-dark-mode-only)](./docs/images/dark.png#gh-dark-mode-only)[![](./docs/images/light.png#gh-light-mode-only)](./docs/images/light.png#gh-light-mode-only)

### Liquipedia PHP Client

[](#liquipedia-php-client)

An unofficial PHP client for the [Liquipedia](https://liquipedia.net) API.

[![Latest Version on Packagist](https://camo.githubusercontent.com/9c290d2c4f356144a157be4b115c38341602ea72762a17e202da92de9a700250/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6e706c64657666722f6c6971756970656469612d636c69656e742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/npldevfr/liquipedia-client)[![Tests](https://camo.githubusercontent.com/0bc623ff7784d6a1f48e38376c0165875ddbceb297a2e9df534fbd39b277ef9e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6e706c64657666722f6c6971756970656469612d636c69656e742f74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/npldevfr/liquipedia-client/actions/workflows/run-tests.yml)[![Total Downloads](https://camo.githubusercontent.com/9401f5b848eb591e768808bd05b02a7cb42466fd4561eff7671949c3262a783b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6e706c64657666722f6c6971756970656469612d636c69656e742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/npldevfr/liquipedia-client)

✨ Features
----------

[](#-features)

👌 Easy to use
🔥 Supports all Liquipedia API endpoints
🔨 Custom query builder
🧩 Extensible
📚 Well documented
🧪 Tested

📦 Installation
--------------

[](#-installation)

Supports PHP &gt;= 8.2

```
composer require npldevfr/liquipedia-client
```

🚀 Usage
-------

[](#-usage)

```
use Npldevfr\Liquipedia\ConditionsBuilder;
use Npldevfr\Liquipedia\Liquipedia;
use Npldevfr\Liquipedia\Meta\Endpoint;
use Npldevfr\Liquipedia\Meta\Wiki;

$liquipediaSdk = new Liquipedia('your-api-key');

// Get the last 10 matches of Team Liquid
$matches = $liquipediaSdk->query()
        ->endpoint(Endpoint::MATCHES)
        ->wikis(Wiki::LEAGUE_OF_LEGENDS)
        ->rawConditions('[[opponent::Team Liquid]]')
        ->limit(10)
        ->orderBy('date', 'desc')
        ->get()
    );
```

🛠️ Development
--------------

[](#️-development)

```
git clone https://github.com/npldevfr/liquipedia-client
composer install

composer test
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

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 ~0 days

Total

2

Last Release

830d ago

Major Versions

v0.5 → 1.2.02024-01-30

### Community

Maintainers

![](https://www.gravatar.com/avatar/90203c63c5448d2fad4906bb2cd933cd679f577ff66fe61a2b4a4309647be178?d=identicon)[npldevfr](/maintainers/npldevfr)

---

Top Contributors

[![npldevfr](https://avatars.githubusercontent.com/u/75085249?v=4)](https://github.com/npldevfr "npldevfr (52 commits)")

---

Tags

apiclientesportsliquipediaphpphpapiclientmediawikiliquipedia

###  Code Quality

TestsPest

Static AnalysisPHPStan, Rector

Code StyleLaravel Pint

Type Coverage Yes

### Embed Badge

![Health badge](/badges/npldevfr-liquipedia-client/health.svg)

```
[![Health](https://phpackages.com/badges/npldevfr-liquipedia-client/health.svg)](https://phpackages.com/packages/npldevfr-liquipedia-client)
```

###  Alternatives

[openai-php/laravel

OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with the Open AI API

3.7k7.6M74](/packages/openai-php-laravel)[kunalvarma05/dropbox-php-sdk

Dropbox PHP API V2 SDK (Unofficial)

3633.0M18](/packages/kunalvarma05-dropbox-php-sdk)[resend/resend-php

Resend PHP library.

564.7M21](/packages/resend-resend-php)[mozex/anthropic-laravel

Anthropic PHP for Laravel is a supercharged PHP API client that allows you to interact with the Anthropic API

71226.4k1](/packages/mozex-anthropic-laravel)[picqer/sendcloud-php-client

A PHP Client for the SendCloud API

45400.4k1](/packages/picqer-sendcloud-php-client)[sima-land/api-php-client

Client library for Simaland APIs

311.5k](/packages/sima-land-api-php-client)

PHPackages © 2026

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