The Easiest Way to Dockerize a PHP Application

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • supercronic

    Cron for containers

  • We will use its fat image, as it comes with Apache, Superconic, and Composer and it already has common PHP extensions enabled.

  • nginx-proxy

    Automated nginx proxy for Docker containers using docker-gen

  • In order to have unique domains, HTTPS and multiple applications support out-of-the-box, we will use nginx-proxy, as it supports everything mentioned above.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • Apache

    Mirror of Apache HTTP Server. Issues: http://issues.apache.org

  • We will use its fat image, as it comes with Apache, Superconic, and Composer and it already has common PHP extensions enabled.

  • As we have defined the architecture and tools we will use, this is the part where you should visit https://github.com/v-m-i/simple-php-app-dockerization and see how to configure and run everything mentioned so far.

  • Composer

    Dependency Manager for PHP

  • We will use its fat image, as it comes with Apache, Superconic, and Composer and it already has common PHP extensions enabled.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts