inesys/evernote-cloud-sdk-php
最新稳定版本:v1.0.3
Composer 安装命令:
composer require inesys/evernote-cloud-sdk-php
包简介
Evernote Cloud SDK for PHP (PHP 8.2+ compatible fork)
关键字:
README 文档
README
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:
$ 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 require 'vendor/autoload.php';
If you don't use Composer , just require the provided autoloader:
<?php require_once 'src/autoload.php';
Getting started with the SDK
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.
FAQ
Where can I find out more about the Evernote API?
Please check out the Evernote Developers Portal.
统计信息
- 总下载量: 8
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2025-11-27