A simple chef recipe to install composer for your php projects
PHP and curl need to be installed before this recipe
Where composer should install
default['composer']['install_dir'] = "/usr/sbin"
The user to install composer as
default['composer']['user'] = "root"
Just include the default recipe
"run_list": [
"recipe[composer]"
]
I wrote the recipe in record time so please do a pull request on it if you can make it better