PHPackages                             imbue/challonge-php - 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. imbue/challonge-php

ActiveLibrary[API Development](/categories/api)

imbue/challonge-php
===================

Challonge PHP wrapper

0.1.0(8y ago)559[1 issues](https://github.com/imbue/challonge-php/issues)MITPHPPHP &gt;=7.0

Since Apr 9Pushed 4y agoCompare

[ Source](https://github.com/imbue/challonge-php)[ Packagist](https://packagist.org/packages/imbue/challonge-php)[ RSS](/packages/imbue-challonge-php/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (1)Dependencies (1)Versions (3)Used By (0)

Challonge PHP wrapper
=====================

[](#challonge-php-wrapper)

Simple [Challonge](https://api.challonge.com/v1) API wrapper, in PHP.

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

[](#installation)

```
composer require imbue/challonge-php
```

Usage
-----

[](#usage)

```
$challonge = new Challonge('api_key');
```

```
// Retrieve a set of tournaments created with your account.
$tournaments = $challonge->getTournaments();

// Retrieve a single tournament
$tournament = $challonge->getTournament('tournament_id');
```

```
// Create a new tournament
$tourament = $challonge->createTournament([
    'tournament' => [
        'name' => 'Tournament name',
        'url' => 'imbues_new_tournament',
        ...
    ]
]);

// Update an existing tournament
$tournament = $challonge->updateTournament($tournament, [
    'tournament' => [
        'name' => 'New tournament name',
        ...
    ]
]);

// for the full list of available parameters visit: https://api.challonge.com/v1/documents/tournaments/create
```

List of available methods
-------------------------

[](#list-of-available-methods)

### Tournaments

[](#tournaments)

```
getTournaments();
getTournament($tournament);
createTournament($params);
updateTournament($tournament, $params);
deleteTournament($tournament);
```

### Participants

[](#participants)

```
getParticipants($tournament);
getParticipant($tournament. $participant);
createParticipant($tournament, $params);
updateParticipant($tournament, $participant, $params);
randomizeParticipants($tournament);
```

### Matches

[](#matches)

```
getMatches($tournament);
getMatch($tournament, $match);
updateMatch($tournament, $match, $params);
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance16

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

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

2957d ago

### Community

Maintainers

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

---

Tags

apichallongephpwrapper

### Embed Badge

![Health badge](/badges/imbue-challonge-php/health.svg)

```
[![Health](https://phpackages.com/badges/imbue-challonge-php/health.svg)](https://phpackages.com/packages/imbue-challonge-php)
```

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

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