univie/univie_pure 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

univie/univie_pure

最新稳定版本:12.1.524

Composer 安装命令:

composer require univie/univie_pure

包简介

This extension allows you to seamlessly integrate academic content from the Elsevier Pure Research Information System (API v524) into your TYPO3 website, displaying publications, projects, datasets, and equipment details. Based on the Vienna Pure extension, our implementation has been specifically o

README 文档

README

Overview

Univie Pure (T3LUH FIS) is a TYPO3 Extension designed to integrate with the Elsevier Pure Web Service, allowing seamless display of Publications, Datasets, Equipment, and Projects on TYPO3-powered websites. It is fully compatible with Pure Web Service version 524 and is based on the Vienna Pure Extension.

Features

  • Fetch and display publications, projects, datasets, and equipment from Elsevier Pure Web Service.
  • Provides configurable TYPO3 plugins for embedding Pure API data.
  • Supports caching for improved performance.
  • Compatible with TYPO3 version 12.4.
  • Designed to work with Pure/FIS API v524.

Installation

1. Install via Composer

composer require univie/univie-pure

2. Manual Installation

  1. Download the extension and place it in your TYPO3 /typo3conf/ext/ directory.
  2. Activate the extension in the TYPO3 backend under Admin Tools → Extensions.
  3. Clear TYPO3 cache.

3. Configure Environment Variables

Set up your .env file in the TYPO3 Root-Directory with the following credentials:

PURE_URI=https://your-pure-instance/ws/api/524/
PURE_APIKEY=your-api-key
PURE_ENDPOINT=/ws/api/524/

4. Using Cache Warmup

Before using the Plugin run this Cache Warmup. (i.e. in crontab every 24h)

php typo3/sysext/core/bin/typo3 cache:warmup --group univie_pure

Usage

1. Adding a Plugin to a Page

  1. In TYPO3 backend, go to a page where you want to display Pure data.
  2. Add a new content element and select the T3LUH FIS plugin.
  3. Configure the plugin settings (e.g., Publication List, Project List, Dataset List, Equipment List).
  4. Save and preview the page.

API Documentation of the Pure Endpoint

Public API documentation is available at:

Development

Running PHPUnit Tests

# Only Unit Tests
ddev exec  .Build/vendor/phpunit/phpunit/phpunit -c Tests/phpunit.xml --testsuite "Unit Tests"
# Only Functional Tests
ddev exec  .Build/vendor/phpunit/phpunit/phpunit -c Tests/phpunit.xml --testsuite "Functional Tests"

Contributing

  1. Fork the repository.
  2. Create a feature branch (git checkout -b feature-xyz).
  3. Commit your changes (git commit -m 'Add feature xyz').
  4. Push to the branch (git push origin feature-xyz).
  5. Open a Pull Request.

License

This extension is licensed under the GNU GENERAL PUBLIC LICENSE Version 3.

Maintainers

Support

For questions or issues, please open a ticket on GitHub Issues.

统计信息

  • 总下载量: 16
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 1
  • Forks: 3
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-2.0-or-later
  • 更新时间: 2025-03-03