Skip to content

marusan10/docker-composer-with-prestissimo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Supported tags and respective Dockerfile links

  • 1.3-php7.1, latest
  • 1.3-php7.1-alpine, alpine
  • 1.3-php7.0
  • 1.3-php7.0-alpine
  • 1.3-php5.6
  • 1.3-php5.6-alpine

What is Composer?

Composer helps you declare, manage and install dependencies of PHP projects.

https://github.com/composer/composer

What is prestissimo

composer parallel install plugin.

https://github.com/hirak/prestissimo

How to use this image.

Installation / Usage

  1. Install the marusan10/composer-with-prestissimo container:

    $ docker pull marusan10/composer-with-prestissimo
  2. Create a composer.json defining your dependencies.

    {
        "require": {
            "monolog/monolog": ">=1.0.0"
        }
    }
  3. Run Composer through the Composer container:

    $ docker run --rm -v $(pwd):/app marusan10/composer-with-prestissimo install

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages