{"id":13404961,"url":"https://github.com/Sylius/Sylius-Standard","last_synced_at":"2025-03-14T09:32:04.449Z","repository":{"id":455273,"uuid":"12681284","full_name":"Sylius/Sylius-Standard","owner":"Sylius","description":"Open Source eCommerce Application on top of Symfony","archived":false,"fork":false,"pushed_at":"2025-03-11T07:29:44.000Z","size":5284,"stargazers_count":256,"open_issues_count":54,"forks_count":342,"subscribers_count":36,"default_branch":"2.0","last_synced_at":"2025-03-11T07:48:02.032Z","etag":null,"topics":["ecommerce","ecommerce-framework","ecommerce-platform","hacktoberfest","php","sylius","symfony","symfony-application"],"latest_commit_sha":null,"homepage":"https://sylius.com","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Sylius.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["sylius"]}},"created_at":"2013-09-08T13:43:34.000Z","updated_at":"2025-03-11T07:12:02.000Z","dependencies_parsed_at":"2023-11-10T17:26:54.742Z","dependency_job_id":"33a115b3-a6b9-4918-bbea-8ad6637a60be","html_url":"https://github.com/Sylius/Sylius-Standard","commit_stats":{"total_commits":719,"total_committers":84,"mean_commits":8.55952380952381,"dds":0.6467315716272601,"last_synced_commit":"6ffc70e43d68f9759e706e1ae2388102aab30ca5"},"previous_names":[],"tags_count":159,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sylius%2FSylius-Standard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sylius%2FSylius-Standard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sylius%2FSylius-Standard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sylius%2FSylius-Standard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sylius","download_url":"https://codeload.github.com/Sylius/Sylius-Standard/tar.gz/refs/heads/2.0","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243554114,"owners_count":20309868,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ecommerce","ecommerce-framework","ecommerce-platform","hacktoberfest","php","sylius","symfony","symfony-application"],"created_at":"2024-07-30T19:01:53.781Z","updated_at":"2025-03-14T09:32:04.432Z","avatar_url":"https://github.com/Sylius.png","language":"PHP","funding_links":["https://github.com/sponsors/sylius"],"categories":["PHP"],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://sylius.com\" target=\"_blank\"\u003e\n        \u003cpicture\u003e\n          \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"https://media.sylius.com/sylius-logo-800-dark.png\"\u003e\n          \u003csource media=\"(prefers-color-scheme: light)\" srcset=\"https://media.sylius.com/sylius-logo-800.png\"\u003e\n          \u003cimg alt=\"Sylius Logo.\" src=\"https://media.sylius.com/sylius-logo-800.png\"\u003e\n        \u003c/picture\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003eSylius Standard Edition\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003eThis is Sylius Standard Edition repository for starting new projects.\u003c/p\u003e\n\n## About\n\nSylius is the first decoupled eCommerce framework based on [**Symfony**](http://symfony.com) and [**Doctrine**](http://doctrine-project.org). \nThe 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. \nEnjoy being an eCommerce Developer again!\n\nPowerful REST API allows for easy integrations and creating unique customer experience on any device.\n\nWe're using full-stack Behavior-Driven-Development, with [Behat](http://behat.org)\n\n## Documentation\n\nDocumentation is available at [docs.sylius.com](http://docs.sylius.com).\n\n## Installation\n\n### Traditional\n```bash\n$ wget http://getcomposer.org/composer.phar\n$ php composer.phar create-project sylius/sylius-standard project\n$ cd project\n$ yarn install\n$ yarn build\n$ php bin/console sylius:install\n$ symfony serve\n$ open http://localhost:8000/\n```\n\nFor more detailed instruction please visit [installation chapter in our docs](https://docs.sylius.com/en/latest/book/installation/installation.html).\n\n### Docker\n\n#### Development\n\nMake sure you have installed [Docker](https://docs.docker.com/get-docker/) on your local machine.\nExecute `make init` in your favorite terminal and wait some time until the services will be ready.\nThen enter `localhost` in your browser or execute `open localhost` in your terminal.\n\n\n## Troubleshooting\n\nIf something goes wrong, errors \u0026 exceptions are logged at the application level:\n\n```bash\n$ tail -f var/log/prod.log\n$ tail -f var/log/dev.log\n```\n\n## Contributing\n\nWould 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/)!\n\n## Stay Updated\n\nIf 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/).\n\n## Bug Tracking\n\nIf you want to report a bug or suggest an idea, please use [GitHub issues](https://github.com/Sylius/Sylius/issues).\n\n## Community Support\n\nGet Sylius support on [Slack](https://sylius.com/slack), [Forum](https://forum.sylius.com/) or [Stack Overflow](https://stackoverflow.com/questions/tagged/sylius).\n\n## MIT License\n\nSylius is completely free and released under the [MIT License](https://github.com/Sylius/Sylius/blob/master/LICENSE).\n\n## Authors\n\nSylius was originally created by [Paweł Jędrzejewski](http://pjedrzejewski.com).\nSee the list of [contributors from our awesome community](https://github.com/Sylius/Sylius/contributors).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSylius%2FSylius-Standard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FSylius%2FSylius-Standard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSylius%2FSylius-Standard/lists"}