Skip to content

jeremyquinton/composer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Description

A simple chef recipe to install composer for your php projects

Requirements

PHP and curl need to be installed before this recipe

Attributes

Where composer should install

default['composer']['install_dir'] = "/usr/sbin"

The user to install composer as

default['composer']['user'] = "root"

Usage

Just include the default recipe

"run_list": [
        "recipe[composer]"
]

Note

I wrote the recipe in record time so please do a pull request on it if you can make it better

About

Chef recipe to install composer for php

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages