有没有什么办法可以在共享主机上运行composer,它只提供Cpanel访问权限

I have a hosting on Godaddy which only provides access to Cpanel. I have downloaded the FuelPHP code base on the web space but not being able to run command :-

php composer.phar update

Is there any easy way out ??

Thank you in Advance. :)

Just run it on your local copy, then upload the vendor directory. That's where composer stores all the files it grabs, along with the autoloader.