No description
Find a file
Grzegorz Sadowski fd4b2cdb39
[UPMERGE] 2.0 -> payment-request (#17134)
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/payment-request -m "Resolve conflicts between 2.0 and payment-request"
```

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-08 15:11:30 +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 [UPMERGE] 2.0 -> payment-request (#17080) 2024-10-02 06:49:03 +02:00
adr Merge branch '2.0' into api-platform-3 2024-08-29 13:48:13 +02:00
bin Perform the repository's main directory cleanup 2023-09-21 13:02:23 +02:00
config Resolve conflicts between 2.0 and payment-request 2024-10-08 13:35:47 +02:00
docs Merge branch '1.14' into 2.0 2024-10-08 13:26:24 +02:00
etc/build Merge branch '1.13' into 2.0 2024-02-05 10:32:37 +01:00
features Resolve conflicts between 2.0 and payment-request 2024-10-08 13:35:47 +02:00
public [maintenance] - Use symfony runtime component 2022-11-02 19:56:55 +01:00
src [Payment] Bring back winzouStateMachineBundle to test application's bundles 2024-10-08 13:54:09 +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 Resolve conflicts between 2.0 and payment-request 2024-10-08 13:35:47 +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 [Maintenance] Update .gitattributes 2024-02-02 15:07:36 +01: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.2 2024-09-24 14:01:02 +02:00
composer-require-checker.json Resolve conflicts between 2.0 and payment-request 2024-09-25 07:34:26 +02:00
composer.json Resolve conflicts between 2.0 and payment-request 2024-10-08 13:35:47 +02:00
CONFLICTS.md Merge branch '1.14' into 2.0 2024-10-07 08:32:08 +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
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 Remove old npm packages 2024-09-19 12:59:31 +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 Merge branch 'payment-request' into upmerge/2.0_payment-request 2024-10-01 09:09:56 +02:00
phpstan.neon.dist [Maintenance] Update config phpstan, regenerate baseline and minor fixes 2024-09-25 15:58:58 +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-06-19 14:46:27 +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 Resolve conflicts between 2.0 and payment-request 2024-10-08 13:35:47 +02:00
UPGRADE-2.0.md Resolve conflicts between 2.0 and payment-request 2024-10-08 13:35:47 +02:00
UPGRADE-API-2.0.md [API] Remove unused PathHiderDocumentationModifier 2024-09-26 14:03:08 +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.