About this project

This repository provides Docker images for viewing XHProf traces, which are performance profiling data generated by PHP applications. The images are based on Alpine Linux and use the wodby/php base image. They support both linux/amd64 and linux/arm64 architectures. The project uses GitHub Actions for building Docker images and publishes them to Docker Hub. Stability tags (e.g., 2.3, 2, latest) are recommended for reliable usage. Configuration is done through environment variables, with PHP_XHPROF_OUTPUT_DIR controlling where XHProf output files are stored (defaulting to /mnt/files/xhprof). The tool is useful for developers who need to analyze PHP application performance bottlenecks through trace visualization.