aurora / aurxy
HTTP proxy server with powerful customizable filter rules
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:project
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-11-19 10:22:53 UTC
README
HTTP proxy server with powerful customizable filter rules.
Installation
It's recommended that you use Composer to install this library.
$ composer require aurora/aurxy
This will install the library and all required dependencies. The library requires PHP 7.0 or newer.
Workflow
------ request ---- filter ---> --------------->
| | | |
Client Aurxy Server middleware Remote Server
| | | |
<----- response ---- filter ---- <---------------
Usage
License
The Aurxy is open-sourced software licensed under the MIT license.