islandora/chullo
Composer 安装命令:
composer require islandora/chullo
包简介
A PHP client for interacting with a Fedora 4 server.
README 文档
README
Introduction
Chullo is a PHP client for Fedora built using Guzzle and EasyRdf.
Requirements
This module requires the following modules/libraries:
- PHP 7.4+
- Composer
Installation
git clone git@github.com:Islandora/chullo.gitcd chullophp composer.phar install
You can also install with composer by pointing to your local clone. Just add these relevant bits to your composer.json:
{
"repositories": [
{
"type": "vcs",
"url": "/path/to/chullo"
}
],
"require": {
"islandora/chullo": "^1"
}
}
Then just php composer.phar install as usual.
Usage
use Islandora\Chullo\Chullo; // Instantiated with static factory $chullo = FedoraApi::create('http://localhost:8080/fcrepo/rest'); // Create a new resource $uri = $chullo->createResource(); // http://localhost:8080/fcrepo/rest/0b/0b/6c/68/0b0b6c68-30d8-410c-8a0e-154d0fd4ca20 // Parse resource as an EasyRdf Graph $graph = $chullo->getGraph($uri); // Set the resource's title $graph->set($uri, 'dc:title', 'My Sweet Title'); // Save the graph to Fedora $chullo->saveGraph($uri, $graph);
Documentation
Further documentation for this module is available on the Islandora 8 documentation site.
Troubleshooting/Issues
Having problems or solved a problem? Check out the Islandora google groups for a solution.
Maintainers/Sponsors
Current maintainers:
Development
If you would like to contribute, please get involved by attending our weekly Tech Call. We love to hear from you!
If you would like to contribute code to the project, you need to be covered by an Islandora Foundation Contributor License Agreement or Corporate Contributor License Agreement. Please see the Contributors pages on Islandora.ca for more information.
islandora-playbook to get started. If you want to pull down the submodules for development, don't forget to run git submodule update --init --recursive after cloning.
License
islandora/chullo 适用场景与选型建议
islandora/chullo 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 530.43k 次下载、GitHub Stars 达 6, 最近一次更新时间为 2015 年 11 月 06 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 islandora/chullo 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 islandora/chullo 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 530.43k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 6
- 点击次数: 18
- 依赖项目数: 4
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-11-06