Plugins

Plugins

Kimai2 supports both free and paid plugins or sometimes called bundles.
The marketplace offers a selection of mostly paid plugins, while there are many free ones on GitHub.
Plugins can be obtained either through git checkout or downloading and extracting a zip bundle into /app/data/plugins.

The following example installs the demo plugin using the Web terminal into the running app instance:
cd /app/data/plugins
git clone https://github.com/Keleo/DemoBundle.git

chown -R www-data.www-data .
cd /app/code
sudo -u www-data bin/console kimai:reload