srag/learningprogresspieui

This package is abandoned and no longer maintained. No replacement package was suggested.

ILIAS Learning Progress Pie UI

1.3.0 2022-07-18 08:46 UTC

This package is auto-updated.

Last update: 2022-07-18 08:51:18 UTC


README

ILIAS Learning Progress Pie UI

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

Using srag/piechart

Usage

Composer

First add the following to your composer.json file:

"require": {
  "srag/learningprogresspieui": ">=1.0.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