PHPackages                             zubat/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. [API Development](/categories/api)
4. /
5. zubat/challonge-laravel

ActiveLibrary[API Development](/categories/api)

zubat/challonge-laravel
=======================

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

1.0.3(3y ago)08MITPHP

Since Oct 1Pushed 3y agoCompare

[ Source](https://github.com/ZUBAT/ChallongeLaravel)[ Packagist](https://packagist.org/packages/zubat/challonge-laravel)[ RSS](/packages/zubat-challonge-laravel/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (1)Versions (5)Used By (0)

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

[](#challongelaravel)

Package for interfacing with the [Challonge](http://api.challonge.com/v1) API with Laravel 5.x

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

[](#installation)

`composer require ZUBAT/Challonge-laravel`

add `CHALLONGE_KEY=` to your .env

update your config\\app.php

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

Facade `		 'Challonge' => 'ZUBAT\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]);
			}

```

TODO
----

[](#todo)

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

ZUBAT - [zubat.ru](https://zubat.ru)Forked from - [interludic.com.au](https://interludic.com.au)

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~369 days

Total

4

Last Release

1307d ago

### Community

Maintainers

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

---

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)")[![ZUBAT](https://avatars.githubusercontent.com/u/10541834?v=4)](https://github.com/ZUBAT "ZUBAT (7 commits)")[![xKairu](https://avatars.githubusercontent.com/u/169433509?v=4)](https://github.com/xKairu "xKairu (2 commits)")

### Embed Badge

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

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

###  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)
