Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
< Back to tools
P

php-proxy-app

> 编程语言
Open source

Web Proxy Application built on php-proxy library ready to be installed on your server

861 stars0 likes0 views
WebsiteGitHub

About

Web Proxy Application built on php-proxy library ready to be installed on your server

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:

  • https://unblockvideos.com/

Deploy using Docker

Install Docker first:

curl -sSL https://get.docker.com/ | sh

And then run:

docker run -d -p 8080:80 -p 8443:443 dwaaan/php-proxy

Credits to:

  • https://github.com/dwaaan/PHP-Proxy-Docker

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.

composer create-project athlon1600/php-proxy-app:"^4.0" /var/www/

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.

composer update

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

Issues· 0 open

View all issuesOpen on GitHub

No open issues yet, or sync has not completed.

> Tags

PHPglypephp-proxyproxyproxy-server

No comments yet. Be the first to share.

> Details

PublishedAug 1, 2026
UpdatedSep 17, 2026
Category编程语言
PricingOpen source

> Related tools

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言