2017-25 © Pedro Peláez
 

library yii2-ynote

youdao note library for Yii2 framework

image

colee/yii2-ynote

youdao note library for Yii2 framework

  • Monday, May 2, 2016
  • by colee
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

yii2-ynote

YII2 有道云笔记的SDK, (*1)

install

composer require colee/yii2-ynote, (*2)

usage

在配置文件中配置components ``` php 'ynote'=>[ 'class'=>'colee\ynote\YNote', 'oauth_consumer_key'=>'', 'oauth_consumer_secret'=>'', 'domain'=>'http://note.youdao.com', 'oauth_access_token'=>'', 'oauth_access_secret'=>'', ],, (*3)

常用的方法:
``` php
\Yii::$app->ynote->getNoteBookList(); //获取笔记本列表
\Yii::$app->ynote->getNotePaths($notebook->path);//传入笔记本path,获取本子下的所有笔记的path
\Yii::$app->ynote->getNodeByPath($node_path); //通过path获取笔记详情

The Versions

02/05 2016

dev-master

9999999-dev https://github.com/colee1985/yii2-ynote

youdao note library for Yii2 framework

  Sources   Download

MIT

The Requires

  • php ~5.5|~7.0

 

by Avatar colee

yii2 widget colee youdao youdao sdk ynote yii2-ynote