2017 © Pedro Peláez
 

library evernote-cloud-sdk-php

Evernote Cloud SDK for PHP

image

evernote/evernote-cloud-sdk-php

Evernote Cloud SDK for PHP

  • Tuesday, May 2, 2017
  • by Laurent-Sarrazin
  • Repository
  • 36 Watchers
  • 124 Stars
  • 32,227 Installations
  • PHP
  • 4 Dependents
  • 1 Suggesters
  • 47 Forks
  • 11 Open issues
  • 3 Versions
  • 5 % Grown

The README.md

Evernote Cloud SDK PHP v2.0.2

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.), (*1)

Installation

The recommended way to install the SDK is through composer., (*2)

Just run these two commands to install it:, (*3)

``` bash $ curl -sS https://getcomposer.org/installer | php $ php composer.phar require evernote/evernote-cloud-sdk-php, (*4)


Now you can add the autoloader, and you will have access to the library: ``` php <?php require 'vendor/autoload.php';

If you don't use Composer , just require the provided autoloader:, (*5)

``` php <?php, (*6)

require_once 'src/autoload.php'; ```, (*7)

Getting started with the SDK

Getting started guide, (*8)

Note for users of the 1.x SDK for PHP

This SDK is a complete revision of the previous Evernote SDK for PHP. See the Migration guide for more information., (*9)

FAQ

Where can I find out more about the Evernote API?

Please check out the Evernote Developers Portal., (*10)

The Versions