PHPackages                             unikorp/kong-admin-api - 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. unikorp/kong-admin-api

ActiveLibrary[API Development](/categories/api)

unikorp/kong-admin-api
======================

Kong Admin Api for PHP Projects

v0.0.1-beta.1(8y ago)31021[2 PRs](https://github.com/unikorp/kong-admin-api/pulls)MITPHPPHP ^7.1

Since Aug 9Pushed 3y ago3 watchersCompare

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

READMEChangelog (6)Dependencies (6)Versions (11)Used By (0)

kong-admin-api
==============

[](#kong-admin-api)

[![Documentation](https://camo.githubusercontent.com/cbd4a3ca18af87406432e46a9fb5176047e16d6771b1e3a737b5f467c311bac2/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f646f632d6d61737465722d626c75652e737667)](http://docs.unikorp.io/kong-admin-api/api/master/)[![Build Status](https://camo.githubusercontent.com/02378c8659fac9ee330dcfacce398fe5ea7c26c191edd59589924761f0bd470f/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f756e696b6f72702f6b6f6e672d61646d696e2d6170692f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/unikorp/kong-admin-api/build-status/master)[![Code Coverage](https://camo.githubusercontent.com/4b02ce112713701091007eb4b161b4e8595dbc0fdb382902983e599ed44c8501/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f756e696b6f72702f6b6f6e672d61646d696e2d6170692f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/unikorp/kong-admin-api/?branch=master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/03a152e721768501d2903ddcfe156fe72a8bbdafb433a960a1de7bf624fda246/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f756e696b6f72702f6b6f6e672d61646d696e2d6170692f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/unikorp/kong-admin-api/?branch=master)[![Dependency Status](https://camo.githubusercontent.com/1d9f4bf2d4245fe9363ad7dd51cdb156b5db950728f85d94b61c5411d1021e41/68747470733a2f2f646570656e64656e637963692e636f6d2f6769746875622f756e696b6f72702f6b6f6e672d61646d696e2d6170692f6261646765)](https://dependencyci.com/github/unikorp/kong-admin-api)[![SensioLabsInsight](https://camo.githubusercontent.com/67ca824f788aaef175153aef3f9c067ee3c6c10c6568f468dfd910f12aac7bd1/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f32633433383266662d393638392d343963612d396665352d6231393233653334383537392f6d696e692e706e67)](https://insight.sensiolabs.com/projects/2c4382ff-9689-49ca-9fe5-b1923e348579)

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

[](#installation)

### Step 1: Download the Library

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

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

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

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: Download a client implementation

[](#step-2-download-a-client-implementation)

If your project is not already using a client implementation, select one form the list of virtual packages [php-http/client-implementation](https://packagist.org/providers/php-http/client-implementation), and then download it.

> For this example we are going to use `php-http/guzzle6-adapter`

```
$ composer require "php-http/guzzle6-adapter"
```

Usage
-----

[](#usage)

```
