deniztezcan/laravel-google-shopping
Composer 安装命令:
composer require deniztezcan/laravel-google-shopping
包简介
Laravel Google Shopping package
README 文档
README
Installation
composer require deniztezcan/laravel-google-shopping
Example
use DenizTezcan\LaravelGoogleShopping\LaravelGoogleShopping; LaravelGoogleShopping::setTitle('Example feed'); LaravelGoogleShopping::setDescription('Example feed of the Example shop'); LaravelGoogleShopping::setLink('https://example.shop'); LaravelGoogleShopping::addItem( "https://example.shop/p/foo-bar", "SKU123", "Foo bar", "https://example.shop/images/foo-bar.png", "Foo bar best product", 'new', 99.99, 'Foo brand', '6387712293758', [ 'country' => 'NL', 'service' => 'PostNL - Gratis', 'price' => 0 ] ); return LaravelGoogleShopping::display();
统计信息
- 总下载量: 274
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-09-06