PHPackages                             eugenecooper/evernote-cloud-sdk-php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. eugenecooper/evernote-cloud-sdk-php

ActiveLibrary[API Development](/categories/api)

eugenecooper/evernote-cloud-sdk-php
===================================

Evernote Cloud SDK for PHP

2.0.2(9y ago)023ApachePHPPHP &gt;=5.3

Since Aug 19Pushed 9y ago1 watchersCompare

[ Source](https://github.com/eugenecooper/evernote-cloud-sdk-php)[ Packagist](https://packagist.org/packages/eugenecooper/evernote-cloud-sdk-php)[ Docs](https://github.com/evernote/evernote-cloud-sdk-php)[ RSS](/packages/eugenecooper-evernote-cloud-sdk-php/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)Dependencies (3)Versions (4)Used By (0)

Evernote Cloud SDK PHP v2.0.1
=============================

[](#evernote-cloud-sdk-php-v201)

A newly-redesigned, simple, workflow-oriented library built on the Evernote Cloud API. It's designed to drop into your web app easily and make most common Evernote integrations very simple to accomplish. (And even the more complex integrations easier than they used to be.)

Installation
------------

[](#installation)

The recommended way to install the SDK is through composer.

Just run these two commands to install it:

```
$ curl -sS https://getcomposer.org/installer | php
$ php composer.phar require evernote/evernote-cloud-sdk-php
```

Now you can add the autoloader, and you will have access to the library:

```
