madbob/lov-api
Composer 安装命令:
composer require madbob/lov-api
包简介
Simple wrapper for the Linked Open Vocabularies (LOV) API
关键字:
README 文档
README
Very simple wrapper to the Linked Open Vocabularies (LOV) API.
use MadBob\LovAPI\LovAPI;
/*
Inits the client
*/
$lov = new LovAPI;
/*
Fetches some information about the ontology, given his namespace
*/
$info = $lov->get('http://schema.org/');
/*
Fetches the actual ontology file from the repository, given a namespace
*/
$file = $lov->fetchFile('http://schema.org/');
统计信息
- 总下载量: 233
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-09-21