Download the PHP package athlon1600/php-proxy-app without Composer
On this page you can find all versions of the php package athlon1600/php-proxy-app. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download athlon1600/php-proxy-app
More information about athlon1600/php-proxy-app
Files in athlon1600/php-proxy-app
Package php-proxy-app
Short Description Web proxy application project powered by PHP-Proxy library
License MIT
Homepage https://www.php-proxy.com/
Informations about the package php-proxy-app
php-proxy-app
Web Proxy Application built on php-proxy library ready to be installed on your server

Web-Proxy vs Proxy Server
Keep in mind that sites/pages that are too script-heavy or with too many "dynamic parts", may not work with this proxy script. That is a known limitation of web proxies. For such sites, you should use an actual proxy server to route your browser's HTTP requests through:
https://www.proxynova.com/proxy-software/
:star: Demo
See a working demo of this web application here:
🐋 Deploy using Docker
Install Docker first:
And then run:
Credits to:
🔨 Manual Installation
Keep in mind that this is a project and not a library. Installing this via composer require would do you no good.
A project such as this should be installed straight into the public directory of your web server.
Keep it up-to-date
Application itself rarely will change, vast majority of changes will be done to its requirement packages like php-proxy. Simply call this command once in a while to make sure your proxy is always using the latest versions.
config.php
This file will be loaded into the global Config class.
/templates/
This should have been named "views", but for historic purposes we keep it named as templates for now.
/plugins/
PHP-Proxy provides many of its own native plugins, but users are free to write their own custom plugins, which could then be automatically loaded from this very folder. See /plugins/TestPlugin.php for an example.
🚧 To Do List
As of March 25, 2018:
- Plugin for facebook.com
- Plugin for dailymotion.com
- Better support/documentation for Plugin Development
- Better Javascript support