PHPackages                             szepeviktor/composer-theme-fusion - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. szepeviktor/composer-theme-fusion

ActiveComposer-plugin[Utility &amp; Helpers](/categories/utility)

szepeviktor/composer-theme-fusion
=================================

Composer plugin for ThemeFusion

v0.3.0(1y ago)3284MITPHPPHP ^7.4 || ^8.0

Since Mar 22Pushed 1y ago1 watchersCompare

[ Source](https://github.com/szepeviktor/composer-theme-fusion)[ Packagist](https://packagist.org/packages/szepeviktor/composer-theme-fusion)[ RSS](/packages/szepeviktor-composer-theme-fusion/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (5)Versions (4)Used By (0)

Composer plugin for ThemeFusion
===============================

[](#composer-plugin-for-themefusion)

[![Packagist](https://camo.githubusercontent.com/2b3c8b8819b5fd0e26da5ab033486802c77985999357ade352f18ad561764da5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f737a65706576696b746f722f636f6d706f7365722d7468656d652d667573696f6e2e7376673f636f6c6f723d323339393232267374796c653d706f706f7574)](https://packagist.org/packages/szepeviktor/composer-theme-fusion)[![Packagist stats](https://camo.githubusercontent.com/198550eee7fd2c55629a03c987cbe0957ca084f87d0895e3a1af0db1470d4827/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f737a65706576696b746f722f636f6d706f7365722d7468656d652d667573696f6e2e737667)](https://packagist.org/packages/szepeviktor/composer-theme-fusion/stats)[![PHPStan](https://camo.githubusercontent.com/c961f520ec74aa0d9e60565e511aebb1c4930b5a0ea635e9be3e99bf562be287/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048505374616e2d656e61626c65642d323339393232)](https://github.com/phpstan/phpstan)

A [Composer plugin](https://getcomposer.org/doc/articles/plugins.md)to load WordPress plugins from [ThemeFusion](https://theme-fusion.com/).

💡 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

[](#installation)

This Composer plugin must be installed globally as it adds a virtual package repository.

```
composer global require --update-no-dev szepeviktor/composer-theme-fusion
```

### Configuration

[](#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`.

```
{
    "config": {
        "theme-fusion": {
            "token": "YOUR THEME-FUSION TOKEN",
            "themeVersion": "YOUR AVADA THEME VERSION, EG. '6.2.2'"
        }
    }
}
```

### Usage

[](#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=`

💡 Use the vendor name `theme-fusion`.

### Behind the scenes

[](#behind-the-scenes)

1. This package is a Composer plugin
2. In the `activate` method it creates an `ArrayRepository`with package data from ThemeFusion API
3. Package version is queried from ThemeFusion API
4. When installing a package its URL is also queried from ThemeFusion API

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance36

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 78.9% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~825 days

Total

3

Last Release

591d ago

PHP version history (2 changes)v0.1.0PHP &gt;=7.1

v0.3.0PHP ^7.4 || ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/135d8104cdf926e2b15b6a06413153a9582729f0cd48ccba7bc7e62878a39781?d=identicon)[szepeviktor](/maintainers/szepeviktor)

---

Top Contributors

[![szepeviktor](https://avatars.githubusercontent.com/u/952007?v=4)](https://github.com/szepeviktor "szepeviktor (15 commits)")[![tthomsen](https://avatars.githubusercontent.com/u/277447?v=4)](https://github.com/tthomsen "tthomsen (3 commits)")[![dlecan](https://avatars.githubusercontent.com/u/586631?v=4)](https://github.com/dlecan "dlecan (1 commits)")

---

Tags

composercomposer-pluginthemefusionwordpresscomposerwordpresscomposer-pluginthemefusion

###  Code Quality

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/szepeviktor-composer-theme-fusion/health.svg)

```
[![Health](https://phpackages.com/badges/szepeviktor-composer-theme-fusion/health.svg)](https://phpackages.com/packages/szepeviktor-composer-theme-fusion)
```

###  Alternatives

[roots/bedrock

WordPress boilerplate with Composer, easier configuration, and an improved folder structure

6.5k441.8k2](/packages/roots-bedrock)[typisttech/imposter-plugin

Composer plugin that wraps all composer vendor packages inside your own namespace. Intended for WordPress plugins.

158251.0k2](/packages/typisttech-imposter-plugin)[mnsami/composer-custom-directory-installer

A composer plugin, to help install packages of different types in custom paths.

1395.0M52](/packages/mnsami-composer-custom-directory-installer)[szepeviktor/composer-envato

Composer plugin for Envato

3715.2k1](/packages/szepeviktor-composer-envato)[arokettu/composer-license-manager

License management plugin for Composer

61207.9k](/packages/arokettu-composer-license-manager)[avored/module-installer

A composer plugin, to help install modules for AvoREd e commerce applications.

139.1k14](/packages/avored-module-installer)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
