PHPackages                             yaroslavche/sportradar-php-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. yaroslavche/sportradar-php-client

ActiveProject[API Development](/categories/api)

yaroslavche/sportradar-php-client
=================================

SportRadar PHP client

03PHP

Since Feb 21Pushed 2y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

> Sportradar’s APIs are B2B (Business-to-Business) and are not intended to be called directly from a client application. The expectation is that you pull from our APIs, store the data, and then serve it directly to your customers. [Link](https://developer.sportradar.com/docs/read/Home#faqs)

### Dependencies

[](#dependencies)

```
php >=8.1
symfony/http-client ^6.3
symfony/cache ^6.3

```

### API Client

[](#api-client)

\[ \] Formula 1 V1 \[X\] Formula 1 V2

### Example

[](#example)

```
use SR\ApiClientFactory;
use SR\Exception\ApiClientExceptionInterface;
use Symfony\Component\Cache\Adapter\FilesystemAdapter;
use Symfony\Contracts\HttpClient\ResponseInterface;

$apiClientFactory = new ApiClientFactory(apiKey: 'your-api-key', cache: new FilesystemAdapter());
try {
    $formula1V2Client = $apiClientFactory->createFormula1Client();
    /** @var ResponseInterface $response */
    $response = $formula1V2Client->competitorMergeMappings();
    $response = $formula1V2Client->competitorProfile(competitorId: 'sr:competitor:178318');
    $response = $formula1V2Client->deletedStages(stageId: 'sr:stage:1031201');
    $response = $formula1V2Client->seasons();
    $response = $formula1V2Client->stageProbabilities(stageId: 'sr:stage:1031201');
    $response = $formula1V2Client->stageSchedule(stageId: 'sr:stage:1031201');
    $response = $formula1V2Client->stageSummary(stageId: 'sr:stage:1031201');
} catch (ApiClientExceptionInterface $exception) {
}
```

###  Health Score

13

—

LowBetter than 1% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity19

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://www.gravatar.com/avatar/80d441ea3e7e3af7a7b05d211a295ad074951871134227b4f125e3da10f24651?d=identicon)[yaroslavche](/maintainers/yaroslavche)

---

Top Contributors

[![yaroslavche](https://avatars.githubusercontent.com/u/17838239?v=4)](https://github.com/yaroslavche "yaroslavche (14 commits)")

### Embed Badge

![Health badge](/badges/yaroslavche-sportradar-php-client/health.svg)

```
[![Health](https://phpackages.com/badges/yaroslavche-sportradar-php-client/health.svg)](https://phpackages.com/packages/yaroslavche-sportradar-php-client)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M478](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M271](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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