PHPackages                             unikorp/kong-admin-bundle - 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. [Framework](/categories/framework)
4. /
5. unikorp/kong-admin-bundle

ActiveSymfony-bundle[Framework](/categories/framework)

unikorp/kong-admin-bundle
=========================

Kong Admin Bundle for Symfony Projects

28PHP

Since Jan 28Pushed 9y ago3 watchersCompare

[ Source](https://github.com/unikorp/kong-admin-bundle)[ Packagist](https://packagist.org/packages/unikorp/kong-admin-bundle)[ RSS](/packages/unikorp-kong-admin-bundle/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (2)Used By (0)

kong-admin-bundle
=================

[](#kong-admin-bundle)

[![Build Status](https://camo.githubusercontent.com/7d601b6e55a11560d3f1d3d1dfbed1047f67e3756b41865784cd10657826b78c/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f756e696b6f72702f6b6f6e672d61646d696e2d62756e646c652f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/unikorp/kong-admin-bundle/build-status/master)[![Code Coverage](https://camo.githubusercontent.com/1710b97db71c6b29ed9c0f9d7a5b8779b42f5412f50e16589491aed7fe98bbc9/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f756e696b6f72702f6b6f6e672d61646d696e2d62756e646c652f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/unikorp/kong-admin-bundle/?branch=master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/86cf17039c8b2c0a1a882494af2758a55c474882e40953f9eeb967559d9b6bb9/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f756e696b6f72702f6b6f6e672d61646d696e2d62756e646c652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/unikorp/kong-admin-bundle/?branch=master)[![Dependency Status](https://camo.githubusercontent.com/8f167f1a960b9680a860ebfc6c3d227447b51e51a1f2167cab28f0a780f62ed6/68747470733a2f2f646570656e64656e637963692e636f6d2f6769746875622f756e696b6f72702f6b6f6e672d61646d696e2d62756e646c652f6261646765)](https://dependencyci.com/github/unikorp/kong-admin-bundle)[![SensioLabsInsight](https://camo.githubusercontent.com/fe463da4c8b3fe77061ab3a00a90693c7effdd4341569faf0dbbabbf19210004/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f37613165353963622d393363302d346565302d626435362d6233376237636131383931642f6d696e692e706e67)](https://insight.sensiolabs.com/projects/7a1e59cb-93c0-4ee0-bd56-b37b7ca1891d)

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

[](#installation)

### Step 1: Download the Bundle

[](#step-1-download-the-bundle)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

```
$ composer require "unikorp/kong-admin-bundle"
```

This command requires you to have Composer installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)of the Composer documentation.

### Step 2: Enable the Bundle

[](#step-2-enable-the-bundle)

Then, enable the bundle by adding it to the list of registered bundles in the `app/AppKernel.php` file of your project:

```
