An open API service indexing awesome lists of open source software.

https://github.com/yetopen/phpproxy

Source of PHP-Proxy with my modifications
https://github.com/yetopen/phpproxy

Last synced: 11 months ago
JSON representation

Source of PHP-Proxy with my modifications

Awesome Lists containing this project

README

          

PHP-Proxy
=========

PHP-Proxy is a script written in PHP that acts as a proxy to be used for the purpose of fetching Internet's resources on behalf of the server and returning its contents back to the client. PHP-Proxy was built to be fast and simple to configure and as an alternative to Glype

PHP-Proxy vs PHPProxy
---------------------

This proxy script has no relationship to the once popular PHPProxy project by whitefyre.com which [has been abandoned since September 2007](http://sourceforge.net/projects/poxy/). There are many similar function proxy scripts named "PHP Proxy", we were just the lucky ones to acquire such domain name. While PHPProxy is still being widely used, it is outdated, hard to customize and it breaks on many popular websites such as Facebook and YouTube.

PHP-Proxy - Requirements
------------------------

* PHP 5.2 or later with a cURL extension.
* PHP-Proxy Installation

Installation
------------

1. Download the archive and unzip it to a directory in your server (or clone from GitHub).
2. Copy config-template.php to config.php and adapt parameters to your needs.
3. You are now ready to go!

PHP-Proxy Demo
--------------

If you wish to see how this script works on a live server, visit UnblockVideos.com which is powered by PHP-Proxy.

Download
--------

Official download at [PHP-Proxy.com](https://www.php-proxy.com/).
Modified sources at [GitHub](https://github.com/YetOpen/phpproxy).