PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Till Wehowski   PHP Proxy Server Script   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Proxy Server Script
Forward HTTP requests to other servers as a proxy
Author: By
Last change:
Date: 3 years ago
Size: 520 bytes
 

Contents

Class file image Download
{ "name": "frdl/proxy", "description": "php proxy scripts", "require": { "php": ">=7.1", "zendframework/zend-diactoros": "2.2.1", "jenssegers/proxy" : "3.1.0", "webfan3/hps" : "*", "laminas/laminas-httphandlerrunner" : "1.1.0" }, "license": "MIT", "authors": [ { "name": "Till Wehowski", "email": "software@frdl.de" } ], "autoload": { "psr-4": { "frdl\\Proxy\\": "src/" } } }