Maestrino
Sign in
Documentation

Installing without a platform add-on

Most people never need this page — if your platform has an add-on, install that instead and skip the setup entirely. This is the manual reference for developers connecting a project directly.

1. Add the registry

Tell Composer about our repository.

Terminal
composer config repositories.maestrino composer https://maestrino.org/registry

2. Authenticate

Use the install token you generate in your dashboard.

Terminal
composer config --global --auth http-basic.maestrino.org token mst_xxx_yyy

3. Require the extension

Terminal
composer require acme/widgets

Sign in to your dashboard for a copy-paste install guide tailored to your organisation, including CI and Dependabot setup.