2017 © Pedro Peláez
 

library kong-php

A PHP7 compliant library for interacting with the Kong Gateway Admin API.

image

therealgambo/kong-php

A PHP7 compliant library for interacting with the Kong Gateway Admin API.

  • Wednesday, June 20, 2018
  • by therealgambo
  • Repository
  • 3 Watchers
  • 5 Stars
  • 563 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 9 Versions
  • 113 % Grown

The README.md

kong-php

A PHP7 compliant library for interacting with the Kong Gateway Admin API., (*1)

Kong Compatibility

Currently supporting Kong >= 0.10.0, (*2)

Requirements

Installation

Using Composer

To install kong-php with Composer, just add the following to your composer.json file:, (*3)

{
    "require-dev": {
        "therealgambo/kong-php": "0.10.*"
    }
}

or by running the following command:, (*4)

composer require therealgambo/kong-php

Usage

PHP

Retrieving Kong node information, (*5)

$kong = new \TheRealGambo\Kong\Kong(KONG_URL, KONG_PORT);
$node = $kong->getNodeObject();

print_r($node->getInformation());

Retrieving a list of all API's on Kong, (*6)

$kong = new \TheRealGambo\Kong\Kong(KONG_URL, KONG_PORT);
$apis = $kong->getApiObject();

print_r($apis->list());

Versions

All releases will match for the stable versions of Kong released >= 0.10.0, (*7)

This ensures stability and resillence within the library reducing any compatibility issues between versions., (*8)

License

Kong-php is open-source software and licensed under the MIT License., (*9)

Kong is Copyright Mashape, inc., (*10)

The Versions

20/06 2018

dev-master

9999999-dev

A PHP7 compliant library for interacting with the Kong Gateway Admin API.

  Sources   Download

MIT

The Requires

 

The Development Requires

kong kong gateway api-gateway mashape-kong

20/06 2018

v0.13.0.1

0.13.0.1

A PHP7 compliant library for interacting with the Kong Gateway Admin API.

  Sources   Download

MIT

The Requires

 

The Development Requires

kong kong gateway api-gateway mashape-kong

08/05 2018

v0.13.0

0.13.0.0

A PHP7 compliant library for interacting with the Kong Gateway Admin API.

  Sources   Download

MIT

The Requires

 

The Development Requires

kong kong gateway api-gateway mashape-kong

03/09 2017

v0.11.0

0.11.0.0

A PHP7 compliant library for interacting with the Kong Gateway Admin API.

  Sources   Download

MIT

The Requires

 

The Development Requires

kong kong gateway api-gateway mashape-kong

23/05 2017

v0.10.3

0.10.3.0

A PHP7 compliant library for interacting with the Kong Gateway Admin API.

  Sources   Download

MIT

The Requires

 

The Development Requires

kong kong gateway api-gateway mashape-kong

23/05 2017

dev-basic-auth-plugin

dev-basic-auth-plugin

A PHP7 compliant library for interacting with the Kong Gateway Admin API.

  Sources   Download

MIT

The Requires

 

The Development Requires

kong kong gateway api-gateway mashape-kong

23/05 2017

dev-key-auth-plugin

dev-key-auth-plugin

A PHP7 compliant library for interacting with the Kong Gateway Admin API.

  Sources   Download

MIT

The Requires

 

The Development Requires

kong kong gateway api-gateway mashape-kong

31/03 2017

v0.10.1

0.10.1.0

A PHP7 compliant library for interacting with the Kong Gateway Admin API.

  Sources   Download

MIT

The Requires

 

The Development Requires

kong kong gateway api-gateway mashape-kong

23/03 2017

v0.10.0

0.10.0.0

A PHP7 compliant library for interacting with the Kong Gateway Admin API.

  Sources   Download

MIT

The Requires

 

The Development Requires

kong kong gateway api-gateway mashape-kong