An open API service indexing awesome lists of open source software.

https://github.com/akafeng/docker-php

๐Ÿณ Docker Image Packaging for PHP
https://github.com/akafeng/docker-php

debian docker php

Last synced: about 1 month ago
JSON representation

๐Ÿณ Docker Image Packaging for PHP

Awesome Lists containing this project

README

          



PHP

A popular general-purpose scripting language.


Container Registry ยท
Project Source






---

### Quick Start

```bash
$ docker pull ghcr.io/akafeng/php
```

### Environment Variables

| Name | Default | Example |
| --- | ---- | ---- |
| TZ | UTC | Asia/Shanghai |
| ENABLE_CRONTAB | - | true |

### Extension

```
[PHP Modules]
apcu
bcmath
Core
ctype
curl
date
dom
exif
fileinfo
filter
ftp
gd
gettext
gmp
hash
iconv
imagick
intl
json
libxml
mbstring
memcached
mysqli
mysqlnd
openssl
pcntl
pcre
PDO
pdo_mysql
pdo_pgsql
pdo_sqlite
pgsql
Phar
posix
readline
redis
Reflection
session
shmop
SimpleXML
soap
sockets
sodium
SPL
sqlite3
standard
swoole
sysvsem
tidy
tokenizer
xml
xmlreader
xmlrpc
xmlwriter
xsl
Zend OPcache
zip
zlib

[Zend Modules]
Zend OPcache
```

### Thanks

- [@metowolf](http://github.com/metowolf)