Skip to main content

Installing modules & plugins

Each module and plugin is registered as a composer package inside Gitlab.

You can find a list of modules and plugins to install at https://qore.qlic.nl.

Getting started

In order to install any module or plugin, you have to provide a few things to composer.json.

Generate an auth.json (make sure this is in .gitignore):

composer config gitlab-token.gitlab.qlic.nl <personal access tokens>

You can create a personal access tokens in your gitlab account preferences. Make sure it has read access.

Add the gitlab domain:

composer config gitlab-domains gitlab.qlic.nl

Add the Qore group

composer config repositories.gitlab.qlic.nl/106 '{"type": "composer", "url": "https://gitlab.qlic.nl/api/v4/group/106/-/packages/composer/packages.json"}'

Installing a package:

composer require qore/postcode:<version>

More information

For more information visit: https://gitlab.qlic.nl/help/user/packages/composer_repository/index