Appearance
Requirements
The versions you need in place before installing the Sylius Marketplace Plugin:
| PHP | Symfony | Sylius |
|---|---|---|
| ^8.2 | ^6.4 || ^7.4 | ^2.0 |
Databases
Both MySQL and PostgreSQL are supported — the plugin ships a separate schema baseline migration for each, so doctrine:migrations:migrate applies the right one for your platform automatically.
| Database | Supported | Covered by CI |
|---|---|---|
| MySQL | 5.7+, 8.0+ | 8.4 |
| PostgreSQL | 16 | 16 |
Still on Sylius 1.x?
Use the 2.2 branch of this plugin instead, which supports PHP ^7.4 || ^8.0 and Sylius ^1.10.
Ready? Head to the installation.