PHPackages                             lolprosgg/seraphp - 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. lolprosgg/seraphp

ActiveLibrary[API Development](/categories/api)

lolprosgg/seraphp
=================

Wrapper around Riot Games APIs.

0.0.5(3y ago)06MITPHPPHP &gt;=8.1

Since Apr 4Pushed 2y ago1 watchersCompare

[ Source](https://github.com/SpireGG/seraphp)[ Packagist](https://packagist.org/packages/lolprosgg/seraphp)[ RSS](/packages/lolprosgg-seraphp/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (19)Versions (7)Used By (0)

SeraPHPhine [![codecov](https://camo.githubusercontent.com/7dbbacb8bfe6d1043b99a68d461d157540c600965b656d80d783c27f0f8e3c98/68747470733a2f2f636f6465636f762e696f2f67682f537069726547472f736572617068702f6272616e63682f6d61696e2f67726170682f62616467652e7376673f746f6b656e3d47364e32485142494d34)](https://codecov.io/gh/SpireGG/seraphp)
=========================================================================================================================================================================================================================================================================================================================================

[](#seraphphine-)

PHP wrapper around Riot Games APIs.

### Features

[](#features)

- 🎉 PSR-18 &amp; PSR-17 compliant - no more dependency on one specific HTTP Client!
- 🎉 Dependency-injection first - easy usage with all modern frameworks!
- 🎉 GitHub Actions for Quality Assurance - it just works!
- 🎉 Single Responsibility - only API communication inside!

Getting started
---------------

[](#getting-started)

SeraPHPhine is available via [Composer](https://getcomposer.org/). It does not implement HTTP Client on its own and uses PSR-17 and PSR-18 abstraction so you are free to choose any HTTP Client you want.

```
composer require simivar/riot-php symfony/http-client nyholm/psr7

```

APIs Coverage
-------------

[](#apis-coverage)

> ⚠️ APIs that have their names strikethrough are deprecated and will be removed.

APIDocsStatusAccount v1[docs](https://developer.riotgames.com/apis#account-v1)100%Champion Mastery v4[docs](https://developer.riotgames.com/apis#champion-mastery-v4)100%Champion v3[docs](https://developer.riotgames.com/apis#champion-v3)100%Clash v1[docs](https://developer.riotgames.com/apis#clash-v1)100%League Exp v4[docs](https://developer.riotgames.com/apis#league-exp-v4)100%League v4[docs](https://developer.riotgames.com/apis#league-v4)100%LOL Challenges v1[docs](https://developer.riotgames.com/apis#lol-challenges-v1)0%LOL Status v3[docs](https://developer.riotgames.com/apis#lol-status-v3)100%LOL Status v4[docs](https://developer.riotgames.com/apis#lol-status-v4)100%LOR Deck v1[docs](https://developer.riotgames.com/apis#lor-deck-v1)0%LOR Inventory v1[docs](https://developer.riotgames.com/apis#lor-inventory-v1)0%LOR Match v1[docs](https://developer.riotgames.com/apis#lor-match-v1)100%LOR Ranked v1[docs](https://developer.riotgames.com/apis#lor-ranked-v1)100%LOR Status v1[docs](https://developer.riotgames.com/apis#lor-status-v1)100%Match v5[docs](https://developer.riotgames.com/apis#match-v5)100%Spectator v4[docs](https://developer.riotgames.com/apis#spectator-v4)100%Spectator v5[docs](https://developer.riotgames.com/apis#spectator-v5)100%Summoner v4[docs](https://developer.riotgames.com/apis#summoner-v4)100%TFT League v1[docs](https://developer.riotgames.com/apis#tft-league-v1)100%TFT Match v1[docs](https://developer.riotgames.com/apis#tft-match-v1)100%TFT Summoner v1[docs](https://developer.riotgames.com/apis#tft-summoner-v1)100%Third Party Code v4[docs](https://developer.riotgames.com/apis#third-party-code-v4)100%Tournament Stub v5[docs](https://developer.riotgames.com/apis#tournament-stub-v5)0%Tournament v5[docs](https://developer.riotgames.com/apis#tournament-v5)0%VAL Content v1[docs](https://developer.riotgames.com/apis#val-content-v1)100%VAL Match v1[docs](https://developer.riotgames.com/apis#val-match-v1)0%VAL Ranked v1[docs](https://developer.riotgames.com/apis#val-ranked-v1)0%VAL Status v1[docs](https://developer.riotgames.com/apis#val-status-v1)0%-----------------------------------------------------------------------------------------------Usage
=====

[](#usage)

```
