docker-library/php

Docker Official Image packaging for PHP

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 1 hour ago
Type:Configuration / DotfilesCategory(s):Containers & RuntimesCloud Native & Infrastructure
Added to GitGenius on September 17th, 2026
Created on July 23rd, 2014
Open Issues & Pull Requests: 31 (+0)
GitHub issues: Enabled
Number of forks: 2,015
Total Stargazers: 4,039 (+0)
Total Subscribers: 271 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 6.4 hours
Mean response time: 7.7 days
90th percentile: 5.1 days
Tracked items: 124

Most active contributors

Sign in to see contributor activity.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 14
New in 7 days: 0
Closed in 7 days: 1
Avg open age: 616 days
Stale 30+ days: 10
Stale 90+ days: 5

Recent activity

Opened in 7 days: 0
Closed in 7 days: 1
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • Request (2)
  • question (2)
  • Issue (1)

Detailed Description

The docker-library/php repository is a Docker Official Image that provides pre-built container images for PHP.

The repository solves the problem of obtaining a reliable, well-maintained PHP runtime environment in containerized form. Rather than building PHP from source or maintaining custom Dockerfile configurations, developers can pull official images that include PHP with common extensions and configurations already compiled and tested. The approach packages multiple PHP versions and variants, allowing users to select images tailored to their specific needs without additional setup work.

Teams should adopt this image when they need a standardized PHP environment for development, testing, or production deployment. It suits projects of any scale that benefit from Docker's portability and reproducibility. The Official Image designation means the packaging follows Docker's standards for security, documentation, and maintenance practices, making it a sensible default choice for organizations that want to avoid the overhead of maintaining their own PHP container images.

The project receives regular updates to support new PHP releases and security patches. Maintenance activity includes ongoing work to keep multiple PHP version branches current and to manage the large matrix of supported configurations across different base operating systems and PHP extensions.