Compify is a tool to save disk usage and bandwith in your composer vendor folder. Maybe you haven't noticed, but if you take a look to your vendor folder after doing a "php composer.phar install" there are so much useless information like tests, ".travis.yml" like files that you just don't need in production.
Fixed dead/not working link for wget.
Removed curl approach since it is not working (at least on my arch linux machine).
Added secion with php.ini adaptation because of "open_basedir" restriction.
Fixed dead/not working link for wget. Removed curl approach since it is not working (at least on my arch linux machine). Added secion with php.ini adaptation because of "open_basedir" restriction.
Thanks for your project.