文件名称:worldcat-linkeddata-php:WorldCat.orgPHP链接数据客户端
文件大小:40KB
文件格式:ZIP
更新时间:2024-06-07 10:09:08
php xid worldcat bibliographic-data PHP
适用于PHP的WorldCat链接数据 一个用于与OCLC WorldCat的链接数据实现一起使用PHP库。 允许您检索已知项目的元数据(通过OCLC编号或ISBN),并检索作品和所有其他作品示例(即FRBR作品/表现形式)。 提供OCLC xID服务的大多数功能并包括一个半功能类,用于返回粗略形状的数据作为xID 。 (暂时删除了此内容) 例子: $manifestation = new \WorldCatLD\Manifestation(); $manifestation->findByIsbn('9780375985294'); echo $manifestation->name; => "The phantom tollbooth" get_class($manifestation->author); => "WorldCatLD\Entity" echo $manife
【文件预览】:
worldcat-linkeddata-php-master
----.gitignore(160B)
----src()
--------Resource.php(3KB)
--------Entity.php(427B)
--------exceptions()
--------Graph.php(6KB)
--------Manifestation.php(3KB)
--------Work.php(5KB)
----.travis.yml(128B)
----LICENSE(1KB)
----composer.json(726B)
----README.md(1KB)
----phpunit.xml(323B)
----tests()
--------bootstrap.php(126B)
--------unit()
--------fixtures()
----.editorconfig(312B)