PHP Client without composer

I see in the docs that composer and ext-curl are required for the PHP client.

I wouldn't want to install things on my shared servers.
I don't want to spin up an EC2 instance just to accommodate my search.

Isn't there a way to do this over PURE REST?
Without having to install composer?
I don't mind the ext-curl.

Hi @mc1392, I moved your question to the appropriate forum as it was not something Cloud-specific.

I'm fairly sure composer is just used to fetch the dependencies and build the autoload files. You should be able to use composer to generate the things you want and go from there. It has been a few years since I did PHP development and that was on MediaWiki which didn't use composer so we had to do this kind of thing.

I don't think that has anything to do with composer.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.