Skip to content
This repository has been archived by the owner on Jul 18, 2022. It is now read-only.
/ JiraCurl Public archive

Connect to Jira via Curl

Notifications You must be signed in to change notification settings

fluxfw/JiraCurl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

srag/jiracurl Library for ILIAS Plugins

Connect to Jira via Curl

This project is licensed under the GPL-3.0-only license

Usage

Composer

First add the following to your composer.json file:

"require": {
  "srag/jiracurl": ">=0.1.0"
},

And run a composer install.

If you deliver your plugin, the plugin has it's own copy of this library and the user doesn't need to install the library.

Tip: Because of multiple autoloaders of plugins, it could be, that different versions of this library exists and suddenly your plugin use an older or a newer version of an other plugin!

So I recommand to use srag/librariesnamespacechanger in your plugin.

Requirements

  • ILIAS 6.0 - 7.999
  • PHP >=7.2