Skip to content

Commit def9ebd

Browse files
committed
Update README
1 parent d3c5ab8 commit def9ebd

File tree

1 file changed

+83
-9
lines changed

1 file changed

+83
-9
lines changed

README.md

Lines changed: 83 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,91 @@
33
FSP Network Gen2 Server Infrastructure - PHP
44

55
[![MicroBadger Size](https://img.shields.io/microbadger/image-size/fspnetwork/php.svg?style=flat-square)](https://microbadger.com/#/images/fspnetwork/php)
6-
[![Docker Automated build](https://img.shields.io/docker/automated/fspnetwork/php.svg?style=flat-square)](https://hub.docker.com/r/fspnetwork/php/)
7-
[![Docker Build Status](https://img.shields.io/docker/build/fspnetwork/php.svg?style=flat-square)](https://hub.docker.com/r/fspnetwork/php/)
8-
[![GitHub](https://img.shields.io/github/license/fspnet/php.svg?style=flat-square)](https://github.com/fspnetwork/php/blob/master/LICENSE)
6+
[![LICENSE](https://img.shields.io/badge/license-Anti%20996-blue.svg?style=flat-square)](https://github.com/996icu/996.ICU/blob/master/LICENSE)
97
[![996.icu](https://img.shields.io/badge/link-996.icu-red.svg?style=flat-square)](https://996.icu)
108

11-
## Usage
9+
## Supported tags
10+
11+
- [`edge` (Dockerfile)](https://github.com/FSPNET/PHP/blob/master/Dockerfile)
12+
- [`latest`, `7`, `7.3`, `7.3.10` (Dockerfile)](https://github.com/FSPNET/PHP/tree/7.3.10/Dockerfile)
13+
14+
## Supported Package Registry
1215

13-
- [`7.3`, `latest`, `stable` (73/Dockerfile)](https://github.com/FSPNet/PHP/blob/master/73/Dockerfile)
14-
- [`7.4` (74/Dockerfile)](https://github.com/FSPNet/PHP/blob/master/74/Dockerfile)
15-
- [`development` (dev/Dockerfile)](https://github.com/FSPNet/PHP/blob/master/dev/Dockerfile)
16+
- [Docker.io](https://hub.docker.com/r/fspnetwork/php/)
17+
18+
## Usage
1619

1720
```bash
18-
docker run -d --restart=unless-stopped --name php --network net-fsp -v /opt/www:/data/www:rw -v /opt/php/log:/var/log/php-fpm fspnetwork/php
19-
```
21+
docker pull fspnetwork/php
22+
```
23+
24+
## Extension
25+
26+
```
27+
[PHP Modules]
28+
apcu
29+
bcmath
30+
Core
31+
ctype
32+
curl
33+
date
34+
dom
35+
exif
36+
fileinfo
37+
filter
38+
ftp
39+
gd
40+
gettext
41+
gmp
42+
hash
43+
iconv
44+
imagick
45+
intl
46+
json
47+
libxml
48+
mbstring
49+
memcached
50+
mysqli
51+
mysqlnd
52+
openssl
53+
pcntl
54+
pcre
55+
PDO
56+
pdo_mysql
57+
pdo_pgsql
58+
pdo_sqlite
59+
pgsql
60+
Phar
61+
posix
62+
readline
63+
redis
64+
Reflection
65+
session
66+
shmop
67+
SimpleXML
68+
soap
69+
sockets
70+
sodium
71+
SPL
72+
sqlite3
73+
standard
74+
swoole
75+
sysvsem
76+
tidy
77+
tokenizer
78+
xml
79+
xmlreader
80+
xmlrpc
81+
xmlwriter
82+
xsl
83+
Zend OPcache
84+
zip
85+
zlib
86+
87+
[Zend Modules]
88+
Zend OPcache
89+
```
90+
91+
## LICENSE
92+
93+
The code in this repository, unless otherwise noted, is [Anti-996](LICENSE) licensed. See the LICENSE file in this repository.

0 commit comments

Comments
 (0)