Skip to content

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

License

Notifications You must be signed in to change notification settings

sukhoy94/docker-composer-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published