{"id":28438472,"url":"https://github.com/shopware/setup-shopware","last_synced_at":"2026-02-11T19:06:39.921Z","repository":{"id":181689615,"uuid":"667149705","full_name":"shopware/setup-shopware","owner":"shopware","description":"Setup Shopware in GitHub Actions","archived":false,"fork":false,"pushed_at":"2026-01-19T12:34:19.000Z","size":119,"stargazers_count":15,"open_issues_count":0,"forks_count":5,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-01-19T19:26:29.755Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/shopware.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,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-07-16T19:57:14.000Z","updated_at":"2026-01-19T12:33:04.000Z","dependencies_parsed_at":"2024-09-16T17:13:57.738Z","dependency_job_id":"5ff851d0-854b-408e-9888-3ef4de01ee78","html_url":"https://github.com/shopware/setup-shopware","commit_stats":null,"previous_names":["friendsofshopware/setup-shopware","shopware/setup-shopware"],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/shopware/setup-shopware","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shopware%2Fsetup-shopware","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shopware%2Fsetup-shopware/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shopware%2Fsetup-shopware/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shopware%2Fsetup-shopware/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shopware","download_url":"https://codeload.github.com/shopware/setup-shopware/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shopware%2Fsetup-shopware/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29341734,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T18:58:20.535Z","status":"ssl_error","status_checked_at":"2026-02-11T18:56:44.814Z","response_time":97,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-06-06T01:07:28.966Z","updated_at":"2026-02-11T19:06:39.917Z","avatar_url":"https://github.com/shopware.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Setup Shopware\n\nThis GitHub action helps you set up Shopware, PHP, MySQL, Node.js, and other requirements in your GitHub Actions workflows for unit testing, end-to-end testing, and custom CI/CD workflows.\n\n## Features\n\n- **Easy setup**: Install Shopware from any repository and version.\n- **PHP \u0026 Composer**: Set up PHP (with optional extensions) and Composer.\n- **Database**: Automatically configures MySQL.\n- **Custom install**: Optionally install Shopware with locale and currency.\n- **Asset building**: Optionally build Administration and Storefront assets.\n- **Test-ready**: Supports PHPUnit and E2E test environments.\n\n\n## Inputs\n\n| Name                   | Description                                                        | Default         | Required |\n|------------------------|--------------------------------------------------------------------|-----------------|----------|\n| `env`                  | Environment type: `test` for PHPUnit, `e2e` for end-to-end.        | `test`          | false    |\n| `shopware-version`     | Shopware version to install (e.g. `v6.5.3.2`).                     |                 | true     |\n| `shopware-repository`  | GitHub repository to clone Shopware from.                          | `shopware/shopware` | true |\n| `php-version`          | PHP version (compatible with [shivammathur/setup-php]).            | `8.2`           | false    |\n| `php-extensions`       | Comma-separated list of PHP extensions.                            |                 | false    |\n| `php-ini-values`       | PHP ini values to set (e.g. `post_max_size=256M`).                 | `session.gc_probability=0` | false    |\n| `composer-root-version`| Set the COMPOSER_ROOT_VERSION. `.auto` to discover from composer.json | `.auto`       | false    |\n| `install`              | Whether to run the Shopware installer.                             | `false`         | true     |\n| `install-locale`       | Locale for Shopware installation.                                  | `en-GB`         | true     |\n| `install-currency`     | Currency for Shopware installation.                                | `EUR`           | true     |\n| `install-admin`        | Build the Administration.                                          |                 | false    |\n| `install-storefront`   | Build the Storefront.                                              |                 | false    |\n| `keep-composer-tools`  | Keep Composer tools (PHPStan, ECS, BC-Checker) after install.      | `false`         | true     |\n| `mysql-version`        | MySQL image to use, or `builtin` for GitHub-hosted MySQL.          | `builtin`       | false    |\n| `node-version`         | Node.js version (e.g. `20.x`).                                    | `20.x`          | false    |\n| `path`                 | Directory in `$GITHUB_WORKSPACE` to clone Shopware into.           |                 | true     |\n| `disable-bundles`      | Comma-separated list of bundles to disable (e.g., `Administration, Storefront, Elasticsearch`). | | false |\n\n## Example pipeline to run PHPUnit tests\n\n```yaml\njobs:\n    phpunit:\n        runs-on: ubuntu-latest\n        steps:\n            - name: Setup Shopware\n              uses: shopware/setup-shopware@v1\n              with:\n                env: test\n                shopware-version: v6.5.3.2\n                shopware-repository: shopware/shopware\n                php-version: 8.1\n                install: true\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshopware%2Fsetup-shopware","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshopware%2Fsetup-shopware","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshopware%2Fsetup-shopware/lists"}