Skip to content

qietugou/bookmark

Repository files navigation

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

About

根据路径解析 Chrome 书签

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages