php - Use composer on a small linux webservice -


i'm developing application using php. need use library: mgp25/instagram-api

it uses composer auto load libraries can't install composer on server because company got web-service doesn't support ssh access, found in : use composer without ssh access server

the best way make "vendor/autoload.php" on server/computer , upload on server, since don't have linux server , don't know how use it, want ask there can make file "vendor/autoload.php" me? possible @ all?


Comments

Popular posts from this blog

sql - can we replace full join with union of left and right join? why not? -

javascript - Parallax scrolling and fixed footer code causing width issues -

iOS: Performance of reloading UIImage(name:...) -