Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/evernote/evernote-cloud-sdk-php
https://github.com/evernote/evernote-cloud-sdk-php
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/evernote/evernote-cloud-sdk-php
- Owner: Evernote
- License: other
- Created: 2014-09-30T08:30:47.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-10-02T12:43:59.000Z (over 1 year ago)
- Last Synced: 2025-01-01T23:12:12.562Z (8 days ago)
- Language: PHP
- Size: 313 KB
- Stars: 149
- Watchers: 45
- Forks: 61
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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