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
- Host: GitHub
- URL: https://github.com/akafeng/docker-php
- Owner: akafeng
- Created: 2020-03-01T15:29:00.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-01-28T07:52:03.000Z (over 1 year ago)
- Last Synced: 2025-01-28T08:30:33.704Z (over 1 year ago)
- Topics: debian, docker, php
- Language: Roff
- Homepage: https://ghcr.io/akafeng/php
- Size: 45.9 KB
- Stars: 6
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)