aurora / aurxy
功能强大的自定义过滤规则HTTP代理服务器
dev-master / 0.1.x-dev
2018-01-23 17:07 UTC
Requires
- php: >=7.0
- ext-ev: *
- aurora/http-connection: ~0.1
- aurora/http-foundation: ~0.1
- aurora/http-message: ~0.1
- aurora/http-message-codec: ~0.1
- aurora/http-transaction: ~0.1
- guzzlehttp/guzzle: ~6.3
- monolog/monolog: ^1.23
- symfony/console: ~3.4
- symfony/css-selector: ~3.4
- symfony/dom-crawler: ~3.4
- symfony/event-dispatcher: ~3.4
- symfony/options-resolver: ~3.4
- symfony/process: ~3.4
- symfony/yaml: ~3.4
Requires (Dev)
- codeception/codeception: ^2.3
- phing/phing: ^2.16
This package is auto-updated.
Last update: 2024-09-19 10:00:48 UTC
README
功能强大的自定义过滤规则HTTP代理服务器。
安装
建议您使用Composer来安装此库。
$ composer require aurora/aurxy
这将安装库及其所有必需的依赖项。此库需要PHP 7.0或更高版本。
工作流程
------ request ---- filter ---> --------------->
| | | |
Client Aurxy Server middleware Remote Server
| | | |
<----- response ---- filter ---- <---------------
使用方法
许可证
Aurxy是开源软件,采用MIT许可证。