Below are instructions for putting together a PHP-based API library for Evernote, particularly for the Evernote Drupal module. I've attached a ZIP file to this post (see the bottom) which can be used temporarily until the brilliant Evernote folks have the time to compile a distribution.
If you use the ZIP file included below the following instructions (evernote-api.zip), just unzip it and add it to your /sites/all/libraries folder. To put it together yourself, use the following instructions.
- Download the file here (labeled "Evernote API)
- Expand the zip
- Copy the folder /sample/php/EDAMWebTest/lib/HTTP to /lib/php
- Copy the folder /sample/php/EDAMWebTest/lib/OAuth to /lib/php
- Next we need a few PEAR libraries that might not be installed on your server, so...
- Download the HTTP_Request PEAR script and add to /lib/php/HTTP
- Download the Net_URL PEAR script and add to /lib/php/HTTP
- Download the Net_Socket PEAR script and add to /lib/php/HTTP
- Rename the folder /lib/php to evernote and move it to your /sites/all/libraries/folder
Post new comment