Skip to content
← All packages

PHP Base Images

Clean, minimal, production-ready PHP Docker base images. Three tiers (Slim, Standard, Full) on Debian 12 with Cbox Init process manager built-in.

PHP Base Images provides clean, minimal, production-ready Docker images for PHP applications. Three tiers cover everything from slim API services to full CMS installations, all built on Debian 12 with Cbox Init as the process manager.

Three Tiers

Slim

Minimal PHP-FPM with essential extensions only. For APIs, microservices, and applications that manage their own dependencies. Smallest possible image size.

Standard

PHP-FPM with common extensions (GD, intl, zip, pdo_mysql, pdo_pgsql, redis). Covers most Laravel and Symfony applications out of the box.

Full

Everything in Standard plus imagick, swoole, pcntl, sockets, and more. For CMS platforms (WordPress, Statamic, Magento) and applications with heavy extension requirements.

Why not the official images?

The official PHP Docker images ship without extensions, without a process manager, and without sensible defaults. Every team ends up writing their own Dockerfile that installs extensions, configures PHP-FPM, sets up Nginx, and wires it all together. PHP Base Images gives you a tested, maintained starting point.

Cbox Init included

All tiers include Cbox Init as the process manager. PHP-FPM auto-tuning, health checks, and multi-process orchestration work out of the box.