Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/evernote/evernote-cloud-sdk-php


https://github.com/evernote/evernote-cloud-sdk-php

Last synced: 1 day ago
JSON representation

Awesome Lists containing this project

README

        

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.)

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

The recommended way to install the SDK is through composer.

Just run these two commands to install it:

``` bash
$ 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:

``` php