douglasdc3/kong 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

douglasdc3/kong

最新稳定版本:v1.5.0

Composer 安装命令:

composer require douglasdc3/kong

包简介

A Kong API Manager Admin client. Includes Laravel integration.

README 文档

README

This is laravel package that allows you to integrate with kong. An open source API manager build on NGINX.

Compatibility

Below you'll find package version compatibility with different versions of Kong and supported plugins.

Install

This package requires PHP7.X and Laravel5.6 or higher.

composer require douglasdc3/kong

Usage

This library follows Kong's api.

Example request:

$kong = new Kong(new HttpClient('http://localhost:8001'));
$consumer = new Consumer(['username' => 'johndoe', 'custom_id' => 123]);
// Creating a new Consumer & add user to admin acl group in kong
$kong->consumers()->create($consumer)->acl()->create('admin');

Planned development

  • Missing plugins.
  • More tests.

Testing & local development

The integration test use docker behind the scenes. Run the tests with:

vendor/bin/phpunit

统计信息

  • 总下载量: 13.35k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 25
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 25
  • Watchers: 4
  • Forks: 13
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2018-04-21