Skip to content

Commit 982857c

Browse files
committed
Update README.md
1 parent 89b4427 commit 982857c

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,14 @@ You do not use PHP, but need html2canvas working with proxy, see other proxies:
1212
* [html2canvas proxy in asp classic (vbscript)](https://github.com/brcontainer/html2canvas-asp-vbscript-proxy)
1313
* [html2canvas proxy in python (work any framework)](https://github.com/brcontainer/html2canvas-proxy-python)
1414

15-
## Installing
15+
## Requirements
1616

17-
To install it you must have at least _PHP 5.4_, but it is recommended that you use _PHP 8_ due to PHP support issues, read:
17+
1. PHP 8 (https://www.php.net/supported-versions.php)
18+
* Minimal _PHP 5.4_ (backward compatibility is maintained for users with upgrade limitations)
19+
1. cURL PHP extension to use `CurlDriver`
20+
1. `allow_url_fopen` must be set to `1` on `php.ini` to use `StreamDriver`
1821

19-
- https://www.php.net/supported-versions.php
20-
- https://www.php.net/eol.php
22+
## Installing
2123

2224
You can install via composer:
2325

0 commit comments

Comments
 (0)