Lifetime updates | 180 days of free support included ...more |
This is a special additional package available for large teams, companies, developers and individuals who are looking for a ways to install and update our modules via Composer.
Purchasing this package, will grant you 1 full year of access to Composer installation and updates, after this period should you need further access to Composer you can purchase the package again.
Note that this is a non-refundable package.
All our products come with a 6 full months (180 days) of premium support. To report a bug, use our Premium Help Desk available in your account at Anowave.
To access Anowave's packages in Composer, configure authentication globally on your machine. Find below the configuration procedure that will add the require repository and the ways to access packages using a private user and token combination
Composer config command
composer config repositories.private-packagist composer https://repo.packagist.com/YOUR COMPOSER USER/ composer config repositories.packagist.org false
Setup authentication
composer config --global --auth http-basic.repo.packagist.com user token
Alternatively, for example for CI environments, you can use an environment variable:
COMPOSER_AUTH='{"http-basic":{"repo.packagist.com":{"username":"token","password":"your-authentication-token-here"}}}'
Installing extension
To install an extension you need to know the extension name first, you can find the extension package name in the order details menu e.g. Anowave / My profile / View order
In the following example, we shall presume that for education purposes, the package is called anowave/metrics
1. Installing extension
composer require anowave/metrics
2. Updating extension
composer update anowave/metrics
3. Removing/Uninstalling extension
composer remove anowave/metrics
Anowave is an extension developer for Magento 1.x and Magento 2.x platforms. We provide a wide range of premium extensions for our in-house and public clients. The extensions we offer extend the capabilities of Magento and provide bespoke functionality. They also fill some gaps in the functionality provided by the base platform and help customers choose Magento as their preferred eCommerce platform.
The extensions we offer are part of our full-range Magento service, which also includes a Premium Helpdesk where customers can speak with actual software engineers and have their issues resolved without hassle. Premium-labeled modules also include free installation, configuration, testing, etc.