PHPackages                             jbulowski/faceit-php-sdk - 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. jbulowski/faceit-php-sdk

ActiveLibrary[API Development](/categories/api)

jbulowski/faceit-php-sdk
========================

A PHP wrapper for Faceit's API.

11.1kPHP

Since Dec 12Pushed 6y ago1 watchersCompare

[ Source](https://github.com/jbulowski/faceit-php-sdk)[ Packagist](https://packagist.org/packages/jbulowski/faceit-php-sdk)[ RSS](/packages/jbulowski-faceit-php-sdk/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Documentation
=============

[](#documentation)

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

[](#installation)

`composer require jbulowski/faceit-php-sdk`

Initialization
--------------

[](#initialization)

```
$faceit = new FaceitClient\FaceitClient([
    'api_key' => 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx'
]);

```

Endpoints
---------

[](#endpoints)

#### Championships ✓

[](#championships-)

Click to expand**details**

`$championship = $faceit->championship('id')->details([array $additional_request_parameters]);`

**matches**

`$championship_matches = $faceit->championship('id')->matches([array $additional_request_parameters]);`

**subscriptions**

`$championship_subscriptions = $faceit->championship('id')->subscriptions([array $additional_request_parameters]);`

#### Games ✓

[](#games-)

Click to expand**games**

`$games = $faceit->games()->details([array $additional_request_parameters]);`

**game**

`$game = $faceit->games()->game('game');`

**parent**

`$game_parent = $faceit->games()->parenOf('game');`

#### Hubs ✓

[](#hubs-)

Click to expand**details**

`$hub_details = $faceit->hubs('id')->details();`

**matches**

`$hub_matches = $faceit->hubs('id')->matches();`

**members**

`$hub_members = $faceit->hubs('id')->members();`

**roles**

`$hub_roles = $faceit->hubs('id')->roles();`

**rules**

`$hub_rules = $faceit->hubs('id')->rules();`

**stats**

`$hub_stats = $faceit->hubs('id')->stats();`

#### Leaderboards

[](#leaderboards)

#### Matches ✓

[](#matches-)

Click to expand**details**

`$match = $faceit->matches('id')->details();`

**stats**

`$stats = $faceit->matches('id')->stats();`

#### Organizers

[](#organizers)

#### Players ✓

[](#players-)

Click to expand**details**

`$player = $faceit->players('id')->details();`

**history**

`$player_history = $faceit->players('id')->history('csgo'[, array $additional_request_parameters]);`

**hubs**

`$player_hubs = $faceit->players('id')->hubs([array $additional_request_parameters]);`

**stats**

`$player_stats = $faceit->players('id')->stats('csgo');`

**tournaments**

`$player_tournaments = $faceit->players('id')->tournaments([array $additional_request_parameters]);`

#### Rankings ✓

[](#rankings-)

Click to expand**global ranking**

`$global_ranking = $faceit->rankings()->game('csgo')->region('EU')->details([array $additional_request_parameters]);`

**player ranking**

`$player_ranking = $faceit->rankings()->game('id')->region('region')->player('id' [, array $additional_request_parameters]);`

#### Search ✓

[](#search-)

Click to expand**championships**

`$championships = $faceit->search()->championships('name' [, array $additional_request_parameters]);`

**hubs**

`$hubs = $faceit->search()->hubs('name' [, array $additional_request_parameters]);`

**organizers**

`$organizers = $faceit->search()->organizers('name' [, array $additional_request_parameters]);`

**players**

`$players = $faceit->search()->players('nickname' [, array $additional_request_parameters]);`

**teams**

`$teams = $faceit->search()->teams('nickname' [, array $additional_request_parameters]);`

**tournaments**

`$tournaments = $faceit->search()->tournaments('name' [, array $additional_request_parameters]);`

#### Teams ✓

[](#teams-)

Click to expand**details**

`$team_details = $faceit->teams('id')->details();`

**stats**

`$team_stats = $faceit->teams('id')->stats('csgo');`

**tournaments**

`$team_tournaments = $faceit->teams('id')->tournaments([array $additional_request_parameters]);`

#### Tournaments ✓

[](#tournaments-)

Click to expand**tournaments**

`$tournaments = $faceit->tournaments()->all();`

**details**

`$tournament_details = $faceit->tournaments()->tournament('id');`

**brackets**

`$tournament_brackets = $faceit->tournaments()->brackets('id');`

**matches**

`$tournament_matches = $faceit->tournaments()->matches('id');`

**teams**

`$tournament_teams = $faceit->tournaments()->teams('id');`

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity35

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/51097945?v=4)[jbulowski](/maintainers/jbulowski)[@jbulowski](https://github.com/jbulowski)

---

Top Contributors

[![jbulowski](https://avatars.githubusercontent.com/u/51097945?v=4)](https://github.com/jbulowski "jbulowski (18 commits)")

### Embed Badge

![Health badge](/badges/jbulowski-faceit-php-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/jbulowski-faceit-php-sdk/health.svg)](https://phpackages.com/packages/jbulowski-faceit-php-sdk)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k13](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

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