Download the PHP package szepeviktor/composer-theme-fusion without Composer
On this page you can find all versions of the php package szepeviktor/composer-theme-fusion. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download szepeviktor/composer-theme-fusion
More information about szepeviktor/composer-theme-fusion
Files in szepeviktor/composer-theme-fusion
Package composer-theme-fusion
Short Description Composer plugin for ThemeFusion
License MIT
Informations about the package composer-theme-fusion
Composer plugin for ThemeFusion
A Composer plugin to load WordPress plugins from ThemeFusion.
:bulb: Always the latest version is installed, as ThemeFusion does not make other versions available. Package version locking can only be achieved by local persistent cache, not across hosts or users.
Installation
This Composer plugin must be installed globally as it adds a virtual package repository.
Configuration
Add your token and theme version to your config.json
(in $COMPOSER_HOME
).
You find the token
in WordPress option fusion_registration_data
.
Get its value with e.g. WP-CLI wp option get fusion_registration_data
.
Usage
Once the plugin is installed and configured,
you can simply install any of the premium plugins (e.g. theme-fusion/fusion-core
) as Composer packages.
You find the list plugin slugs in this JSON:
https://updates.theme-fusion.com/?avada_action=get_plugins&avada_version=
:bulb: Use the vendor name theme-fusion
.
Behind the scenes
- This package is a Composer plugin
- In the
activate
method it creates anArrayRepository
with package data from ThemeFusion API - Package version is queried from ThemeFusion API
- When installing a package its URL is also queried from ThemeFusion API
All versions of composer-theme-fusion with dependencies
composer-plugin-api Version ^2.0
composer/installers Version ^1.10 || ^2.0
szepeviktor/composer-envato Version ^0.1.2