Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 599 Bytes

README.md

File metadata and controls

41 lines (25 loc) · 599 Bytes

bookmark

git remote add origin [email protected]:gotophp/bookmark.git

Installing

$ composer require qietugou/bookmark -vvv

使用

use Qietugou\Bookmark\Bookmark;

$book = new Bookmark('您的浏览器书签路径');


$book->getBookmarks()->toResult();

方法

// 传 true 原样输出
$book = new Bookmark('path', true);

// 导航栏
$book->getBookmarks()->toBarResult();
// 其它
$book->getBookmarks()->toOtherResult();
// 移动端设备
$book->getBookmarks()->toSyncedResult();

License

MIT