Download the PHP package shopware/platform without Composer

On this page you can find all versions of the php package shopware/platform. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package platform

[![Nightly Build Status](https://github.com/shopware/shopware/actions/workflows/nightly.yml/badge.svg?event=schedule&branch=trunk)](https://github.com/shopware/shopware/actions/workflows/nightly.yml?query=event%3Aschedule+branch%3Atrunk) [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/shopware/platform/badges/quality-score.png)](https://scrutinizer-ci.com/g/shopware/platform/) [![Latest Stable Version](https://poser.pugx.org/shopware/platform/v/stable)](https://packagist.org/packages/shopware/platform) [![Total Downloads](https://poser.pugx.org/shopware/platform/downloads)](https://packagist.org/packages/shopware/platform) [![Crowdin](https://badges.crowdin.net/shopware6/localized.svg)](https://translate.shopware.com/project/shopware6) [![License](https://img.shields.io/github/license/shopware/shopware.svg)](https://github.com/shopware/shopware/blob/trunk/LICENSE) [![GitHub closed pull requests](https://img.shields.io/github/issues-pr-closed/shopware/shopware.svg)](https://github.com/shopware/shopware/pulls) [![Discord](https://img.shields.io/badge/chat-on%20discord-%23ECB22E)](https://chat.shopware.com/?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)

Shopware logo surrounded with images of people and screenshots of Shopware

Shopware

Modern open source e-Commerce Shopware 6 is an open headless commerce platform powered by [Symfony 7](https://symfony.com) and [Vue.js 3](https://vuejs.org) that is used by thousands of shops and supported by a huge, [worldwide community](https://chat.shopware.com/) of developers, agencies, and merchants. If you like Shopware 6, give us a ⭐️  on GitHub! * 🙋‍♂️  [Be part of shopware!](https://www.shopware.com/en/jobs/) ‍ We are hiring! 🙋 * 🌎  Discover our [website](https://www.shopware.com/en/) * 🧩  Browse more than [3,100 extensions](https://store.shopware.com/en/) in our community store * 📖  Learn how to [develop extensions](https://developer.shopware.com) and everything else about the tech behind Shopware via our developer docs. * 🉐  [Translate](https://translate.shopware.com) Shopware or help by contributing to existing languages * 🛠  [Report bugs](https://github.com/shopware/shopware/issues) in our issue tracker * 💡  Give us [feedback](https://feedback.shopware.com/) or vote existing ideas * 👪  Exchange with other Shopware developers in our own [Community Hub](https://hub.shopware.com/) or the [Discord community](https://chat.shopware.com/) * 🗨  Help and get helped on [Stack Overflow](https://stackoverflow.com/questions/tagged/shopware6?tab=Newest) or in our [Community forum](https://forum.shopware.com/) ## Table of contents - [Table of contents](#table-of-contents) - [Project overview](#project-overview) - [Platform and Framework](#platform-and-framework) - [Installation](#installation) - [Production setup](#production-setup) - [Code Contribution](#code-contribution) - [Contribution setup](#contribution-setup) - [The Shopware CLA](#the-shopware-cla) - [Authors \& Contributors](#authors--contributors) - [License](#license) - [Bugs \& Feedback](#bugs--feedback) - [Reporting security issues](#reporting-security-issues) - [Extending Shopware](#extending-shopware) ## Project overview To discover the features of Shopware and what sets us apart from other ecommerce systems, take the [feature tour](https://www.shopware.com/en/products/product-tour/) on the Shopware home page. From a developer's perspective, here are some highlights that make Shopware easy and fun to work with: ### Platform and Framework Shopware is primarily based on [Symfony](https://symfony.com/what-is-symfony) and [Vue.js](https://vuejs.org/). It is a fully functional ecommerce platform, but it also serves as an **ecommerce framework**. Shopware is: - a ready-to-use [shopping cart system](https://docs.shopware.com/en/shopware-6-en/getting-started). - a vendor dependency in your [flex project](https://developer.shopware.com/docs/guides/installation/template). - [API-first](https://developer.shopware.com/docs/guides/integrations-api). - [extensible through plugins](https://developer.shopware.com/docs/guides/plugins/plugins/plugin-base-guide): - Harness the full power of Symfony by creating bundles and loading them as part of the application. - [extensible through apps](https://developer.shopware.com/docs/guides/plugins/apps/app-base-guide): - A modern, lightweight but powerful way to add functionality, requiring very little Shopware-specific knowledge. - headless if you need it to be. ## Installation ### Production setup The easiest way to run a Shopware shop is by booking a commercial plan in the [Shopware cloud](https://www.shopware.com/en/shopware-cloud/), a fully managed setup, ready to use. The recommended way for on-premise shops is to install Shopware [through the flex template](https://developer.shopware.com/docs/guides/installation/template). To unlock the full potential Shopware has to offer, [commercial plans](https://www.shopware.com/en/pricing/) are also available for on-premise. These plans enrich your shop with unique functionality, giving you an additional advantage over your competition. There is a list of [hosting partners](https://www.shopware.com/en/partner/hosting/), who offer a pre-installed shop, making your start a lot faster. We also provide a [web-based installer](https://www.shopware.com/en/download/), [installation instructions](https://developer.shopware.com/docs/guides/installation/) on docs, and the [course](https://hub.shopware.com/learn/course/shopware-setup) walks you through the necessary steps. ### Code Contribution If you have decided to contribute code to Shopware and become a member of the Shopware community, We appreciate your hard work and want to handle it with much respect. To ensure the quality of our code and our products, we have created a guideline that we all should endorse. It helps us collaborate with you. Following these guidelines will help us integrate your changes into our daily workflow effectively. Read more in [our contribution guideline](https://docs.shopware.com/en/shopware-platform-dev-en/contribution/contribution-guideline) on how to contribute code. #### Contribution setup For Contributing setup see [CONTRIBUTING.md](CONTRIBUTING.md). If you want to run Shopware locally for extension/theme/project development, check out the [development environment setup](https://developer.shopware.com/docs/guides/installation/setups/docker.html). ## The Shopware CLA When submitting your code to Shopware, you are required to sign our CLA (Contributor License Agreement) automatically. This CLA ensures that Shopware will stay an open and living product. In short, you give the explicit right to use your code in Shopware to shopware AG. ## Authors & Contributors Shopware is built with the help of our community. You can find an overview of everyone who contributed to the platform repository in the [official GitHub overview](https://github.com/shopware/shopware/graphs/contributors). Additionally, numerous people contribute to the ecosystem through activities unrelated to the codebase. Thank you all for being part of this! ## License Shopware 6 is completely free and released under the [MIT License](LICENSE). ## Bugs & Feedback No software is perfect, and Shopware is no exception. Should you spot a bug, please report it in our [issue tracker](https://github.com/shopware/shopware/issues). If you want to suggest features or how certain parts of Shopware 6 work, we'd be happy to [hear from you](https://feedback.shopware.com/). ## Reporting security issues Please review our [security policy](SECURITY.md). ### Extending Shopware There are already a lot of extensions available in the [Shopware store](https://store.shopware.com/). After setting up [Shopware locally for development](https://developer.shopware.com/docs/guides/installation), you can start with our extension guides in the documentation. The preferred way of extending Shopware is through the [App System](https://developer.shopware.com/docs/guides/plugins/apps/app-base-guide). If the feature you want to implement needs direct access to the Shopware process and the database, you can also use the [plugin system](https://developer.shopware.com/docs/guides/plugins/plugins/plugin-base-guide). You can find an [overview and differentiation in the documentation](https://developer.shopware.com/docs/concepts/extensions).


All versions of platform with dependencies

PHP Build Version
Package Version
Requires php Version ~8.1.0 || ~8.2.0 || ~8.3.0
ext-curl Version *
ext-dom Version *
ext-fileinfo Version *
ext-gd Version *
ext-intl Version *
ext-json Version *
ext-mbstring Version *
ext-openssl Version *
ext-pdo Version *
ext-pdo_mysql Version *
ext-session Version *
ext-simplexml Version *
ext-sodium Version *
ext-xml Version *
ext-zip Version *
ext-zlib Version *
composer-runtime-api Version ^2.0
async-aws/simple-s3 Version ^1.1
cocur/slugify Version ^4.3.0
composer/composer Version ^2.4.4
composer/semver Version ^3.2
doctrine/annotations Version ^1.14 || ^2.0
doctrine/dbal Version ^3.7
doctrine/inflector Version ^2.0
dompdf/dompdf Version 2.0.4
dragonmantank/cron-expression Version ^3.3
erusev/parsedown-extra Version 0.8.1
ezyang/htmlpurifier Version ^4.16
guzzlehttp/guzzle Version ^7.5.0
guzzlehttp/psr7 Version ^2.4
lcobucci/jwt Version ^4.2
league/flysystem Version ^3.10.3
league/flysystem-async-aws-s3 Version ^3.10.3
league/flysystem-google-cloud-storage Version ^3.10.3
league/flysystem-memory Version ^3.10.3
league/mime-type-detection Version ^1.13.0
league/oauth2-server Version ^8.5
meyfa/php-svg Version ^0.13.0
monolog/monolog Version ^3.3.1
nyholm/psr7 Version ^1.5
opensearch-project/opensearch-php Version ^2.0
padaliyajay/php-autoprefixer Version ^1.4
psr/cache Version ^3.0.0
psr/event-dispatcher Version ^1.0.0
psr/http-factory Version ^1.0.1
psr/http-message Version ^1.1 || ^2.0
psr/log Version ^3.0.0
ramsey/uuid Version ^4.7
scssphp/scssphp Version ^v1.11.0
setasign/fpdi Version ^2.3.7
setasign/tfpdf Version ^1.33
shopware/conflicts Version >=0.1.30
shyim/opensearch-php-dsl Version ^1.0.1
squirrelphp/twig-php-syntax Version ^1.13.0
symfony/asset Version ~6.4.0
symfony/cache Version ~6.4.4
symfony/cache-contracts Version ~3.1.0
symfony/clock Version ~6.4.0
symfony/config Version ~6.4.0
symfony/console Version ~6.4.0
symfony/debug-bundle Version ~6.4.0
symfony/dependency-injection Version ~6.4.0
symfony/deprecation-contracts Version ~3.1.0
symfony/doctrine-messenger Version ~6.4.0
symfony/dotenv Version ~6.4.0
symfony/error-handler Version ~6.4.0
symfony/event-dispatcher Version ~6.4.0
symfony/event-dispatcher-contracts Version ~3.1.0
symfony/filesystem Version ~6.4.0
symfony/finder Version ~6.4.0
symfony/framework-bundle Version ~6.4.0
symfony/http-foundation Version ~6.4.0
symfony/http-kernel Version ~6.4.0
symfony/lock Version ~6.4.0
symfony/mailer Version ~6.4.0
symfony/messenger Version ~6.4.0
symfony/mime Version ~6.4.0
symfony/monolog-bridge Version ~6.4.0
symfony/monolog-bundle Version ~3.8.0
symfony/options-resolver Version ~6.4.0
symfony/polyfill-php83 Version ~1.28.0
symfony/process Version ~6.4.0
symfony/property-access Version ~6.4.0
symfony/property-info Version ~6.4.0
symfony/proxy-manager-bridge Version ~6.4.0
symfony/psr-http-message-bridge Version ~2.1.3
symfony/rate-limiter Version ~6.4.0
symfony/routing Version ~6.4.0
symfony/runtime Version ~6.4.0
symfony/security-core Version ~6.4.0
symfony/security-csrf Version ~6.4.0
symfony/serializer Version ~6.4.0
symfony/service-contracts Version ~3.1.0
symfony/stopwatch Version ~6.4.0
symfony/string Version ~6.4.0
symfony/translation Version ~6.4.0
symfony/translation-contracts Version ~3.1.0
symfony/twig-bridge Version ~6.4.0
symfony/twig-bundle Version ~6.4.0
symfony/validator Version ~6.4.0
symfony/var-exporter Version ~6.4.1
symfony/yaml Version ~6.4.0
tecnickcom/tcpdf Version ^6.6.1
twig/intl-extra Version ^3.26.0
twig/string-extra Version ^3.24.0
twig/twig Version ^3.26.0
zircote/swagger-php Version ^4.5.1
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package shopware/platform contains the following files

Loading the files please wait ...