定制 green-spot/aproxi 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

green-spot/aproxi

最新稳定版本:v0.1.1

Composer 安装命令:

composer require green-spot/aproxi

包简介

API proxy

README 文档

README

Aproxi is an API Proxy made by PHP.

It can be used for API request limit countermeasures and content caching. By default, it only supports WordPress REST API, but you can develop modules to support other APIs.

Usage

First, download the library using Composer.

$ composer require green-spot/aproxi

Next, copy the API endpoint directory to the document root.

$ cp -r vendor/green-spot/aproxi/api ./api

Edit the config file. (api/settings.php)

WordPress Module

For WordPress modules, /wp-json/wp/v2/ is mapped to /api/wp/ by default.

https://backend.example.com/wp/wp-json/wp/v2/posts

https://frontend.example.com/api/wp/posts

You can also change the endpoint URL(api/wp/) by editing settings.php.

统计信息

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

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2022-11-16