{"id":26984259,"url":"https://github.com/friendsofshopware/froshpluginuploader","last_synced_at":"2025-10-05T01:21:28.240Z","repository":{"id":37102527,"uuid":"161803257","full_name":"FriendsOfShopware/FroshPluginUploader","owner":"FriendsOfShopware","description":"[deprecated] This plugin allows you to upload your plugin to the Shopware Store","archived":false,"fork":false,"pushed_at":"2023-02-25T14:40:45.000Z","size":1873,"stargazers_count":26,"open_issues_count":0,"forks_count":15,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-28T13:38:20.922Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FriendsOfShopware.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2018-12-14T15:22:37.000Z","updated_at":"2024-02-19T09:04:34.000Z","dependencies_parsed_at":"2024-01-16T09:53:06.700Z","dependency_job_id":"e2f931a8-6a7f-4556-9a06-5f21884da77c","html_url":"https://github.com/FriendsOfShopware/FroshPluginUploader","commit_stats":{"total_commits":507,"total_committers":20,"mean_commits":25.35,"dds":0.5384615384615384,"last_synced_commit":"788edf644e67064b3384036818d870de39ffb5ae"},"previous_names":[],"tags_count":26,"template":false,"template_full_name":null,"purl":"pkg:github/FriendsOfShopware/FroshPluginUploader","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FriendsOfShopware%2FFroshPluginUploader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FriendsOfShopware%2FFroshPluginUploader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FriendsOfShopware%2FFroshPluginUploader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FriendsOfShopware%2FFroshPluginUploader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FriendsOfShopware","download_url":"https://codeload.github.com/FriendsOfShopware/FroshPluginUploader/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FriendsOfShopware%2FFroshPluginUploader/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278399343,"owners_count":25980330,"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","status":"online","status_checked_at":"2025-10-04T02:00:05.491Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2025-04-03T17:35:54.840Z","updated_at":"2025-10-05T01:21:28.219Z","avatar_url":"https://github.com/FriendsOfShopware.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FroshPluginUploader\n[![codecov](https://codecov.io/gh/FriendsOfShopware/FroshPluginUploader/branch/master/graph/badge.svg)](https://codecov.io/gh/FriendsOfShopware/FroshPluginUploader)\n![PHPUnit](https://github.com/FriendsOfShopware/FroshPluginUploader/workflows/PHPUnit/badge.svg)\n[![License](https://img.shields.io/github/license/FriendsOfShopware/FroshPluginUploader.svg)](https://github.com/FriendsOfShopware/FroshPluginUploader/blob/master/license.txt)\n[![GitHub closed pull requests](https://img.shields.io/github/issues-pr-closed/FriendsOfShopware/FroshPluginUploader.svg)](https://github.com/FriendsOfShopware/FroshPluginUploader/pulls)\n[![Slack](https://img.shields.io/badge/chat-on%20slack-%23ECB22E)](https://slack.shopware.com?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge)\n\n# This tool is abandoned and will only receive bug fixes. Please move to https://github.com/FriendsOfShopware/shopware-cli\n\nTool for uploading new plugin releases to Shopware Store.\nRequired Environment variables:\n\n| Name             \t | Default \t | Description                                                         \t |\n|--------------------|-----------|-----------------------------------------------------------------------|\n| ACCOUNT_USER     \t | \t         | Shopware Account e-mail address                                     \t |\n| ACCOUNT_PASSWORD \t | \t         | Shopware Account password                                           \t |\n\nRequirements for Plugin:\n\n* [Shopware 5](https://github.com/FriendsOfShopware/FroshPluginUploader/wiki/Shopware-5-Plugins)\n* [Shopware Platform](https://github.com/FriendsOfShopware/FroshPluginUploader/wiki/Shopware-Platform-Plugin)\n\n## Docker\n\nYou can use it also using Docker. Don't forget to pass your credentials as env variables.\n\nExample: \n```\n❯ docker run --rm -w \"/storage\" -v (pwd):/storage friendsofshopware/plugin-uploader plugin:validate /storage/FroshAppGoogleSheet.zip\n\n [OK] Has been successfully validated                                           \n```\n\n## Archlinux User Repository (AUR)\n\nInstall using AUR package [php-sw-frosh-plugin-uploader](https://aur.archlinux.org/packages/php-sw-frosh-plugin-uploader).\n\n## CI-Integration\n\nSee [examples](https://github.com/FriendsOfShopware/FroshPluginUploader/tree/master/examples/ci) folder for how the Uploader could be integrated.\n\n# Using the Commands\n\n## ext:upload\n\nWill upload the zip to the store and triggers a code review.\n**Plugin version can be deployed multiple times, which updates the version.**\n\nValid arguments are:\n\n```\npathToZip - path to the zip file\n```\n\nValid options are:\n```\n--skipCodeReview - Skip the Code-Review\n--skipCodeReviewResult - Skip waiting for Code-Review Result\n```\n\n\n## ext:update\n\nUpdate Shopware store informations about the plugin. For plugins the files from the `${path}/Resources/store`-folder are used. For apps the store folder should be placed directly in the root folder of the app, i.e. the folder is `${path}/store` furthermore the plugin name and so on are read from the app `manifest.xml`.\n\nValid arguments are:\n\n```\npath - path to the plugin folder\n```\n\nFor more Information about the Resources/store folder checkout [this](https://github.com/FriendsOfShopware/FroshPluginUploader/wiki/Resources-store-Folder).\n\n## ext:validate\n\nWill check the plugin for validation exceptions for Code Review.\n\nValid arguments are:\n\n```\npathToZip - path to the zip file\n```\n\nValid options are:\n```\n--create - Create the plugin in account, if it doesn't exist\n```\n\n## ext:list\n\nShows all plugins in the account with the id, name, latest version and last changed.\n\n## ext:download:resources\n\nDownloads all store resources from store to the given folder.\n\n## ext:zip\n\nAllows to zip the git repository or folder of the plugin.\n\nValid arguments are:\n```\npath - path to the directory\nbranch - Optional: will detect the latest tag, otherwise will use master\n```\n\nValid options are:\n```\n--strategy - default `git`. `plain` will zip the folder as it is.\n--scope - default `false`. `true` will scope the plugin dependencies into a specific namespace using [humbug/php-scoper](https://github.com/humbug/php-scoper). php-scoper has to be available in `$PATH`\n```\n\nA .sw-zip-blacklist file can be used to define which files should be deleted before creating the zip. (**Deprecated, will be removed with 0.4.0**)\n\n# FAQ\n\n[Getting Credentials](https://github.com/FriendsOfShopware/FroshPluginUploader/wiki/Getting-Credentials)\n\n[Exception-Codes](https://github.com/FriendsOfShopware/FroshPluginUploader/wiki/PluginsException-Codes)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffriendsofshopware%2Ffroshpluginuploader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffriendsofshopware%2Ffroshpluginuploader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffriendsofshopware%2Ffroshpluginuploader/lists"}