PHPackages                             kilylabs/google-shopping-feed - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. kilylabs/google-shopping-feed

ActiveLibrary[API Development](/categories/api)

kilylabs/google-shopping-feed
=============================

Google Shopping Feed API (with ns problem fixed)

1.1.4.1(9y ago)06151MITPHPPHP &gt;=5.3.0

Since Feb 16Pushed 9y ago1 watchersCompare

[ Source](https://github.com/kilylabs/google-shopping-feed)[ Packagist](https://packagist.org/packages/kilylabs/google-shopping-feed)[ Docs](https://github.com/lukesnowden/google-shopping-feed)[ RSS](/packages/kilylabs-google-shopping-feed/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)Dependencies (1)Versions (8)Used By (0)

\###composer

```
{
    "require": {
        "lukesnowden/google-shopping-feed": "dev-master"
    }
}
```

\###Usage

```
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

```
$googleCategories = GoogleShopping::categories();
```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~103 days

Recently: every ~132 days

Total

7

Last Release

3533d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/223025b69de050a14f15a1368506e86c200b7b0749e08d1e4f701d46dce2abbd?d=identicon)[kilylabs](/maintainers/kilylabs)

---

Top Contributors

[![ab-kily](https://avatars.githubusercontent.com/u/9202344?v=4)](https://github.com/ab-kily "ab-kily (2 commits)")

---

Tags

apigooglefeedshoppingGoogle Shopping Feed

### Embed Badge

![Health badge](/badges/kilylabs-google-shopping-feed/health.svg)

```
[![Health](https://phpackages.com/badges/kilylabs-google-shopping-feed/health.svg)](https://phpackages.com/packages/kilylabs-google-shopping-feed)
```

###  Alternatives

[lukesnowden/google-shopping-feed

Google Shopping Feed API

68289.3k](/packages/lukesnowden-google-shopping-feed)[statickidz/php-google-translate-free

Google Translate Free library for PHP

288277.7k9](/packages/statickidz-php-google-translate-free)[serpwow/google-search-results

Google Search Results PHP package via SerpWow.com

1931.8k1](/packages/serpwow-google-search-results)[jcf/geocode

Google Geocoding API for Laravel

48162.2k](/packages/jcf-geocode)[ozankurt/google-analytics

Laravel Google Analytics

7517.0k](/packages/ozankurt-google-analytics)[skeeks/yii2-google-api

Component for work with google api based on google/apiclient

1143.6k1](/packages/skeeks-yii2-google-api)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
