nawarian / php-dev

A dockerized development environment to work with PHP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

php-dev

A docker-based development environment to work with php-src.

Installing

First clone the repository:

$ git clone https://github.com/nawarian/php-dev

Then run the install.sh utility:

$ ./bin/install.sh

Running

Whenever you want to bring up the development environment, just run the following:

$ phpdev

The above command will bring up a docker execution context with PWD mapped to /opt/php-src.

You're expected to run this command inside a php/php-src clone.

About

A dockerized development environment to work with PHP

License:GNU General Public License v3.0


Languages

Language:Shell 44.5%Language:Dockerfile 30.2%Language:Vim Script 25.4%