git remote add origin [email protected]:gotophp/bookmark.git
$ 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();
MIT