PHPackages                             evernote/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. evernote/evernote-cloud-sdk-php

ActiveLibrary[API Development](/categories/api)

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

Evernote Cloud SDK for PHP

2.0.2(9y ago)146151.2k↓57.1%61[15 issues](https://github.com/evernote/evernote-cloud-sdk-php/issues)[5 PRs](https://github.com/evernote/evernote-cloud-sdk-php/pulls)3ApachePHPPHP &gt;=5.3

Since Aug 19Pushed 2y ago41 watchersCompare

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

READMEChangelogDependencies (3)Versions (3)Used By (3)

Evernote Cloud SDK PHP v2.0.2
=============================

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

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:

```
