2017 © Pedro PelĂĄez
 

library kong-api

PHP Wrapper for Kong API Gateway - Microservices Management Layer, delivering high performance and reliability.

image

smalot/kong-api

PHP Wrapper for Kong API Gateway - Microservices Management Layer, delivering high performance and reliability.

  • Thursday, October 5, 2017
  • by smalot
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2,431 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 3 Open issues
  • 5 Versions
  • 80 % Grown

The README.md

Kong

PHP Wrapper for Kong API Gateway - Microservices Management Layer, delivering high performance and reliability., (*1)

Build Status Current Version composer.lock, (*2)

Total Downloads Monthly Downloads Daily Downloads, (*3)

Compatibility

Currently supported Kong version: 0.11., (*4)

Supported services: - Api - Certificate - Consumer - Plugin - Sni - Target - Upstream, (*5)

Requires at least PHP 5.6., (*6)

Install

This library can be installed with composer:, (*7)

composer require smalot/kong-api

Usage

$factory = new \Smalot\Kong\ServiceFactory();
/** @var \Smalot\Kong\Services\Api $service */
$service = $factory->get('api');
$response = $service->create(
  [
    'name' => $name,
    'uris' => '/ping',
    'upstream_url' => 'http://ping/',
  ]
);
$api = $response->json();
var_dump($api);

The Versions

05/10 2017

dev-master

9999999-dev

PHP Wrapper for Kong API Gateway - Microservices Management Layer, delivering high performance and reliability.

  Sources   Download

MIT

The Requires

 

The Development Requires

04/10 2017

v0.4

0.4.0.0

PHP Wrapper for Kong API Gateway - Microservices Management Layer, delivering high performance and reliability.

  Sources   Download

MIT

The Requires

 

The Development Requires

04/10 2017

v0.3

0.3.0.0

PHP Wrapper for Kong API Gateway - Microservices Management Layer, delivering high performance and reliability.

  Sources   Download

MIT

The Requires

 

The Development Requires

04/10 2017

v0.2

0.2.0.0

PHP Wrapper for Kong API Gateway - Microservices Management Layer, delivering high performance and reliability.

  Sources   Download

MIT

The Requires

 

The Development Requires

21/09 2017

v0.1

0.1.0.0

PHP Wrapper for Kong API Gateway - Microservices Management Layer, delivering high performance and reliability.

  Sources   Download

MIT

The Requires

 

The Development Requires