asimlqt / php-google-spreadsheet-client

A PHP library for accessing and manipulating Google Spreadsheets
Other
544 stars 152 forks source link

sans composer #89

Closed gerbz closed 8 years ago

gerbz commented 9 years ago

I can't install Composer on my hosting, can you provide an autoload file? or instructions for including the package sans Composer?

asimlqt commented 9 years ago

Why don't you install composer on your local machine and get this library working first and then copy the vendor folder to your server as you would with the rest of your files?