2017 © Pedro Peláez
 

library google-shopping-feed

Google Shopping Feed API

image

lukesnowden/google-shopping-feed

Google Shopping Feed API

  • Friday, April 6, 2018
  • by lukesnowden
  • Repository
  • 6 Watchers
  • 33 Stars
  • 14,302 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 34 Forks
  • 2 Open issues
  • 17 Versions
  • 17 % Grown

The README.md

Google Shopping Feed

Software License Total Downloads, (*1)

Composer

How to install with composer., (*2)

{
    "require": {
        "lukesnowden/google-shopping-feed": "^2.2"
    }
}

Usage

Example of Google feed generation., (*3)

use LukeSnowden\GoogleShoppingFeed\Containers\GoogleShopping;

GoogleShopping::title('Test Feed');
GoogleShopping::link('http://example.com/');
GoogleShopping::description('Our Google Shopping Feed');

foreach( $products as $product ) {

    $item = GoogleShopping::createItem();
    $item->id($id);
    $item->title($title);
    $item->price($price);
    $item->mpn($SKU);
    $item->sale_price($salePrice);
    $item->link($link);
    $item->image_link($imageLink);
    ...
    ...

    /** create a variant */
    $variant = $item->variant();
    $variant->size($variant::LARGE);
    $variant->color('Red');

    /**
     * One thing to note, if creating variants, delete the initial object after you've done,
     * Google no longer needs it!
     *
     * $item->delete();
     *
     */

}

// boolean value indicates output to browser
GoogleShopping::asRss(true);

Category Taxonomies

Returns a list of the categories. The list is updated daily from Googles Documentation, (*4)

$lang = 'gb';
$googleCategories = GoogleShopping::categories($lang);

$lang can be one of these Google supported languages: au, br, cn, cz, de, dk, es, fr, gb, it, jp, nl, no, pl, ru, sw, tr, us., (*5)

The Versions

06/04 2018

dev-master

9999999-dev https://github.com/lukesnowden/google-shopping-feed

Google Shopping Feed API

  Sources   Download

MIT

The Requires

 

api feed google shopping google shopping feed

06/04 2018

2.2.0

2.2.0.0 https://github.com/lukesnowden/google-shopping-feed

Google Shopping Feed API

  Sources   Download

MIT

The Requires

 

api feed google shopping google shopping feed

16/01 2018

2.1.3

2.1.3.0 https://github.com/lukesnowden/google-shopping-feed

Google Shopping Feed API

  Sources   Download

MIT

The Requires

 

api feed google shopping google shopping feed

16/01 2018

2.1.2

2.1.2.0 https://github.com/lukesnowden/google-shopping-feed

Google Shopping Feed API

  Sources   Download

MIT

The Requires

 

api feed google shopping google shopping feed

10/01 2018

2.1.1

2.1.1.0 https://github.com/lukesnowden/google-shopping-feed

Google Shopping Feed API

  Sources   Download

MIT

The Requires

 

api feed google shopping google shopping feed

13/11 2017

2.1.0

2.1.0.0 https://github.com/lukesnowden/google-shopping-feed

Google Shopping Feed API

  Sources   Download

MIT

The Requires

 

api feed google shopping google shopping feed

17/08 2017

2.0.3

2.0.3.0 https://github.com/lukesnowden/google-shopping-feed

Google Shopping Feed API

  Sources   Download

MIT

The Requires

 

api feed google shopping google shopping feed

06/04 2017

2.0.2

2.0.2.0 https://github.com/lukesnowden/google-shopping-feed

Google Shopping Feed API

  Sources   Download

MIT

The Requires

 

api feed google shopping google shopping feed

16/02 2017

2.0.1

2.0.1.0 https://github.com/lukesnowden/google-shopping-feed

Google Shopping Feed API

  Sources   Download

MIT

The Requires

 

api feed google shopping google shopping feed

21/11 2016

1.2.0

1.2.0.0 https://github.com/lukesnowden/google-shopping-feed

Google Shopping Feed API

  Sources   Download

MIT

The Requires

 

api feed google shopping google shopping feed

21/11 2016

2.0.0

2.0.0.0 https://github.com/lukesnowden/google-shopping-feed

Google Shopping Feed API

  Sources   Download

MIT

The Requires

 

api feed google shopping google shopping feed

23/06 2016

1.1.4

1.1.4.0 https://github.com/lukesnowden/google-shopping-feed

Google Shopping Feed API

  Sources   Download

MIT

The Requires

 

api feed google shopping google shopping feed

15/03 2016

1.1.3

1.1.3.0 https://github.com/lukesnowden/google-shopping-feed

Google Shopping Feed API

  Sources   Download

MIT

The Requires

 

api feed google shopping google shopping feed

06/07 2015

1.1.2

1.1.2.0 https://github.com/lukesnowden/google-shopping-feed

Google Shopping Feed API

  Sources   Download

MIT

The Requires

 

api feed google shopping google shopping feed

19/05 2015

1.1.1

1.1.1.0 https://github.com/lukesnowden/google-shopping-feed

Google Shopping Feed API

  Sources   Download

MIT

The Requires

 

api feed google shopping google shopping feed

24/04 2015

1.1.0

1.1.0.0 https://github.com/lukesnowden/google-shopping-feed

Google Shopping Feed API

  Sources   Download

MIT

The Requires

 

api feed google shopping google shopping feed

16/02 2015

1.0.0

1.0.0.0 http://luke.sno.wden.co.uk/menu

Google Shopping Feed API

  Sources   Download

MIT

The Requires