{"id":13828478,"url":"https://github.com/shyim/store-plugin-installer","last_synced_at":"2025-07-09T06:32:03.448Z","repository":{"id":57050216,"uuid":"141325013","full_name":"shyim/store-plugin-installer","owner":"shyim","description":"Install store.shopware.com Plugins automatically in your Shopware Composer Setup","archived":true,"fork":false,"pushed_at":"2020-10-05T13:57:48.000Z","size":63,"stargazers_count":36,"open_issues_count":3,"forks_count":7,"subscribers_count":10,"default_branch":"master","last_synced_at":"2024-08-27T12:21:28.808Z","etag":null,"topics":["composer-plugin","shopware"],"latest_commit_sha":null,"homepage":"","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/shyim.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}},"created_at":"2018-07-17T17:56:40.000Z","updated_at":"2023-01-28T12:29:33.000Z","dependencies_parsed_at":"2022-08-22T09:30:28.377Z","dependency_job_id":null,"html_url":"https://github.com/shyim/store-plugin-installer","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shyim%2Fstore-plugin-installer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shyim%2Fstore-plugin-installer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shyim%2Fstore-plugin-installer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shyim%2Fstore-plugin-installer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shyim","download_url":"https://codeload.github.com/shyim/store-plugin-installer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225492420,"owners_count":17482869,"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-plugin","shopware"],"created_at":"2024-08-04T09:02:48.568Z","updated_at":"2024-11-20T08:30:36.056Z","avatar_url":"https://github.com/shyim.png","language":"PHP","funding_links":[],"categories":["PHP"],"sub_categories":[],"readme":"# Install plugins from Store during composer install\n\n\n## Deprecated:\n\nUse native composer repository https://packages.friendsofshopware.com/ instead\n\n## What do you need?\n\n* Shopware Composer Installation\n* Shopware Account Credentials\n* PHP 7.0 or higher\n* Normal Domain and not **wildcard**\n\n## Setup\n\nAdd the plugins in the extra section in your composer.json\n\nExample composer.json\n```json\n{\n    \"name\": \"shopware/composer-project\",\n    \"description\": \"Project template for Shopware projects with composer\",\n    \"type\": \"project\",\n    \"license\": \"MIT\",\n    \"authors\": [\n        {\n            \"name\": \"Shopware\",\n            \"email\": \"info@shopware.com\"\n        }\n    ],\n    \"autoload\": {\n        \"classmap\": [ \"app/AppKernel.php\" ]\n    },\n    \"require\": {\n        \"php\": \"^5.6.4||^7.0\",\n        \"composer/installers\": \"^1.0\",\n        \"shopware/shopware\": \"^5.4\",\n        \"vlucas/phpdotenv\": \"~2.0 || ~3.3\",\n        \"shyim/store-plugin-installer\": \"dev-master\"\n    },\n    \"extra\": {\n        \"installer-paths\": {\n            \"Plugins/Local/Backend/{$name}/\": [\"type:shopware-backend-plugin\"],\n            \"Plugins/Local/Core/{$name}/\": [\"type:shopware-core-plugin\"],\n            \"Plugins/Local/Frontend/{$name}/\": [\"type:shopware-frontend-plugin\"]\n        },\n        \"plugins\": {\n            \"production\": {\n                \"SwagPaymentPaypal\": \"3.4.5\"\n            }\n        }\n    },\n    \"include-path\": [\n        \"engine/Library/\"\n    ],\n    \"config\": {\n        \"optimize-autoloader\": true,\n        \"process-timeout\": 0\n    },\n    \"scripts\": {\n        \"post-root-package-install\": [\n           \"./app/post-install.sh\"\n        ],\n        \"post-install-cmd\": [\n           \"./app/post-install.sh\"\n        ],\n        \"post-update-cmd\":[\n           \"./app/post-update.sh\"\n        ]\n    }\n}\n```\n\nSet following environment variables\n   * ACCOUNT_USER (Shopware User)\n   * ACCOUNT_PASSWORD (Shopware Password)\n   * SW_STORE_PLUGIN_INSTALLER_SILENTFAIL (do not throw exceptions on errors / default: `false``)\n\nInstall the composer plugin\n\n```bash\ncomposer require shyim/store-plugin-installer\n```\n\nAaaaaaaand the Plugins should be installed\n\n## FAQ\n\n### BinariesException-14\n\nReasons can be:\n\n* You are not logged in\n* The `SHOP_URL` environment variable does not equal the from account \n\n#### Versions\n\nVersions can be a constraint or a exact version\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshyim%2Fstore-plugin-installer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshyim%2Fstore-plugin-installer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshyim%2Fstore-plugin-installer/lists"}