exinfinite / jsonld
渲染 jsonld
1.1.0
2021-01-15 07:07 UTC
Requires
- php: >=5.6
This package is auto-updated.
Last update: 2024-09-15 15:20:09 UTC
README
安装
composer require exinfinite/jsonld
使用
初始化
$jsonld = new Exinfinite\Jsonld("site name", "site url", "full url of site logo"); $jsonld->setTimezone("timezone");//default:"Asia/Taipei"
面包屑列表
$jsonld->breadcrumb([ 'page1_url' => 'page1_title', 'page2_url' => 'page2_title', 'page3_url' => 'page3_title', ... ]);
搜索操作
$jsonld->search("full path of search url", "query_param");
新闻文章
$jsonld->article("page title", "page description", ["page thumbnail", "page thumbnail"], "page published date", "page modified date");
最终输出
$jsonld->render();