Skip to content
This repository has been archived by the owner on Oct 10, 2019. It is now read-only.

NoUseFreak/Proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Proxy

A simple php proxy.

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();

About

A simple php proxy.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages