Download the PHP package phprivoxy/application without Composer
On this page you can find all versions of the php package phprivoxy/application. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download phprivoxy/application
More information about phprivoxy/application
Files in phprivoxy/application
Package application
Short Description Framework for proxy-server applications creation with PSR15 middleware as traffic handlers.
License MIT
Homepage https://www.phprivoxy.ru
Informations about the package application
phprivoxy/application
Framework for proxy-server applications creation with PSR15 middleware as traffic handlers.
This proxy-server application framework based on Workerman framework (https://github.com/walkor/workerman).
With this framework proxy-servers creation come to appropriate PSR15 middlewares developing with necessary functionality.
Requirements
- PHP >= 8.1
Installation
Using composer (recommended)
Simple SSL MITM (Man In The Middle) proxy sample
This sample you also may find at "tests" directory.
Just run it:
On first run this Application create a self-signed SSL root certificate in CA subdirectory. Add this self-signed CA certificate in your browser trusted certificates!
For each site Application will generate self-signed certificate in "certificates" subdirectory.
In this sample, we use simple PSR-15 compatible HttpClientMiddleware for site downloading. You also may add your own PSR-15 compatible Middlewares in queue according to your goals and needs.
License
MIT License See LICENSE
All versions of application with dependencies
phprivoxy/proxy Version ^0.8.10
phprivoxy/relay Version >=2.1.5
psr/http-server-handler Version ~1.0
psr/http-server-middleware Version ^1.0