lilianbellini/sylius-google-merchant-center
Composer 安装命令:
composer require lilianbellini/sylius-google-merchant-center
包简介
A Sylius plugin to integrate with Google Merchant Center.
README 文档
README
Sylius Google Merchant Center Plugin Description This is a Sylius plugin designed to generate a Google Merchant Center XML feed, allowing you to easily integrate your Sylius online store's products into Google Shopping.
The plugin extracts product data, variants, images, prices, and availability, fully complying with Google Merchant Center specifications.
Features Automatic generation of an XML feed formatted for Google Merchant Center. Integration of product and variant details, including: Unique identifier (g:id) Title (g:title) and description (g:description) Product page link (link) Main image (g:image_link) Price (g:price) and currency Availability (g:availability) Brand (g:brand) Condition (g:condition) Shipping (g:shipping) Preorder support with an availability date (g:availability_date). Item group identification with a group ID (g:item_group_id). Installation Install the plugin via Composer:
Run the following command:
bash Copier le code composer require systemin-dev/sylius-google-merchant-center Add the service configuration:
Add the feed generator service in your services.yaml file:
yaml Copier le code services: Systemin\SyliusGoogleMerchantCenter\Generator\ProductFeedGenerator: arguments: $productRepository: '@sylius.repository.product' $router: '@router' Configure the route:
Add a route to access the XML feed:
yaml Copier le code sylius_google_merchant_feed: path: /google-merchant-feed controller: Systemin\SyliusGoogleMerchantCenter\Controller\ProductFeedController::generateFeed Usage Access the configured URL (e.g., /google-merchant-feed) to generate and retrieve the XML feed. This URL will return an XML file compatible with Google Merchant Center.
Sample Generated Feed xml Copier le code <title>Ma Pépinière</title> https://www.ma-pepiniere.fr Discover our collection of plants and accessories. <g:id>1</g:id> <g:title>Ficus Elastica</g:title> <g:description>A perfect plant for bright interiors.</g:description> https://www.ma-pepiniere.fr/product/ficus-elastica <g:image_link>https://www.ma-pepiniere.fr/media/image/ficus.jpg</g:image_link> <g:availability>in stock</g:availability> <g:price>49.99 EUR</g:price> <g:brand>Ma Pépinière</g:brand>
<g:condition>new</g:condition>
<g:shipping>
<g:country>FR</g:country>
<g:price>14.00 EUR</g:price>
</g:shipping>
</item>
Customization
Modify Feed Information
Feed title, link, and description: Edit the default values in the generateFeed() method of the ProductFeedGenerator class:
php Copier le code $channel->addChild('title', 'Your Store Title'); $channel->addChild('link', 'https://www.yourstore.com'); $channel->addChild('description', 'Your custom description.'); Shipping price: Adjust the shipping price according to your rules:
php Copier le code $shipping->addChild('g:price', '10.00 EUR', 'http://base.google.com/ns/1.0'); Testing Verify that the products and variants are displayed correctly in the generated feed. Upload the feed to Google Merchant Center to validate compliance. Contribution Contributions are welcome! Follow these steps to contribute:
Fork the repository. Create a branch: git checkout -b feature/your-feature. Make your changes and test them. Submit a pull request. License This project is licensed under the MIT License.
lilianbellini/sylius-google-merchant-center 适用场景与选型建议
lilianbellini/sylius-google-merchant-center 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 7 次下载、GitHub Stars 达 0, 最近一次更新时间为 2025 年 04 月 17 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「sylius」 「product feed」 「sylius-plugin」 「google merchant center」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 lilianbellini/sylius-google-merchant-center 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 lilianbellini/sylius-google-merchant-center 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 lilianbellini/sylius-google-merchant-center 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Implementation of the Omnibus Directive for Sylius application.
Bulk export of sylius resources
Sylius plugin that integrates Addwish
Setono example plugin for Sylius.
Will translate fragments of text automatically
Simple RSS generator library for PHP 5.5 or later. clone from Bhaktaraz Bhatta ttps://github.com/bhaktaraz/php-rss-generator
统计信息
- 总下载量: 7
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 11
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-04-17