File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change 1
1
# [ PHP] Ultra Small Proxy 2
2
- ### PHP: 7.2.5+
3
-
4
- Current version: ** 2.1** | 2022-04-23
2
+ PHP: 7.2.5+, current release: ** 2.1** build 2022-04-23
5
3
6
4
** Ultra Small Proxy is a light-weight proxy written in PHP.**
7
5
6
+ ** Install with composer:**
7
+ ```
8
+ composer require szczyglis/php-ultra-small-proxy
9
+ ```
8
10
## Features:
9
-
10
11
- Proxy server written in PHP
11
12
- Easy usage and integration
12
13
- Simple and light-weight
@@ -24,10 +25,6 @@ Current version: **2.1** | 2022-04-23
24
25
- 2 different methods for URLs rewriting: Regex (with preg_replace) and XML (with libxml/DOM)
25
26
- PHP 7.2.5+ supported
26
27
27
- ## How to install:
28
- ```
29
- composer require szczyglis/php-ultra-small-proxy
30
- ```
31
28
## Requirements:
32
29
33
30
- PHP 7.2.5+ with CURL and XML extensions
You can’t perform that action at this time.
0 commit comments