All Projects → Sylius → Sylius Standard

Sylius / Sylius Standard

Licence: mit
Open Source eCommerce Application on top of Symfony

Projects that are alternatives of or similar to Sylius Standard

Sylius
Open Source eCommerce Platform on Symfony
Stars: ✭ 6,598 (+3898.79%)
Mutual labels:  ecommerce, ecommerce-platform, hacktoberfest, symfony
Zencart
Zen Cart® is a full-function e-commerce application for your website.
Stars: ✭ 250 (+51.52%)
Mutual labels:  ecommerce, ecommerce-platform, ecommerce-framework, hacktoberfest
Bagisto
An easy to use, free and open source laravel eCommerce platform to build your online shop in no time.
Stars: ✭ 4,140 (+2409.09%)
Mutual labels:  ecommerce, ecommerce-platform, ecommerce-framework, hacktoberfest
Ec Cube
EC-CUBE is the most popular e-commerce solution in Japan
Stars: ✭ 591 (+258.18%)
Mutual labels:  ecommerce, ecommerce-platform, symfony-application, symfony
Solidus
🛒Solidus, Rails eCommerce System
Stars: ✭ 3,985 (+2315.15%)
Mutual labels:  ecommerce, ecommerce-platform, ecommerce-framework, hacktoberfest
Prestashop
PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.
Stars: ✭ 6,192 (+3652.73%)
Mutual labels:  ecommerce, ecommerce-platform, ecommerce-framework
Wallabag
wallabag is a self hostable application for saving web pages: Save and classify articles. Read them later. Freely.
Stars: ✭ 6,392 (+3773.94%)
Mutual labels:  symfony-application, hacktoberfest, symfony
Saleor
A modular, high performance, headless e-commerce platform built with Python, GraphQL, Django, and React.
Stars: ✭ 14,720 (+8821.21%)
Mutual labels:  ecommerce, ecommerce-platform, hacktoberfest
Woocommerce
An open source eCommerce plugin for WordPress.
Stars: ✭ 7,473 (+4429.09%)
Mutual labels:  ecommerce, ecommerce-platform, hacktoberfest
Ecommerce
A powerful and lightweight eCommerce platform using ReactJs, Graphql, PHP, and Mysql.
Stars: ✭ 28 (-83.03%)
Mutual labels:  ecommerce, ecommerce-platform, symfony
Complete Php7 Ecom Website
🛒 An advanced and complete PHP 7 eCommerce website along with MySQL database and Admin interface.
Stars: ✭ 50 (-69.7%)
Mutual labels:  ecommerce, ecommerce-platform, ecommerce-framework
Magento Lts
Official OpenMage LTS codebase | Migrate easily from Magento Community Edition in minutes! Download the source code for free or contribute to OpenMage LTS | Security vulnerability patches, bug fixes, performance improvements and more.
Stars: ✭ 622 (+276.97%)
Mutual labels:  ecommerce, ecommerce-platform, hacktoberfest
Yupe
Yupe! is an open source Yiiframework-based online e-commerce solution. Demo https://demo.yupe.ru/
Stars: ✭ 596 (+261.21%)
Mutual labels:  ecommerce, ecommerce-platform, hacktoberfest
Shuup
E-Commerce Platform
Stars: ✭ 1,790 (+984.85%)
Mutual labels:  ecommerce, ecommerce-platform, ecommerce-framework
Shopware
Shopware 5 Repository - For Shopware 6 visit https://github.com/shopware/platform
Stars: ✭ 1,197 (+625.45%)
Mutual labels:  ecommerce, ecommerce-platform, hacktoberfest
Wellcommerce
Open-source E-Commerce software
Stars: ✭ 499 (+202.42%)
Mutual labels:  ecommerce, ecommerce-platform, symfony
Laravel Ecommerce
AvoRed an Open Source Laravel Shopping Cart
Stars: ✭ 1,151 (+597.58%)
Mutual labels:  ecommerce, ecommerce-platform, hacktoberfest
Platform
Shopware 6 is an open source eCommerce platform realised by the ideas and the spirit of its community.
Stars: ✭ 1,267 (+667.88%)
Mutual labels:  ecommerce, hacktoberfest, symfony
Paraunit
Run PHPUnit tests in parallel
Stars: ✭ 104 (-36.97%)
Mutual labels:  symfony-application, hacktoberfest, symfony
Aimeos Laravel
Laravel ecommerce package for professional, ultra fast online shops, complex B2B applications and #gigacommerce
Stars: ✭ 5,204 (+3053.94%)
Mutual labels:  ecommerce, ecommerce-platform, ecommerce-framework

Sylius Standard Edition

This is Sylius Standard Edition repository for starting new projects.

About

Sylius is the first decoupled eCommerce platform based on Symfony and Doctrine. The highest quality of code, strong testing culture, built-in Agile (BDD) workflow and exceptional flexibility make it the best solution for application tailored to your business requirements. Enjoy being an eCommerce Developer again!

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

Documentation

Documentation is available at docs.sylius.com.

Installation

$ wget http://getcomposer.org/composer.phar
$ php composer.phar create-project sylius/sylius-standard project
$ cd project
$ yarn install
$ yarn build
$ php bin/console sylius:install
$ php bin/console server:start
$ open http://localhost:8000/

Troubleshooting

If something goes wrong, errors & exceptions are logged at the application level:

$ tail -f var/log/prod.log
$ tail -f var/log/dev.log

If you are using the supplied Vagrant development environment, please see the related Troubleshooting guide for more information.

Contributing

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

Stay Updated

If you want to keep up with the updates, follow the official Sylius account on Twitter and like us on Facebook.

Bug Tracking

If you want to report a bug or suggest an idea, please use GitHub issues.

Community Support

Have a question? Join our Slack or post it on StackOverflow tagged with "sylius". You can also join our group on Facebook!

MIT License

Sylius is completely free and released under the MIT License.

Authors

Sylius was originally created by Paweł Jędrzejewski. See the list of contributors from our awesome community.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].