Skip to content

Getting Started

Start here if you are new to QUIQQER and want to understand the first path through the documentation.

QUIQQER is a web platform that is installed once and then extended through packages. The documentation is split by role: users work inside an existing system, developers build packages, and operators install and maintain systems.

  1. Install a QUIQQER system.
  2. Verify that the administration interface is reachable.
  3. Continue with the section that matches your role.

Where To Go Next

GoalDocumentation
Install the base systemInstallation
Work inside an existing systemUsers
Maintain an installationOperators
Prepare a local development environmentDeveloper Setup
Understand the development workflowDevelopment Workflow
Build or change packagesPackage Development
Look up XML configurationXML Configuration
Check standards before committingCoding Standards

What To Know Before Building Packages

  • A QUIQQER system is extended through Composer packages.
  • Packages can provide PHP code, templates, JavaScript modules, styles, assets, commands, panels, widgets, permissions, events, and database changes.
  • Package metadata and runtime behavior are connected through XML configuration files and PHP classes.
  • Updates and setup workflows apply package changes to an installation.

Released under GPL-3.0-or-later.