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
其他信息
- 授权协议: MIT
- 更新时间: 2022-11-16