tumblr / tumblr.php

Tumblr API v2 PHP Client
Apache License 2.0
407 stars 115 forks source link

How to set this up on web hosting without composer #74

Closed NekoTony closed 7 years ago

NekoTony commented 8 years ago

title says all

ceyko commented 7 years ago

Install composer on your local machine, composer require tumblr/tumblr, and then gather all the files and dependencies it created and upload them to your web host. You can repeat this as necessary to update the packages well.

There are some stackoverflow questions that may help you as well.