phppdf Docs

A Docker image for running PHP CLI tooling against a project

Source ↗

Docs

Bundled tools and extensions

In addition to the extensions bundled with php:8.4-cli (which include mbstring, dom, libxml, openssl and zlib), the image installs:

  • Composer, available as composer
  • Xdebug, for code coverage
  • PHP extensions: gd (with JPEG support), pdo, pdo_pgsql, zip
  • git, unzip, zip
  • Noto fonts (fonts-noto-core, fonts-noto-cjk), for tests that render text

PHP configuration

memory_limit is unbounded (-1) and the timezone is set to UTC. Error display is enabled, which is suitable for running tests and CLI tools but not for serving requests.