Skip to content

Commit b09fe8a

Browse files
Update README.md
1 parent 4eb4ba6 commit b09fe8a

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

README.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# [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
53

64
**Ultra Small Proxy is a light-weight proxy written in PHP.**
75

6+
**Install with composer:**
7+
```
8+
composer require szczyglis/php-ultra-small-proxy
9+
```
810
## Features:
9-
1011
- Proxy server written in PHP
1112
- Easy usage and integration
1213
- Simple and light-weight
@@ -24,10 +25,6 @@ Current version: **2.1** | 2022-04-23
2425
- 2 different methods for URLs rewriting: Regex (with preg_replace) and XML (with libxml/DOM)
2526
- PHP 7.2.5+ supported
2627

27-
## How to install:
28-
```
29-
composer require szczyglis/php-ultra-small-proxy
30-
```
3128
## Requirements:
3229

3330
- PHP 7.2.5+ with CURL and XML extensions

0 commit comments

Comments
 (0)