PHPackages                             douglasdc3/kong - 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. douglasdc3/kong

AbandonedArchivedLibrary[API Development](/categories/api)

douglasdc3/kong
===============

A Kong API Manager Admin client. Includes Laravel integration.

v1.5.0(3y ago)2614.1k↑25%14[1 issues](https://github.com/Douglasdc3/laravel-kong/issues)MITPHPPHP ^7.0|^8.0

Since Apr 21Pushed 3y ago1 watchersCompare

[ Source](https://github.com/Douglasdc3/laravel-kong)[ Packagist](https://packagist.org/packages/douglasdc3/kong)[ RSS](/packages/douglasdc3-kong/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (9)Dependencies (6)Versions (18)Used By (0)

A Kong Admin Client for laravel apps
====================================

[](#a-kong-admin-client-for-laravel-apps)

This is laravel package that allows you to integrate with [kong](https://getkong.org). An open source API manager build on NGINX.

Compatibility
=============

[](#compatibility)

Below you'll find package version compatibility with different versions of Kong and supported plugins.

VersionKongJWT pluginACL pluginv1.x1.x / 2.x1.0-x / 2.1-x / 2.2-x1.0-xv0.2.x0.x0.1-x0.1-xInstall
=======

[](#install)

This package requires PHP7.X and Laravel5.6 or higher.

```
composer require douglasdc3/kong
```

Usage
=====

[](#usage)

This library follows Kong's api.

Example request:

```
$kong = new Kong(new HttpClient('http://localhost:8001'));
$consumer = new Consumer(['username' => 'johndoe', 'custom_id' => 123]);
// Creating a new Consumer & add user to admin acl group in kong
$kong->consumers()->create($consumer)->acl()->create('admin');
```

Planned development
===================

[](#planned-development)

- Missing plugins.
- More tests.

Testing &amp; local development
===============================

[](#testing--local-development)

The integration test use docker behind the scenes. Run the tests with:

```
vendor/bin/phpunit
```

###  Health Score

42

—

FairBetter than 88% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity37

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity77

Established project with proven stability

 Bus Factor1

Top contributor holds 72.6% 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 ~115 days

Recently: every ~162 days

Total

17

Last Release

1146d ago

Major Versions

0.2.3 → 1.0.02019-08-10

PHP version history (2 changes)0.1.2PHP ^7.0

v1.3.0PHP ^7.0|^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/913c49cf2a71127998eb986a68d8dd81f3a9a96e5a4f9b063066a2b5c2a99a28?d=identicon)[Douglasdc3](/maintainers/Douglasdc3)

---

Top Contributors

[![Douglasdc3](https://avatars.githubusercontent.com/u/5066883?v=4)](https://github.com/Douglasdc3 "Douglasdc3 (61 commits)")[![EntonoX](https://avatars.githubusercontent.com/u/13435325?v=4)](https://github.com/EntonoX "EntonoX (8 commits)")[![xpoback](https://avatars.githubusercontent.com/u/4457842?v=4)](https://github.com/xpoback "xpoback (7 commits)")[![martintern](https://avatars.githubusercontent.com/u/13314337?v=4)](https://github.com/martintern "martintern (3 commits)")[![acrosman](https://avatars.githubusercontent.com/u/2972053?v=4)](https://github.com/acrosman "acrosman (3 commits)")[![tsushant](https://avatars.githubusercontent.com/u/17787508?v=4)](https://github.com/tsushant "tsushant (1 commits)")[![raphaelpaez](https://avatars.githubusercontent.com/u/69905648?v=4)](https://github.com/raphaelpaez "raphaelpaez (1 commits)")

---

Tags

kongkong-apilaravelphpapilaravelgatewaykong

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/douglasdc3-kong/health.svg)

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[simplestats-io/laravel-client

Server-side analytics for Laravel that follows the full funnel from visit to registration to payment, attributed to the channel that drove it. Revenue, MRR, churn and ad-spend profit (ROAS/CAC) per channel. GDPR compliant, ad-blocker proof.

5022.0k](/packages/simplestats-io-laravel-client)[spatie/laravel-health

Monitor the health of a Laravel application

87512.0M166](/packages/spatie-laravel-health)[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M199](/packages/laravel-ai)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9762.4M131](/packages/roots-acorn)[defstudio/telegraph

A laravel facade to interact with Telegram Bots

816333.9k3](/packages/defstudio-telegraph)

PHPackages © 2026

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