cloudmanic / evernote-php
An easy wrapper for working with the Evernote API.
Installs: 88
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/cloudmanic/evernote-php
Requires
- evernote/evernote: dev-master
 
This package is not auto-updated.
Last update: 2025-10-25 19:03:00 UTC
README
This is a wrapper library for making work with the Evernote API easier with PHP.
Requirements
- PHP 5.3+
 - CURL
 
Access Tokens
You can get an access token either via oAuth or using one of these links.
- (sandbox) https://sandbox.evernote.com/api/DeveloperToken.action
 - (production) https://www.evernote.com/api/DeveloperToken.action
 
Supported Functions.
- Cloudmanic\Evernote\Api::set_access_token($token, false)
 - $user = Cloudmanic\Evernote\Api::get_user()
 - $notebooks = Cloudmanic\Evernote\Apie::get_notebooks()
 - $guid = Cloudmanic\Evernote\Api::new_notebook('My First Notebook 3')
 - Cloudmanic\Evernote\Api::add_file('test.jpg')
 - $guid = Cloudmanic\Evernote\Api::new_note($title, $body, $notebook_guid)
 - $tags = Cloudmanic\Evernote\Api::get_tags()
 - $guid = Cloudmanic\Evernote\Api::new_tag('My First Tag')
 
Error Functions
- Cloudmanic\Evernote\Api::get_error_string()
 - Cloudmanic\Evernote\Api::get_error()
 - Cloudmanic\Evernote\Api::get_error_code()
 - Cloudmanic\Evernote\Api::get_error_parameter()
 
Author(s)
- 
Company: Cloudmanic Labs, http://cloudmanic.com
 - 
By: Spicer Matthews http://spicermatthews.com