PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Yousaf Syed   PHP Proxy Server   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Proxy Server
Forward HTTP requests to destination servers
Author: By
Last change: Merge branch 'master' of github.com:yousafsyed/standalone_php_proxy
Date: 8 years ago
Size: 981 bytes
 

Contents

Class file image Download
{ "name": "yousafsyed/standalone_php_proxy", "description": "Standalone proxy server in PHP sockets, I am using Guzzle to route the requests. Idea was if I can make HTTP Proxy Server in php to get more control over proxy and custom logic. Currently it only supports http requests you can choose port of your own choice plus if you want to make it public or private. This is a standard HTTP Proxy so you can use in browser. By default its only working for localhost, but you can allow public ip's.", "license": "MIT", "keywords": ["proxy server", "proxy", "http"], "authors": [{ "name": "Yousaf Syed", "email": "mmesunny@gmail.com" }], "require": { "guzzlehttp/guzzle": "~5.0" }, "autoload": { "psr-0": { "YousafSyed\\": "src/" } }, "extra": { "branch-alias": { "dev-master": "1.0-dev" } }, "minimum-stability": "stable", "prefer-stable": true }