Download the PHP package vitalybaev/google-merchant-feed without Composer
On this page you can find all versions of the php package vitalybaev/google-merchant-feed. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download vitalybaev/google-merchant-feed
More information about vitalybaev/google-merchant-feed
Files in vitalybaev/google-merchant-feed
Download vitalybaev/google-merchant-feed
More information about vitalybaev/google-merchant-feed
Files in vitalybaev/google-merchant-feed
Vendor vitalybaev
Package google-merchant-feed
Short Description PHP package for creating Google Merchant products feed
License MIT
Package google-merchant-feed
Short Description PHP package for creating Google Merchant products feed
License MIT
Please rate this library. Is it a good library?
Informations about the package google-merchant-feed
Google Merchant feed generator for PHP
Installation
Install the package through Composer.
Run the Composer require command from the Terminal:
composer require vitalybaev/google-merchant-feed
Example
Working with attributes
Product
class provides several methods for managing various attributes. But it doesn't cover all Google Merchant attributes. In case of nonexistent methods you should use one of the following:
$product->setAttribute($attributeName, $attributeValue, $isCData = false)
- sets attribute. Replaces old attribute if it existed.$product->addAttribute($attributeName, $attributeValue, $isCData = false)
- adds one more attribute's value. For example feed can have multipleadditional_image_link
attributes.
TO-DO
- Cover all Google Merchant feed properties
- More tests
- Your feedback?
License
All versions of google-merchant-feed with dependencies
PHP Build Version
Package Version
The package vitalybaev/google-merchant-feed contains the following files
Loading the files please wait ....