PHPackages                             stadar/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. stadar/sdk

ActiveLibrary[API Development](/categories/api)

stadar/sdk
==========

PHP SDK for the stadar.net esports data API.

0.1.0(3w ago)00Apache-2.0PHPPHP ^8.1

Since May 17Pushed 3w agoCompare

[ Source](https://github.com/GsiorX/stadar-php)[ Packagist](https://packagist.org/packages/stadar/sdk)[ Docs](https://stadar.net)[ RSS](/packages/stadar-sdk/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependencies (2)Versions (2)Used By (0)

stadar/sdk — PHP SDK for the esports-api
========================================

[](#stadarsdk--php-sdk-for-the-esports-api)

Auto-generated from [the OpenAPI 3.1 spec](https://api.stadar.net/v1/openapi.yaml) via `openapi-generator`. PHP 8.1+.

Install
-------

[](#install)

```
composer require stadar/sdk
```

Use
---

[](#use)

```
use Stadar\Sdk\Api\GamesApi;
use Stadar\Sdk\Extra\FromEnv;

$config = FromEnv::configuration();   // reads STADAR_API_KEY
$games = new GamesApi(null, $config);
$list = $games->listGames();
```

Webhook signature verification
------------------------------

[](#webhook-signature-verification)

```
use Stadar\Sdk\Extra\Webhooks;

$body = file_get_contents('php://input');
if (!Webhooks::verify($body, $_SERVER['HTTP_X_STADAR_SIGNATURE'] ?? '', getenv('STADAR_WEBHOOK_SECRET') ?: '')) {
    http_response_code(401);
    exit;
}
```

Publishing
----------

[](#publishing)

[Packagist](https://packagist.org/packages/stadar/sdk) auto-syncs from the GitHub repo on every release. No CI step required after first registration.

Regenerating
------------

[](#regenerating)

```
scripts/generate-sdks.sh
```

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance95

Actively maintained with recent releases

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity32

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

23d ago

### Community

Maintainers

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

---

Top Contributors

[![GsiorX](https://avatars.githubusercontent.com/u/1670635?v=4)](https://github.com/GsiorX "GsiorX (1 commits)")

---

Tags

apisdkesportsLoLpolarcs2dota2stadar

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/stadar-sdk/health.svg)

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

###  Alternatives

[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3751.2M45](/packages/tencentcloud-tencentcloud-sdk-php)[resend/resend-php

Resend PHP library.

596.2M34](/packages/resend-resend-php)[checkout/checkout-sdk-php

Checkout.com SDK for PHP

563.5M10](/packages/checkout-checkout-sdk-php)[clicksend/clicksend-php

351.6M11](/packages/clicksend-clicksend-php)[mozex/anthropic-laravel

Laravel integration for the Anthropic API: facade, config publishing, install command, testing fakes, messages, streaming, tool use, thinking, and batches.

74287.1k1](/packages/mozex-anthropic-laravel)

PHPackages © 2026

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