Introduction#

Welcome to the OORT documentation.

OORT is a lightweight Docker base image for modern PHP applications — Laravel Octane, Horizon, Reverb, Pulse, Symfony Runtime, Messenger, Scheduler, and similar long-running workloads.

The image is minimal, production-ready, and designed for one process per container.

At a Glance#

  • PHP — 8.6-rc, 8.5, 8.4, 8.3, 8.2 (default: 8.5; see Versions)

  • Architectures — linux/amd64, linux/arm64, linux/ppc64le, linux/s390x (see Architecture Support)

  • Registries — Docker Hub, GHCR, GitLab, Quay (see Container Registries)

  • Frameworks — Laravel 12–13 and Symfony 7.4–8.1 tested in CI (see Usage)

docker pull thecaliskan/oort:8.5

For Dockerfile templates, deployment patterns, and framework guides, see Usage.