2017 © Pedro Peláez
 

symfony-bundle kong-admin-bundle

Kong Admin Bundle for Symfony Projects

image

unikorp/kong-admin-bundle

Kong Admin Bundle for Symfony Projects

  • Sunday, January 29, 2017
  • by VEBERArnaud
  • Repository
  • 4 Watchers
  • 2 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

kong-admin-bundle

Build Status Code Coverage Scrutinizer Code Quality Dependency Status SensioLabsInsight, (*1)

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:, (*2)

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

This command requires you to have Composer installed globally, as explained in the installation chapter of the Composer documentation., (*3)

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:, (*4)

<?php
// app/AppKernel.php

// ...
class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = [
            // ...
            new Unikorp\KongAdminBundle\KongAdminBundle(),
        ];

        // ...
    }

    // ...
}

Step 3: Configure the Bundle

Then, configure the bundle by adding to the app/config/config.yml file of your project:, (*5)

#...

# KongAdminBundle Configuration
kong_admin:

The Versions

29/01 2017

dev-eko-patch-1

dev-eko-patch-1

Kong Admin Bundle for Symfony Projects

  Sources   Download

MIT

The Requires

 

The Development Requires

by VEBER Arnaud

28/01 2017

dev-master

9999999-dev

Kong Admin Bundle for Symfony Projects

  Sources   Download

MIT

The Requires

 

The Development Requires

by VEBER Arnaud