I'm developing an application using PHP. for which I need to use this library: mgp25/instagram-api
It uses composer to auto load libraries but I can't install composer on my server because the company from which I got my web-service doesn't support SSH Access, As I found in : Use Composer without ssh access to server
The best way is to make "vendor/autoload.php
" on another server/computer and then to upload it on my server, Since I don't have a Linux server and I even don't know how to use it, I want to ask is there anybody who can make the file "vendor/autoload.php
" for me? is it possible at all?