Installation & Updates

MageB2B extensions are distributed through a private Composer repository (Satis-based) using bearer token authentication.

Repository Setup (Composer)

  1. Add your license token to Composer:
composer config bearer.repo.softwaresilo.io 
  1. Add the private repository:
composer config repositories.softwaresilo composer https://repo.softwaresilo.io/
  1. Install your package(s):
composer require /

Where To Get Your Token

Your token is available in the customer portal under:

  • /en/account/licenses

Token details are only shown for paid orders.

Common Issues

Credentials in auth.json

Composer stores bearer tokens in auth.json. If installs fail, verify the repository host and token there.

Update Without Cache

If Composer keeps using old metadata, try:

composer update --no-cache

Found an issue with this documentation? Let us know