Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/unikorp/kong-admin-bundle
- Owner: unikorp
- License: mit
- Created: 2017-01-21T09:25:16.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-29T19:17:03.000Z (almost 8 years ago)
- Last Synced: 2024-04-17T11:18:09.925Z (7 months ago)
- Topics: kong, symfony, symfony-bundle
- Language: PHP
- Homepage:
- Size: 22.5 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
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