thojou/ilias-plugin-utils 问题修复 & 功能扩展

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

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

thojou/ilias-plugin-utils

最新稳定版本:v8.0.0

Composer 安装命令:

composer require thojou/ilias-plugin-utils

包简介

A collection of utility classes and tools for developing ILIAS plugins.

README 文档

README

License Coverage PHPStan

Introduction

The "ILIAS Plugin Utils" library is a collection of utility classes and traits designed to simplify the development and testing of ILIAS (Integriertes Lern-, Informations- und Arbeitskooperationssystem) plugins. It provides various helper methods and traits to streamline common tasks when building and testing ILIAS plugins.

Versions

Repository Branch Composer Package Version ILIAS Compatibility PHP Compatibility Status
release/8 8.x release_8 >= 8.0 CI
release/7 7.x release_7 >= 7.2 CI

Installation

To install the "ILIAS Plugin Utils" library, you can use Composer. Run the following command in your plugin's root directory:

composer require thojou/ilias-plugin-utils:^8.0

Usage

The library offers several traits and classes that you can use to simplify plugin development and testing in ILIAS. You can include these traits in your plugin classes to leverage their functionality. See the docs directory for detailed usage guideline.

Dependency Injection

Info

  • PluginInfo: Extracts essential information from your plugin's composer.json file.

Test Bootstrap

  • bootstrap.php: A bootstrap file for setting up the test environment.

Test Cases

Test Traits

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: GPL-3.0
  • 更新时间: 2023-10-03