PHP client errors DICBuilder

My host (AppFog) does not support composer. I'm trying to get the
elasticsearch-php client running and receive the following error:

Fatal error: Class 'Elasticsearch\Common\DICBuilder' not found in
/mypath/services/Elasticsearch/Client.php on line 971

Does anybody have a manual install guide for elasticsearch-php?

Thanks

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Can you run Composer locally on your machine? If you can, the easiest
solution is to run Composer locally. When Composer "installs", it is
really just downloading all the dependencies and writing an autoloader.
After it is finished you'll have a bunch of static PHP files...you can
just upload the entire directory to your host.

-Zach

On Tuesday, November 5, 2013 2:35:55 PM UTC-5, Kevin S wrote:

My host (AppFog) does not support composer. I'm trying to get the
elasticsearch-php client running and receive the following error:

Fatal error: Class 'Elasticsearch\Common\DICBuilder' not found in
/mypath/services/Elasticsearch/Client.php on line 971

Does anybody have a manual install guide for elasticsearch-php?

Thanks

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.