Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nicekiwi/php-docker

php 7.2 with xdebug and composer (supports parallel downloads)
https://github.com/nicekiwi/php-docker

composer docker laravel php xdebug

Last synced: 7 days ago
JSON representation

php 7.2 with xdebug and composer (supports parallel downloads)

Awesome Lists containing this project

README

        

# PHP Docker Container

![Docker Cloud Build Status](https://img.shields.io/docker/cloud/build/nicekiwi/php)

Dev container.

- PHP 7.2
- XDebug 2.7.0
- Composer (with Prestissimo and Laravel Installer)

## Usage

**Get image**
`docket pull nicekiwi/php`

**Start container**
`docker run -itd --rm -v $PWD:/opt/code -w /opt/code --network host --name php nicekiwi/php`

**Enter container**
`docker exec -it php bash`

**Profit**
`php -r 'echo "Release the niffler!\n";'`