PHPackages                             interludic/challonge-laravel - 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. interludic/challonge-laravel

ActiveLibrary

interludic/challonge-laravel
============================

Unofficial API to interface with the bracket generator Challonge from Laravel.

v1.0.4(8y ago)2481MITPHP

Since Dec 16Pushed 5y agoCompare

[ Source](https://github.com/interludic/ChallongeLaravel)[ Packagist](https://packagist.org/packages/interludic/challonge-laravel)[ RSS](/packages/interludic-challonge-laravel/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (2)Dependencies (1)Versions (7)Used By (0)

ChallongeLaravel
================

[](#challongelaravel)

Package for interfacing with the \[Challonge\] API with Laravel 5.x

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

[](#installation)

`composer require interludic/challonge-laravel`

add `CHALLONGE_KEY=` to your .env

update your config\\app.php

Providers `   	Interludic\Challonge\ChallongeServiceProvider::class,`

Facade `		 'Challonge' => 'Interludic\Challonge\Facades\Challonge'`

Usage
-----

[](#usage)

```

	try {
				$comp = Challonge::getTournament($challongeId);
				if((!empty($comp)) && (($comp->state == "complete") || ($comp->state == "underway") || ($comp->state == "group_stages_underway"))){
					$standings = Challonge::getStandings($challongeId);
					// $standings['progress'] //Progress of group stage
				}
			} catch (Exception $e) {
				Log::warning('Challonge failed to load standings!', ['challonge'=>$challongeId]);
			}

```

[![Example leaderboard / standings](https://camo.githubusercontent.com/3074cff490d055eeb79b4c67ea12ffa4f988dc13ea067646b3af2ec265e9d7b9/687474703a2f2f696e7465726c756469632e636f6d2e61752f6173736574732f696d672f706f7274666f6c696f2f6c6561646572626f6172642e6a7067 "Example leaderboard / standings")](https://camo.githubusercontent.com/3074cff490d055eeb79b4c67ea12ffa4f988dc13ea067646b3af2ec265e9d7b9/687474703a2f2f696e7465726c756469632e636f6d2e61752f6173736574732f696d672f706f7274666f6c696f2f6c6561646572626f6172642e6a7067)

TODO
----

[](#todo)

- Config Settings
- Add support for more than 1 group stage

Interludic - [interludic.com.au](https://interludic.com.au)Forked from - [team-reflex.com](https://team-reflex.com)\[Challonge\]:

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 56.5% 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 ~141 days

Total

5

Last Release

3237d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/41ff4d7701be1b8ffe4e36183da97f8b262e0b8df08c7f9da73eb34137e71ee7?d=identicon)[HarryBosh](/maintainers/HarryBosh)

---

Top Contributors

[![kylekz](https://avatars.githubusercontent.com/u/450516?v=4)](https://github.com/kylekz "kylekz (13 commits)")[![interludic](https://avatars.githubusercontent.com/u/6327261?v=4)](https://github.com/interludic "interludic (8 commits)")[![xKairu](https://avatars.githubusercontent.com/u/169433509?v=4)](https://github.com/xKairu "xKairu (2 commits)")

### Embed Badge

![Health badge](/badges/interludic-challonge-laravel/health.svg)

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

###  Alternatives

[neuron-core/neuron-ai

The PHP Agentic Framework.

1.8k245.3k21](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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