how to add a 3rd party library to magento?

Viewed 27692

The library doesn't need to integrate with magento, it's mostly a wrapper that communicates with an API.

I would like to be able to use this library and make these API calls from within a controller or model.

Where can I put the library? How do I add them to the autoloader?

2 Answers
Related