shopsys / project-base
Full-featured basis for your e-commerce project on Shopsys Platform
Package info
github.com/shopsys/project-base
Language:TypeScript
Type:project
pkg:composer/shopsys/project-base
Requires
- php: ^8.5
- ext-amqp: *
- ext-bcmath: *
- ext-ctype: *
- ext-curl: *
- ext-fileinfo: *
- ext-gd: *
- ext-iconv: *
- ext-intl: *
- ext-json: *
- ext-mbstring: *
- ext-openssl: *
- ext-pdo: *
- ext-pdo_pgsql: *
- ext-pg_query: *
- ext-redis: *
- ext-xml: *
- arvenil/ninja-mutex: ^0.6
- commerceguys/intl: ^2.0.0
- composer/composer: ^2.2.12
- cweagans/composer-patches: ^2.0
- doctrine/doctrine-bundle: ^3.2
- doctrine/doctrine-fixtures-bundle: ^4.3
- doctrine/doctrine-migrations-bundle: ^4.0
- doctrine/orm: ^3.6
- doctrine/persistence: ^4.1
- enlightn/security-checker: ^2.0
- fakerphp/faker: ^1.19.0
- friendsofsymfony/ckeditor-bundle: ^2.1
- guzzlehttp/guzzle: ^7.5.0
- helios-ag/fm-elfinder-bundle: ^13.0
- heureka/overeno-zakazniky: ^4.0.1
- jms/serializer-bundle: ^5.0
- jms/translation-bundle: ^2.2.1
- league/flysystem: ^3.11.0
- league/flysystem-aws-s3-v3: ^3.12.2
- nette/utils: ^4.0
- overblog/dataloader-bundle: ^1.1
- presta/sitemap-bundle: ^4.1
- prezent/doctrine-translatable-bundle: ^3.0
- psr/simple-cache: ^3.0
- sentry/sentry: ^4.10.0
- sentry/sentry-symfony: ^5.0.1
- shopsys/administration: 19.0.0
- shopsys/article-feed-luigis-box: 19.0.0
- shopsys/brand-feed-luigis-box: 19.0.0
- shopsys/category-feed-luigis-box: 19.0.0
- shopsys/deployment: ^5.0.0
- shopsys/form-types-bundle: 19.0.0
- shopsys/framework: 19.0.0
- shopsys/frontend-api: 19.0.0
- shopsys/luigis-box: 19.0.0
- shopsys/mcp: 19.0.0
- shopsys/mcp-attributes: 19.0.0
- shopsys/migrations: 19.0.0
- shopsys/plugin-interface: 19.0.0
- shopsys/product-feed-google: 19.0.0
- shopsys/product-feed-heureka: 19.0.0
- shopsys/product-feed-heureka-delivery: 19.0.0
- shopsys/product-feed-luigis-box: 19.0.0
- shopsys/product-feed-mergado: 19.0.0
- shopsys/product-feed-zbozi: 19.0.0
- shopsys/s3-bridge: 19.0.0
- snc/redis-bundle: ^4.8.0
- stof/doctrine-extensions-bundle: ^1.15
- symfony-cmf/routing: ^3.0.3
- symfony-cmf/routing-bundle: ^3.0.3
- symfony/doctrine-messenger: ^7.4
- symfony/dotenv: ^7.4
- symfony/error-handler: ^7.4
- symfony/flex: ^2.4
- symfony/form: ^7.4
- symfony/http-client: ^7.4
- symfony/mailer: ^7.4
- symfony/messenger: ^7.4
- symfony/monolog-bridge: ^7.4
- symfony/monolog-bundle: ^4.0
- symfony/property-info: ^7.4
- symfony/runtime: ^7.4
- symfony/security-bundle: ^7.4
- symfony/service-contracts: ^3.5
- symfony/stopwatch: ^7.4
- symfony/translation: ^7.4
- symfony/twig-bundle: ^7.4
- symfony/validator: ^7.4
- symfony/web-link: ^7.4
- symfony/webpack-encore-bundle: ^2.2
- symfony/workflow: ^7.4
- tracy/tracy: ^2.4.13
- tuscanicz/enum: ^2.1
- twig/twig: ^3.14.0
- webmozart/assert: ^2.1
Requires (Dev)
- ext-pgsql: *
- ext-zip: *
- codeception/codeception: ^5.3.0
- codeception/module-db: ^3.2.2
- codeception/module-webdriver: ^4.0.3
- codeception/phpunit-wrapper: ^9.0.7
- phpstan/phpstan: ^2.1.16
- phpstan/phpstan-doctrine: ^2.0.3
- phpstan/phpstan-phpunit: ^2.0.6
- phpstan/phpstan-symfony: ^2.0.6
- phpunit/phpunit: ^12.5
- psr/event-dispatcher: ^1.0.0
- shopsys/biome-config: 19.0.0
- shopsys/coding-standards: 19.0.0
- shopsys/http-smoke-testing: 19.0.0
- shopsys/maker: 19.0.0
- shopsys/phpunit-injector: ^2.7
- sspooky13/yaml-standards: ^9.0
- symfony/browser-kit: ^7.4
- symfony/debug-bundle: ^7.4
- symfony/var-dumper: ^7.4
- symfony/web-profiler-bundle: ^7.4
Conflicts
- guzzlehttp/psr7: <=1.8.3 || >=2.0.0 <=2.1.0
- symfony/symfony: *
This package is auto-updated.
Last update: 2026-07-15 12:06:47 UTC
README
Shopsys Project-base is the foundation you build a new project on top of. It is the starting point of every project on Shopsys Platform — a scalable e-commerce platform for fast-growing online stores, built by in-house teams and agencies. Create your own project from this repository by following the Installation Guide, and you have a working e-shop right away — backend, administration, and Next.js storefront with a complete Docker development environment — ready for you to develop your store on top of.
This repository is read-only: it is generated and maintained from the shopsys/shopsys monorepo, where all development happens. See the releases page for the history of changes.
Installation
Create your own project from this package with:
composer create-project shopsys/project-base --no-install --keep-vcs --ignore-platform-reqs
See the Installation Guide for detailed instructions.
We recommend to choose installation via Docker because it is the easiest and fastest way to start using Shopsys Platform.
Docker contains complete development environment necessary for running your application.
Whenever we add new technologies to Shopsys Platform,
updating your development environment to use these technologies will be very easy with Docker
because such an update will be done just by running docker compose build.
And that is all!
Documentation
For documentation of Shopsys Platform itself see Shopsys Platform Knowledge Base.
Contributing
Thank you for your contributions to Shopsys Project-base. Together we are making Shopsys Platform better.
This repository is READ-ONLY. If you want to report issues and/or send pull requests, please use the main Shopsys repository.
Please check our Contribution Guide before contributing.
Support
What to do when you are in troubles or need some help? The best way is to ask in our GitHub Discussions.
If you want to report issues, please use the main Shopsys repository.