Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shopsys/shopsys
Main repository for maintaining Shopsys Platform packages. Open for ISSUES and PULL REQUESTS.
https://github.com/shopsys/shopsys
e-commerce ecommerce-framework ecommerce-platform shopsys-framework shopsys-platform
Last synced: 5 days ago
JSON representation
Main repository for maintaining Shopsys Platform packages. Open for ISSUES and PULL REQUESTS.
- Host: GitHub
- URL: https://github.com/shopsys/shopsys
- Owner: shopsys
- License: other
- Created: 2018-02-01T12:21:09.000Z (almost 7 years ago)
- Default Branch: 16.0
- Last Pushed: 2024-10-29T09:34:09.000Z (15 days ago)
- Last Synced: 2024-10-29T09:41:56.385Z (15 days ago)
- Topics: e-commerce, ecommerce-framework, ecommerce-platform, shopsys-framework, shopsys-platform
- Language: PHP
- Homepage: https://www.shopsys.com
- Size: 516 MB
- Stars: 332
- Watchers: 21
- Forks: 91
- Open Issues: 146
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG-16.0.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Shopsys Platform
[![Build Status - master](https://github.com/shopsys/shopsys/workflows/Docker%20build/badge.svg?branch=master)](https://github.com/shopsys/shopsys/actions?query=workflow%3A%22Docker+build%22+branch%3A%22master%22)
Shopsys Platform is a **fully functional e-commerce solution for businesses transitioning into tech companies with their own software development team**.
It contains the most common B2C and B2B features for online stores, and its infrastructure is prepared for high scalability.Shopsys Platform is **the fruit of our 16 years of experience in creating custom-made online stores, and it’s dedicated to the best in-house devs teams who work with online stores with tens of millions of Euros of turnover per year**.
Our platform’s **architecture is modern and corresponds to the latest trends in the production of software for leading e-commerce solutions**.
Deployment and scaling of our system are comfortable thanks to containerization and orchestration concepts (**Docker, Kubernetes**).
The platform is based on one of the best PHP frameworks on the market - **Symfony**.## Shopsys Platform Infrastructure
![Shopsys Platform Infrastructure](./docs/img/shopsys-platform-infrastructure.png 'Shopsys Platform Infrastructure')
## Current State and Roadmap
### Current State
Shopsys Platform is a fully functional e-commerce solution with all the basic functionality all e-commerce sites need:
- Product catalog
- Registered customers
- Basic orders management
- Back-end administration
- Front-end [full-text search](https://docs.shopsys.com/en/latest/model/front-end-product-searching/) and [product filtering](https://docs.shopsys.com/en/latest/model/front-end-product-filtering/)
- 3-step ordering process
- Basic CMS
- Support for several currencies, [languages, and domains](https://docs.shopsys.com/en/latest/introduction/domain-multidomain-multilanguage/)
- Full friendly URL for main entities and full control over SEO aspects of online presence
- Performance optimization through Elasticsearch, Redis, PostgreSQL
- Full core upgradability
- GDPR compliance
- Preparation for scalability
- Manifest for orchestration via [Kubernetes](https://docs.shopsys.com/en/latest/kubernetes/introduction-to-kubernetes/)
- Support to easier [deployment to Google Cloud via Terraform](https://docs.shopsys.com/en/latest/kubernetes/how-to-deploy-ssfw-to-google-cloud-platform/)
- Basic GraphQL Front-end API for implementation of own front-end and PWA### Plans for next releases
An overview of our goals and priorities can be found in our [Shopsys Platform Roadmap](https://www.shopsys.com/product-roadmap/)
## How to Start a New Project
The _shopsys/shopsys_ package is a monolithic repository, a single development environment, for the management of all parts of Shopsys Platform.
See more information about the monorepo approach in [the Monorepo article](https://docs.shopsys.com/en/latest/introduction/monorepo/).For the purposes of building a new project, use the [shopsys/project-base](https://github.com/shopsys/project-base),
which is fully ready as the base for building your Shopsys Platform project.For more detailed instructions, follow one of the installation guides:
- [Installation Guide](https://docs.shopsys.com/en/latest/installation/installation-guide/)
- [Deployment to Google Cloud](https://docs.shopsys.com/en/latest/kubernetes/how-to-deploy-ssfw-to-google-cloud-platform/)
- [Installation on production server](https://docs.shopsys.com/en/latest/installation/installation-using-docker-on-production-server/)## Documentation
For documentation of Shopsys Platform itself, see [Shopsys Platform Knowledge Base](https://docs.shopsys.com/en/latest/).
For the frequently asked questions, see [FAQ and Common Issues](https://docs.shopsys.com/en/latest/introduction/faq-and-common-issues/).
## Contributing
Let us know if you have some ideas or want to help improve Shopsys Platform!
We are looking forward to your insights, feedback, and improvements.
Thank you for helping us make Shopsys Platform better.All the necessary information is in our [Contribution Guide](./CONTRIBUTING.md).
## Support
What to do when you are in troubles or need some help?
The best way is to join our [Slack](https://join.slack.com/t/shopsysframework/shared_invite/zt-11wx9au4g-e5pXei73UJydHRQ7nVApAQ).If you are experiencing problems during installation or running Shopsys Platform on Docker,
please see our [Docker troubleshooting](https://docs.shopsys.com/en/latest/docker/docker-troubleshooting/).Or ultimately, just [report an issue](https://github.com/shopsys/shopsys/issues/new).
## License
We distribute the main parts of Shopsys Platform under two different licenses:
- [Community License](./LICENSE) in MIT style for growing small to mid-size e-commerce sites with total online sales less than 12.000.000 EUR / year (3.000.000 EUR / quarter)
- Commercial LicenseLearn the principles on which we distribute our product on our website at [Licenses and Pricing section](https://www.shopsys.com/licensing).
Some of Shopsys Platform repositories including [HTTP smoke testing](https://github.com/shopsys/http-smoke-testing) and [Monorepo Tools](https://github.com/shopsys/monorepo-tools) are distributed under standard MIT license so generally you can use it without any restriction. The information about the license is placed in the LICENSE file in the root of each repository.
Shopsys Platform also uses some third-party components and images which are licensed under their own respective licenses.
The list of these licenses is summarized in [Open Source License Acknowledgements and Third Party Copyrights](./open-source-license-acknowledgements-and-third-party-copyrights.md).