{"id":20342164,"url":"https://github.com/szepeviktor/composer-theme-fusion","last_synced_at":"2025-07-17T02:10:17.636Z","repository":{"id":57064147,"uuid":"249267735","full_name":"szepeviktor/composer-theme-fusion","owner":"szepeviktor","description":"Composer plugin for ThemeFusion ⬢","archived":false,"fork":false,"pushed_at":"2024-10-09T21:09:09.000Z","size":26,"stargazers_count":3,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-11T23:43:03.678Z","etag":null,"topics":["composer","composer-plugin","themefusion","wordpress"],"latest_commit_sha":null,"homepage":"https://packagist.org/packages/szepeviktor/composer-theme-fusion","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/szepeviktor.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-03-22T20:35:08.000Z","updated_at":"2025-01-07T04:52:36.000Z","dependencies_parsed_at":"2024-11-14T21:42:39.288Z","dependency_job_id":null,"html_url":"https://github.com/szepeviktor/composer-theme-fusion","commit_stats":{"total_commits":11,"total_committers":2,"mean_commits":5.5,"dds":0.09090909090909094,"last_synced_commit":"3e71079b44a8fba1b9160ab4867aca2d3a40502b"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/szepeviktor/composer-theme-fusion","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/szepeviktor%2Fcomposer-theme-fusion","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/szepeviktor%2Fcomposer-theme-fusion/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/szepeviktor%2Fcomposer-theme-fusion/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/szepeviktor%2Fcomposer-theme-fusion/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/szepeviktor","download_url":"https://codeload.github.com/szepeviktor/composer-theme-fusion/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/szepeviktor%2Fcomposer-theme-fusion/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265560078,"owners_count":23788125,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["composer","composer-plugin","themefusion","wordpress"],"created_at":"2024-11-14T21:31:40.638Z","updated_at":"2025-07-17T02:10:17.580Z","avatar_url":"https://github.com/szepeviktor.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Composer plugin for ThemeFusion\n\n[![Packagist](https://img.shields.io/packagist/v/szepeviktor/composer-theme-fusion.svg?color=239922\u0026style=popout)](https://packagist.org/packages/szepeviktor/composer-theme-fusion)\n[![Packagist stats](https://img.shields.io/packagist/dt/szepeviktor/composer-theme-fusion.svg)](https://packagist.org/packages/szepeviktor/composer-theme-fusion/stats)\n[![PHPStan](https://img.shields.io/badge/PHPStan-enabled-239922)](https://github.com/phpstan/phpstan)\n\nA [Composer plugin](https://getcomposer.org/doc/articles/plugins.md)\nto load WordPress plugins from [ThemeFusion](https://theme-fusion.com/).\n\n:bulb: Always the latest version is installed, as ThemeFusion does not make other versions available.\nPackage version locking can only be achieved by local persistent cache, not across hosts or users.\n\n### Installation\n\nThis Composer plugin must be installed globally as it adds a virtual package repository.\n\n```shell\ncomposer global require --update-no-dev szepeviktor/composer-theme-fusion\n```\n\n### Configuration\n\nAdd your token and theme version to your `config.json` (in `$COMPOSER_HOME`).\n\nYou find the `token` in WordPress option `fusion_registration_data`.\nGet its value with e.g. WP-CLI `wp option get fusion_registration_data`.\n\n```json\n{\n    \"config\": {\n        \"theme-fusion\": {\n            \"token\": \"YOUR THEME-FUSION TOKEN\",\n            \"themeVersion\": \"YOUR AVADA THEME VERSION, EG. '6.2.2'\"\n        }\n    }\n}\n```\n\n### Usage\n\nOnce the plugin is installed and configured,\nyou can simply install any of the **premium** plugins (e.g. `theme-fusion/fusion-core`) as Composer packages.\nYou find the list plugin slugs in this JSON:  \n`https://updates.theme-fusion.com/?avada_action=get_plugins\u0026avada_version=`\n\n:bulb: Use the vendor name `theme-fusion`.\n\n### Behind the scenes\n\n1. This package is a Composer plugin\n1. In the `activate` method it creates an `ArrayRepository`\n   with package data from ThemeFusion API\n1. Package version is queried from ThemeFusion API\n1. When installing a package its URL is also queried from ThemeFusion API\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fszepeviktor%2Fcomposer-theme-fusion","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fszepeviktor%2Fcomposer-theme-fusion","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fszepeviktor%2Fcomposer-theme-fusion/lists"}