Extension demos

Every extension we sell can be tried for 30 days before you buy it. A demo is the same package a paying customer gets — same code, same version, installed the same way. What is limited is time: for 30 days you can download the extension and receive its updates from our Composer repository.

How to ask for a demo

  1. Sign in to your extmag.com account. A demo is attached to an account, so there is no guest option.
  2. Open the extension you want and press Request demo.
  3. We read every request rather than granting them automatically, so an answer is not instant. You are emailed either way.

If we approve it, the email carries your Composer username and the commands to run. Your access token is in the Composer access section of your account — we never put it in an email, so a forwarded message cannot hand your repository access to someone else.

One demo per extension

Each extension can be tried once. If a request is declined we tell you why, and a decline does not use up your demo — you can ask again for the same extension. Trying one extension never stops you trying another.

Installing the demo

Run these in your Magento project root, with the username and token from your account:

composer config repositories.extmag composer https://repo.extmag.com
composer config --global --auth http-basic.repo.extmag.com  
composer require extmag/
php bin/magento setup:upgrade
php bin/magento cache:flush

Composer resolves the shared Extmag packages the extension depends on, so there is nothing else to require by hand. Install the demo on a staging copy of your store if you have one — that is what a demo is for.

Which repository applies to you

  • Demo — repo.extmag.com, with the credentials in your account, for 30 days.
  • Bought on extmag.com — repo.extmag.com, the same credentials, for as long as your licence runs.
  • Bought on the Adobe Commerce Marketplace — repo.magento.com, with the access keys from your Adobe account.

When the 30 days are up

Your access to that package is withdrawn: you can no longer download it or receive updates. Whatever you have already installed keeps running — we do not reach into your store to switch anything off. Buying a licence restores downloads and updates, and the configuration you made during the demo stays as it is.

We email you a few days before the demo ends, so the date does not arrive unannounced.

If anything here is unclear, ask our technical support.