Install Aspose.Slides Cloud SDK for PHP without composer

Hi,
I do not have command line access and the ability to install aspose using composer on my hosted 1and 1 service. Is there away by which the ‘/vendor/autoload.php’; like the ‘/Utils.php’; can be sourced appropriately in Git hub to allow me to manually add the file to my service?

Thank you.

Nigel

@Nigel260,

I have observed your requirement and request you to please try using following command to install using composer for PHP.

composer install --no-dev

I hope this will be helpful.