No description
Find a file
Grzegorz Sadowski 37951a0c08
[UPMERGE] 1.14 -> 2.0 (#17310)
This PR has been generated automatically.
For more details see
[upmerge_pr.yaml](/Sylius/Sylius/blob/1.13/.github/workflows/upmerge_pr.yaml).

**Remember!** The upmerge should always be merged with using `Merge pull
request` button.

In case of conflicts, please resolve them manually with usign the
following commands:
```
git fetch upstream
gh pr checkout <this-pr-number>
git merge upstream/2.0 -m "Resolve conflicts between 1.14 and 2.0"
```

If you use other name for the upstream remote, please replace `upstream`
with the name of your remote pointing to the `Sylius/Sylius` repository.

Once the conflicts are resolved, please run `git merge --continue` and
push the changes to this PR.
2024-10-23 13:28:41 +02:00
.bunnyshell Fix bunnyshell on bootstrap shop branch 2024-08-16 09:55:16 +02:00
.docker Update dev dockerfile 2023-01-19 13:55:43 +01:00
.github [CI] Use default env in MySQL workflow (#17248) 2024-10-16 14:51:43 +02:00
adr Add ADR 2024-10-22 08:47:23 +02:00
bin Perform the repository's main directory cleanup 2023-09-21 13:02:23 +02:00
config [CoreBundle] Unification of services names (#17278) 2024-10-22 07:26:18 +02:00
docs Merge branch '1.14' into 2.0 2024-10-22 14:55:04 +02:00
etc/build Merge branch '1.13' into 2.0 2024-02-05 10:32:37 +01:00
features [Behat] Change panther to chromedriver 2024-10-20 14:25:23 +02:00
public [maintenance] - Use symfony runtime component 2022-11-02 19:56:55 +01:00
src [Maintenance] Remove deprecated APIP service (#17309) 2024-10-23 12:45:15 +02:00
templates Fix it_shows_shop_not_found_page_for_a_visitor_when_accessing_an_unknown_url test 2024-09-10 14:35:01 +02:00
tests Revert "[Maintenance] Regenerate migrations" 2024-10-22 20:48:05 +02:00
translations [Maintenance] Update composer, bundles and symfony lock 2020-09-04 14:29:26 +02:00
.babelrc Bump JS dependencies' versions 2022-09-16 16:40:17 +02:00
.dockerignore [Bunnyshell] Adjust the workflows for Fork PRs 2023-06-30 12:42:49 +03:00
.editorconfig Use rollup to bundle JS (ES6 modules) 2018-06-15 19:49:05 +02:00
.env Use new transport for payment_request 2024-08-06 13:40:45 +02:00
.env.test Use new transport for payment_request 2024-08-06 13:40:45 +02:00
.env.test_cached Use new transport for payment_request 2024-08-06 13:40:45 +02:00
.env.test_cached_payum Rename the test_cached_payumless environment to test_cached_payum 2024-08-06 13:53:41 +02:00
.gitattributes Allow exporting package.json files from bundles 2024-10-10 07:44:37 +02:00
.gitignore [Maintenance] Add pnpm lock file to gitignore 2024-09-05 09:10:47 +02:00
.npmignore Prepare for releasing @sylius-ui/frontend npm package 2022-11-10 16:58:57 +01:00
.readthedocs.yaml [Documentation] Add configuration file for Read the Docs 2024-01-26 09:58:59 +01:00
behat.yml.dist Bring back the "chrome_headless_second_session" mink session 2023-12-21 14:51:22 +01:00
CHANGELOG-2.0.md Update changelog for v2.0.0-ALPHA.3 2024-10-15 12:12:08 +02:00
chromedriver Resolve conflicts between 1.14 and 2.0 2024-10-20 11:01:28 +02:00
composer-require-checker.json Add Winzou classes to composer require checker whitelist 2024-10-15 08:26:55 +02:00
composer.json [Maintenance] Do not upgrade to APIP 4 2024-10-23 08:42:46 +02:00
docker-compose.test.yml [Docker] Update Symfony messenger configuration 2023-01-24 16:53:01 +01:00
docker-compose.yml [Docker] Add env vars to docker-compose.yml 2022-09-13 09:55:54 +02:00
ecs.php Merge branch '1.13' into 2.0 2024-04-16 12:45:01 +02:00
geckodriver Resolve conflicts between 1.14 and 2.0 2024-10-20 11:01:28 +02:00
LICENSE Update LICENSE, move trademark and logo info to another file 2024-10-07 13:31:21 +02:00
LICENSE_OF_TRADEMARK_AND_LOGO Create LICENSE_OF_TRADEMARK_AND_LOGO 2024-10-07 13:34:05 +02:00
Makefile Remove Psalm 2023-12-04 11:10:34 +01:00
monorepo-builder.php Checking package versions 2022-10-05 10:35:26 +02:00
package.json Update dependencies 2024-10-23 09:26:50 +02:00
phparkitect.php [Composer] Change dependency from Core component to CoreBundle in PayumBundle 2024-10-02 12:15:07 +02:00
phpspec.yml.dist Remove custom error level on Phpspec 2022-05-16 10:01:29 +02:00
phpstan-baseline.neon [Composer] Remove sonata-project/block-bundle dependency 2024-10-21 14:29:02 +02:00
phpstan.neon.dist Load Winzou State Machine configs conditionally 2024-10-15 08:26:55 +02:00
phpunit.xml.dist Refactor checking whether the channel can be deleted 2023-11-06 16:02:12 +01:00
README.md Update README.md 2024-10-09 15:10:00 +02:00
rector.php Add support for Twig Components in Template Events 2023-09-22 10:28:20 +02:00
RoboFile.php Merge branch '1.13' into 2.0 2024-01-19 14:50:54 +01:00
SECURITY.md Refer to release process from SECURITY.md 2019-06-12 22:29:14 +08:00
symfony.lock [Composer] Move nyholm/psr7 to dev dependencies 2024-10-21 14:29:52 +02:00
UPGRADE-2.0.md [Maintenance] Remove deprecated APIP service (#17309) 2024-10-23 12:45:15 +02:00
UPGRADE-API-2.0.md [API] Rename route parameters 2024-10-17 13:01:46 +02:00
webpack.config.js Add Shop webpack config and change private directory to assets 2024-07-22 12:00:56 +02:00

Sylius is an Open Source eCommerce framework on top of Symfony.

The highest quality of code, strong testing culture, built-in Agile (BDD) workflow and exceptional flexibility make it the best solution for applications tailored to your business requirements. Powerful REST API allows for easy integrations and creating unique customer experience on any device.

We're using full-stack Behavior-Driven-Development, with phpspec and Behat.

Enjoy being an eCommerce Developer again!

⚙️ Installation

Install Sylius with Composer (see requirements details).

Follow the Getting started with Sylius tutorial!

📖 Documentation

Documentation is available at docs.sylius.com.

Sylius Plus

Sylius Plus offers modular features like OnePageCheckout and a B2B suite, alongside advanced capabilities such as multi-store management, partial order fulfillment, smooth returns handling, a loyalty system and multi-source inventory. Pick and choose the modules you need to supercharge your eCommerce projects effortlessly.

🤝 Community

Get Sylius support on Slack or Stack Overflow or get professional SLA-backed support and Project Success Assistance with Sylius Plus license! Learn more.

Stay updated by following our Twitter and Facebook.

Would like to help us and build the most developer-friendly eCommerce framework? Start from reading our Contributing Guide!

👮 Security issues

If you think that you have found a security issue in Sylius, please do not use the issue tracker and do not post it publicly. Instead, all security issues must be sent to security@sylius.com.

📦 Plugins and Extensions: Sylius Store

You can find Sylius plugins on our Sylius Store which is a Marketplace with Sylius extensions.

Or search for packages marked as sylius-plugin on Packagist.

📃 License

Sylius is completely free and released under the MIT License.

✍️ Authors

Sylius was originally created by Paweł Jędrzejewski.

Kudos to all Sylius contributors 🙏

... and others!

See the full list of contributors from our awesome community.