PHPackages                             speedybrain/kongregate - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. speedybrain/kongregate

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

speedybrain/kongregate
======================

A simple helper to communicate with the Kongregate Server Side API

1.0.1(7y ago)016GPL-3.0PHPPHP ^5.3.3 || ^7.0

Since Sep 14Pushed 7y agoCompare

[ Source](https://github.com/SpeedyBrain/Kongregate)[ Packagist](https://packagist.org/packages/speedybrain/kongregate)[ RSS](/packages/speedybrain-kongregate/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (2)DependenciesVersions (3)Used By (0)

Kongregate API
==============

[](#kongregate-api)

This is a simple helper to communicate with the [Kongregate Server Side API](https://docs.kongregate.com/docs/server-side-http) via PHP.

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

[](#installation)

Install the latest version with

```
$ composer require speedybrain/kongregate
```

Usage
-----

[](#usage)

composer require speedybrain/kongregate

The [Kongregate](src/SpeedyBrain/Kongregate/Kongregate.php) Class has a static function for every Server Side API Endpoint, so there is no need to create an object. Every function will return an instance of [HttpResponse](src/SpeedyBrain/Kongregate/HttpResponse.php)

**Example 'High Scores'**

```
use SpeedyBrain\Kongregate\Kongregate;

$response = Kongregate::highscores('weekly',22544);

if($response->success())
{
  $highscores = $response->parsedBody();
}
```

About
-----

[](#about)

### License

[](#license)

This package is licensed under the GPL-3.0 License - see the [LICENSE](LICENSE) file for details.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity58

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

Total

2

Last Release

2756d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/37880943?v=4)[Thomas Müller](/maintainers/SpeedyBrain)[@SpeedyBrain](https://github.com/SpeedyBrain)

---

Top Contributors

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

---

Tags

helperkongregate

### Embed Badge

![Health badge](/badges/speedybrain-kongregate/health.svg)

```
[![Health](https://phpackages.com/badges/speedybrain-kongregate/health.svg)](https://phpackages.com/packages/speedybrain-kongregate)
```

###  Alternatives

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M687](/packages/barryvdh-laravel-ide-helper)[bryanjhv/slim-session

Session middleware and helper for Slim framework 4.

233961.5k16](/packages/bryanjhv-slim-session)[laravelista/ekko

Framework agnostic PHP package for marking navigation items active.

278673.4k4](/packages/laravelista-ekko)[beste/json

A simple JSON helper to decode and encode JSON

4222.7M3](/packages/beste-json)[chillerlan/php-settings-container

A container class for immutable settings objects. Not a DI container.

3427.3M21](/packages/chillerlan-php-settings-container)[kartik-v/yii2-helpers

A collection of useful helper functions for Yii Framework 2.0

883.0M29](/packages/kartik-v-yii2-helpers)

PHPackages © 2026

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