dirkgroenen / pinterest-api-php

A PHP wrapper for the official Pinterest API. :pushpin:
https://developers.pinterest.com/docs/getting-started/introduction/
Apache License 2.0
173 stars 76 forks source link

How do you use this library without composer? #11

Closed skillmatic-co closed 8 years ago

skillmatic-co commented 8 years ago

I can't get this library to load without composer.

I'm using this library with Wordpress inside functions.php if it helps.

dirkgroenen commented 8 years ago

I wouldn't recommend doing that, but in case you really want to you probably need to include each separate file in your project. You could write a function which does this automatically for you. There's some information on Google about this.

I haven't done this before so I can't really help you with it. Checking out this StackOverflow thread might help you.