Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/unikorp/kong-admin-bundle

Kong Admin Bundle for Symfony Projects
https://github.com/unikorp/kong-admin-bundle

kong symfony symfony-bundle

Last synced: 12 days ago
JSON representation

Kong Admin Bundle for Symfony Projects

Awesome Lists containing this project

README

        

# kong-admin-bundle

[![Build Status](https://scrutinizer-ci.com/g/unikorp/kong-admin-bundle/badges/build.png?b=master)](https://scrutinizer-ci.com/g/unikorp/kong-admin-bundle/build-status/master)
[![Code Coverage](https://scrutinizer-ci.com/g/unikorp/kong-admin-bundle/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/unikorp/kong-admin-bundle/?branch=master)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/unikorp/kong-admin-bundle/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/unikorp/kong-admin-bundle/?branch=master)
[![Dependency Status](https://dependencyci.com/github/unikorp/kong-admin-bundle/badge)](https://dependencyci.com/github/unikorp/kong-admin-bundle)
[![SensioLabsInsight](https://insight.sensiolabs.com/projects/7a1e59cb-93c0-4ee0-bd56-b37b7ca1891d/mini.png)](https://insight.sensiolabs.com/projects/7a1e59cb-93c0-4ee0-bd56-b37b7ca1891d)

## Installation

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

```console
$ 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

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

```php