定制 descom/descommarket-feeds 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

descom/descommarket-feeds

最新稳定版本:1.17.1

Composer 安装命令:

composer require descom/descommarket-feeds

包简介

DescomMarket Feeds

README 文档

README

tests analyze style

Add to .env

GOOGLE_API_CREDENTIALS_PATH=

GOOGLE_MERCHANT_ID=
GOOGLE_MERCHANT_QUEUE_CONNECTION=sync
GOOGLE_MERCHANT_QUEUE_TRIES=10

GOOGLE_INDEX_ENABLED=
GOOGLE_INDEX_QUEUE_CONNECTION=sync
GOOGLE_INDEX_QUEUE_TRIES=10

Add config

php artisan vendor:publish --provider="DescomMarket\Feeds\DescomMarketFeedsServiceProvider"

Google Indexer Url in Search Console

Automatically index your products in Google Search Console if dispatch event:

DescomMarket\Common\Events\Catalog\Products\ProductPublished

You can use this API to index your products in Google Search Console

use DescomMarket\Feeds\Google\Index\Services\EnqueueUrlService;

EnqueueUrlService::publish($url);
EnqueueUrlService::unpublish($url);

Or use events:

use DescomMarket\Common\Events\Urls\UrlCreated;
use DescomMarket\Common\Events\Urls\UrlDeleted;

统计信息

  • 总下载量: 4.61k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 2
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-03-22