PHPackages                             team-reflex/paladins-api - 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. team-reflex/paladins-api

AbandonedArchivedLibrary[API Development](/categories/api)

team-reflex/paladins-api
========================

Easy access to the Hi-Rez Studios API for Paladins

v1.2.6(8y ago)97.5k1[2 issues](https://github.com/teamreflex/PaladinsPHP/issues)[1 PRs](https://github.com/teamreflex/PaladinsPHP/pulls)LGPL-3.0-or-laterPHPPHP &gt;=5.4.0

Since Dec 21Pushed 8y ago2 watchersCompare

[ Source](https://github.com/teamreflex/PaladinsPHP)[ Packagist](https://packagist.org/packages/team-reflex/paladins-api)[ Docs](https://github.com/teamreflex/PaladinsPHP)[ RSS](/packages/team-reflex-paladins-api/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (7)Dependencies (4)Versions (8)Used By (0)

PaladinsPHP
===========

[](#paladinsphp)

A simple object-oriented approach to data in the Paladins API (a game from Hi-Rez Studios).

For more information about the Paladins API, refer to the [official API documentation](https://docs.google.com/document/d/1OFS-3ocSx-1Rvg4afAnEHlT3917MAK_6eJTR6rzr-BM/).

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

[](#requirements)

- PHP 5.4 or greater
- DevID and AuthKey from Hi-Rez (submit [this form](https://fs12.formsite.com/HiRez/form48/secure_index.html))

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

[](#installation)

```
$ composer require team-reflex/paladins-api

```

Usage
-----

[](#usage)

```
// Create api
$api = new Reflex\Paladins\API(DEV_ID, AUTH_KEY);

// optional session caching via many providers
// see https://github.com/onoi/cache/
$api->useCache(new \Onoi\Cache\ZendCache($zendCacheThing));
$api->useCache(new \Onoi\Cache\DoctrineCache($doctrineCacheThing));
$api->useCache(new \Onoi\Cache\MediaWikiCache(wfGetCache(CACHE_ANYTHING)));

// returns objects by default
$api->preferredFormat('array');
// will now return assoc arrays

// returns english language gods and item names by default
$api->preferredLanguage('es');
// use IETF language tag to select language
// (latin america becomes es-419)

// get player info
$playerData = $api->getplayer($playerName);

// get info on silver 3 ladder in season 4
$ladderData = $api->getleagueleaderboard('Conquest5v5', 'Silver3', 4);
```

Laravel Cache
-------------

[](#laravel-cache)

We have an Illuminate driver for onoi/cache found here:

Contributing
------------

[](#contributing)

1. Fork
2. `git clone`
3. `composer install`
4. Hack
5. Confirm (and write new) passing tests: `vendor/bin/phpunit`
6. Submit pull request

License
-------

[](#license)

Copyright 2015 Curse, Inc.

Free for you to use under LGPLv3. See [LICENSE](LICENSE) for an abundance of words.

###  Health Score

33

—

LowBetter than 74% of packages

Maintenance16

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 65% 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 ~70 days

Recently: every ~58 days

Total

7

Last Release

3001d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8c4b542cd7b5f3a4f3587cbb2ffe26e815b3c9aa9892c04fc5d93ec8d0db5d5e?d=identicon)[Kairu](/maintainers/Kairu)

---

Top Contributors

[![kylekz](https://avatars.githubusercontent.com/u/450516?v=4)](https://github.com/kylekz "kylekz (13 commits)")[![Alexia](https://avatars.githubusercontent.com/u/248632?v=4)](https://github.com/Alexia "Alexia (2 commits)")[![Telshin](https://avatars.githubusercontent.com/u/2019215?v=4)](https://github.com/Telshin "Telshin (2 commits)")[![xKairu](https://avatars.githubusercontent.com/u/169433509?v=4)](https://github.com/xKairu "xKairu (2 commits)")[![noahm](https://avatars.githubusercontent.com/u/319485?v=4)](https://github.com/noahm "noahm (1 commits)")

---

Tags

hi-rezpaladinsteam-reflexapigamehirezesportspaladins

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/team-reflex-paladins-api/health.svg)

```
[![Health](https://phpackages.com/badges/team-reflex-paladins-api/health.svg)](https://phpackages.com/packages/team-reflex-paladins-api)
```

###  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)[get-stream/stream-chat

A PHP client for Stream Chat (https://getstream.io/chat/)

301.8M2](/packages/get-stream-stream-chat)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)

PHPackages © 2026

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