PHPackages                             sportic/itra-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. sportic/itra-client

ActiveLibrary[API Development](/categories/api)

sportic/itra-client
===================

Itra API Client implementation for php

1.0.2(2y ago)244MITPHPPHP ^7.4|^8.0

Since Nov 10Pushed 2y ago1 watchersCompare

[ Source](https://github.com/sportic/itra-client)[ Packagist](https://packagist.org/packages/sportic/itra-client)[ RSS](/packages/sportic-itra-client/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (5)Versions (4)Used By (0)

SPORTIC ITRA API
================

[](#sportic-itra-api)

[![Latest Stable Version](https://camo.githubusercontent.com/9982f1b185cb9bf9a16fbca700dd0f6eaf118a88efef681e6f599e94ec03e663/68747470733a2f2f706f7365722e707567782e6f72672f73706f727469632f697472612d636c69656e742f762f737461626c652e737667)](https://packagist.org/packages/sportic/itra-client)[![Total Downloads](https://camo.githubusercontent.com/51ddb9b59e7a0ef8dc50d400996450b02632258f6a6e7853785c33eedeb427f7/68747470733a2f2f706f7365722e707567782e6f72672f73706f727469632f697472612d636c69656e742f646f776e6c6f6164732e737667)](https://packagist.org/packages/sportic/itra-client)[![License](https://camo.githubusercontent.com/f5652af8b69dde39a2d345afbf5541f0b7e91969d6faa9a3c125198b80cc134f/68747470733a2f2f706f7365722e707567782e6f72672f73706f727469632f697472612d636c69656e742f6c6963656e73652e737667)](https://packagist.org/packages/sportic/itra-client)[![Code Coverage](https://camo.githubusercontent.com/f609f7c7a291eda3843ef88d9e75d28aac682a34c5cab6640251ef2e1f15561a/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f73706f727469632f697472612d636c69656e742f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/r/sportic/itra-client?branch=master)

Composer
--------

[](#composer)

You can install the bindings via [Composer](http://getcomposer.org/). Run the following command:

```
composer require sportic/itra-client
```

To use the bindings, use Composer's [autoload](https://getcomposer.org/doc/01-basic-usage.md#autoloading):

```
require_once('vendor/autoload.php');
```

Getting Started
---------------

[](#getting-started)

Simple usage looks like:

```
$client = new \Sportic\Itra\ItraClient();
$client->setAuthToken('ITRA_AUTH_TOKEN');

$result = $client->runnerlist()->find(\Sportic\Itra\RunnerList\RunnerListRequest::fromArray([
            'RunnerID' => 2704,
        ]));

$athlete = $return->getFirstResult();
echo $athlete->getId();
echo $athlete->getFirstName();
echo $athlete->getLastName();
echo $athlete->getPerformanceIndex();
```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 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

Every ~212 days

Total

3

Last Release

908d ago

### Community

Maintainers

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

---

Top Contributors

[![gabrielsolomon](https://avatars.githubusercontent.com/u/17990591?v=4)](https://github.com/gabrielsolomon "gabrielsolomon (7 commits)")

### Embed Badge

![Health badge](/badges/sportic-itra-client/health.svg)

```
[![Health](https://phpackages.com/badges/sportic-itra-client/health.svg)](https://phpackages.com/packages/sportic-itra-client)
```

###  Alternatives

[mollie/mollie-api-php

Mollie API client library for PHP. Mollie is a European Payment Service provider and offers international payment methods such as Mastercard, VISA, American Express and PayPal, and local payment methods such as iDEAL, Bancontact, SOFORT Banking, SEPA direct debit, Belfius Direct Net, KBC Payment Button and various gift cards such as Podiumcadeaukaart and fashioncheque.

60216.0M85](/packages/mollie-mollie-api-php)[moonshine/moonshine

Laravel administration panel

1.3k253.1k81](/packages/moonshine-moonshine)[intercom/intercom-php

Intercom API client.

30421.4M26](/packages/intercom-intercom-php)[aimeos/ai-admin-graphql

Aimeos Admin GraphQL API extension

1.0k110.0k7](/packages/aimeos-ai-admin-graphql)[cloudcreativity/laravel-json-api

JSON API (jsonapi.org) support for Laravel applications.

7851.1M5](/packages/cloudcreativity-laravel-json-api)[kirschbaum-development/laravel-openapi-validator

Automatic OpenAPI validation for Laravel HTTP tests

581.3M5](/packages/kirschbaum-development-laravel-openapi-validator)

PHPackages © 2026

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