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

ActiveLibrary[API Development](/categories/api)

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

Evernote Cloud SDK for PHP (PHP 8.2+ compatible fork)

v1.0.3(5mo ago)08Apache-2.0PHPPHP ^8.2 || ^8.3

Since Nov 27Pushed 5mo agoCompare

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

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

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:

```
