Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Sylius/Sylius-Standard
Open Source eCommerce Application on top of Symfony
https://github.com/Sylius/Sylius-Standard
ecommerce ecommerce-framework ecommerce-platform hacktoberfest php sylius symfony symfony-application
Last synced: 18 days ago
JSON representation
Open Source eCommerce Application on top of Symfony
- Host: GitHub
- URL: https://github.com/Sylius/Sylius-Standard
- Owner: Sylius
- License: mit
- Created: 2013-09-08T13:43:34.000Z (about 11 years ago)
- Default Branch: 1.13
- Last Pushed: 2024-04-29T11:17:25.000Z (7 months ago)
- Last Synced: 2024-05-01T11:22:03.544Z (7 months ago)
- Topics: ecommerce, ecommerce-framework, ecommerce-platform, hacktoberfest, php, sylius, symfony, symfony-application
- Language: PHP
- Homepage: https://sylius.com
- Size: 4.82 MB
- Stars: 230
- Watchers: 39
- Forks: 317
- Open Issues: 52
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
Sylius Standard Edition
This is Sylius Standard Edition repository for starting new projects.
## About
Sylius is the first decoupled eCommerce framework based on [**Symfony**](http://symfony.com) and [**Doctrine**](http://doctrine-project.org).
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](http://phpspec.net) and [Behat](http://behat.org)
## Documentation
Documentation is available at [docs.sylius.com](http://docs.sylius.com).
## Installation
### Traditional
```bash
$ 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
$ symfony serve
$ open http://localhost:8000/
```For more detailed instruction please visit [installation chapter in our docs](https://docs.sylius.com/en/latest/book/installation/installation.html).
### Docker
#### Development
Make sure you have installed [Docker](https://docs.docker.com/get-docker/) on your local machine.
Execute `make init` in your favorite terminal and wait some time until the services will be ready.
Then enter `localhost` in your browser or execute `open localhost` in your terminal.## Troubleshooting
If something goes wrong, errors & exceptions are logged at the application level:
```bash
$ tail -f var/log/prod.log
$ tail -f var/log/dev.log
```## Contributing
Would like to help us and build the most developer-friendly eCommerce framework? Start from reading our [Contribution Guide](https://docs.sylius.com/en/latest/contributing/)!
## Stay Updated
If you want to keep up with the updates, [follow the official Sylius account on Twitter](http://twitter.com/Sylius) and [like us on Facebook](https://www.facebook.com/SyliusEcommerce/).
## Bug Tracking
If you want to report a bug or suggest an idea, please use [GitHub issues](https://github.com/Sylius/Sylius/issues).
## Community Support
Get Sylius support on [Slack](https://sylius.com/slack), [Forum](https://forum.sylius.com/) or [Stack Overflow](https://stackoverflow.com/questions/tagged/sylius).
## MIT License
Sylius is completely free and released under the [MIT License](https://github.com/Sylius/Sylius/blob/master/LICENSE).
## Authors
Sylius was originally created by [Paweł Jędrzejewski](http://pjedrzejewski.com).
See the list of [contributors from our awesome community](https://github.com/Sylius/Sylius/contributors).