sukhoy94 / docker-composer-php

This repository is dedicated to guiding PHP developers on how to seamlessly install Composer in their PHP projects using docker.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overview

This repository demonstrates the integration of Composer in PHP projects using Docker. It's ideal for PHP developers seeking a consistent development environment with Docker-based Composer setup.

Features

  • Dockerfile: Configures PHP and Composer on Apache (located in the .docker directory).
  • Composer Installer Script: A custom script to install Composer.
  • Application Source Code: PHP project with Composer configuration (in app folder).
  • Docker-Compose Support: Facilitates easy building and running of the environment.

Getting Started

  1. Clone the repository:
git clone https://github.com/sukhoy94/docker-composer-php.git
  1. Navigate to the directory:
cd docker-composer-php
  1. Build and run the application using Docker Compose:
docker-compose up -d

About

This repository is dedicated to guiding PHP developers on how to seamlessly install Composer in their PHP projects using docker.

License:MIT License


Languages

Language:Dockerfile 56.4%Language:Shell 34.8%Language:PHP 8.8%