sylius/sylius-standard
Composer 安装命令:
composer create-project sylius/sylius-standard
包简介
Starting point for projects powered by Sylius eCommerce.
README 文档
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 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 Behat
Documentation
Documentation is available at docs.sylius.com.
Installation
Traditional
$ 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 about traditional way of running Sylius please visit installation chapter in our docs.
Docker
You can run Sylius and all associated infrastructure dependencies (PHP, Nginx, MySQL, Node) on your machine using only Docker containers. Make sure you have installed Docker on your local machine.
Option 1: Get the latest release
LATEST=$(curl -s https://api.github.com/repos/Sylius/Sylius-Standard/releases/latest | grep '"tag_name"' | cut -d'"' -f4) curl -L -o sylius-latest.zip https://github.com/Sylius/Sylius-Standard/archive/refs/tags/$LATEST.zip unzip sylius-latest.zip cd Sylius-Standard-*
Option 2: List available versions
curl -s https://api.github.com/repos/Sylius/Sylius-Standard/releases | grep '"tag_name"' | cut -d'"' -f4 | head -10
Option 3: Get a specific version
VERSION="v2.x.x" # Replace with desired version curl -L -o sylius-$VERSION.zip https://github.com/Sylius/Sylius-Standard/archive/refs/tags/$VERSION.zip unzip sylius-$VERSION.zip cd Sylius-Standard-*
Initialize the project (required for all options):
make init
For more detailed instruction about Docker way of running Sylius please visit Docker installation chapter in our docs.
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
Contributing
Would like to help us and build the most developer-friendly eCommerce framework? 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
Get Sylius support on Slack, Forum or Stack Overflow.
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.
sylius/sylius-standard 适用场景与选型建议
sylius/sylius-standard 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 297.17k 次下载、GitHub Stars 达 275, 最近一次更新时间为 2013 年 09 月 15 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「symfony」 「distribution」 「ecommerce」 「cart」 「sylius」 「shopping」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 sylius/sylius-standard 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 sylius/sylius-standard 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 sylius/sylius-standard 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Base bundle for Symfony Distributions
Nevogate Payment Gateway SDK
The bundle for easy using json-rpc api on your project
Anyrel - Distributor
Dealing with payments through the Egyptian payment gateway PayMob
Bundle Symfony DaplosBundle
统计信息
- 总下载量: 297.17k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 279
- 点击次数: 22
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2013-09-15