wterberg/dcat-ap-donl
最新稳定版本:1.0.0
Composer 安装命令:
composer require wterberg/dcat-ap-donl
包简介
Allows for creation and validation of datasets conforming to the DCAT-AP-DONL 1.1 metadata standard
README 文档
README
github.com/WterBerg/php-dcatapdonl
This package allows for creation and validation of datasets conforming to the DCAT-AP-DONL 1.1 metadata standard.
License
View the LICENSE.md file for licensing details.
Installation
Installation of wterberg/dcat-ap-donl is done via Composer.
composer require wterberg/dcat-ap-donl
Usage
Usage can be as simple as:
use DCAT_AP_DONL\DCATDataset; use DCAT_AP_DONL\DCATLiteral; $dataset = new DCATDataset(); $dataset->setTitle(new DCATLiteral('My new dataset'); $validation = $dataset->validate(); var_dump($validation->getMessages());
统计信息
- 总下载量: 3.14k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 4
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-09-09