Build Goutte.phar from source
Download Goutte.phar build on 2014/01/17
Recently I need to rebuild Goutte.phar, the build progress is easy, quick & simple. I document these steps here so all of you can build other PHP Phar archives.
Install these tools:
Composer - PHP package manager: http://getcomposer.org/
Box - An application for building and managing Phars: http://box-project.org/
Get Goutte source code:
git checkout https://github.com/fabpot/Goutte.git
Update Goutte dependencies, in Goutte source code folder, enter command:
>composer.phar update
Build Goutte.phar package
box.phar build -c Goutte/box.json
Your Goutte.phar package is ready to use.











