Re: [google-appengine] How to install Composer & Guzzle on App Engine?

2015-07-08 Thread 'Josh Moore' via Google App Engine
Composer can be used with App Engine; we have documentation for a PHP component framework, Symfony, that uses composer as part of the process: https://cloud.google.com/appengine/docs/php/symfony-hello-world. You should be able to see how composer is used with app engine there. Maybe someone else

[google-appengine] How to install Composer & Guzzle on App Engine?

2015-07-08 Thread Alex Kerr
Hi, I need to use Guzzle (HTTP client, http://guzzle.readthedocs.org/en/latest/ ) in a project on App Engine, and the only installation method suggested is using Composer. Anyone know how to install/use Composer ( https://getcomposer.org/doc/00-intro.md) on App Engine* and/or *install Guzzle w