You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,5 @@
1
1
# vfox-php
2
+
2
3
[PHP](https://www.php.net/) plugin for [vfox](https://vfox.lhan.me/).
3
4
4
5
## Usage
@@ -9,13 +10,13 @@ vfox add php
9
10
10
11
# install an available version
11
12
vofx search php
12
-
# or specific version
13
+
# or specific version
13
14
vfox install php@8.3.3
14
15
```
15
16
16
-
17
17
## Prerequirements
18
18
19
+
PHP installation requires some dependencies. Please install the dependencies based on the error messages, or refer to [.github/workflows/test-\*.yaml](https://github.com/version-fox/vfox-php/tree/main/.github/workflows) for guidance.
Note that the supported extension are not exhaustive, so you may need edit the [bin/install](./bin/install) script to support additional extension. Feel free to submit a PR for any missing extensions.
0 commit comments