2017 © Pedro Peláez
 

library proxy

A simple proxy..

image

nousefreak/proxy

A simple proxy..

  • Wednesday, February 20, 2013
  • by NoUseFreak
  • Repository
  • 2 Watchers
  • 3 Stars
  • 18 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Proxy

A simple php proxy., (*1)

Usage

$request = \Symfony\Component\HttpFoundation\Request::createFromGlobals();

$configuration = new \Proxy\Configuration();
$configuration->setBackend('nousefreak.be');

$proxy = new \Proxy\Proxy();
$proxy->setConfiguration($configuration);

$response = $proxy->proxy($request);
$response->send();

The Versions

20/02 2013

dev-master

9999999-dev http://nousefreak.be

A simple proxy..

  Sources   Download

MIT

The Requires