PHPackages                             sylapi/feed-google - 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. sylapi/feed-google

ActiveLibrary[API Development](/categories/api)

sylapi/feed-google
==================

Merchant feeds

v1.0.0(4mo ago)06.2k↑83.3%MITPHPPHP &gt;=8.0.0

Since Jul 16Pushed 4mo ago1 watchersCompare

[ Source](https://github.com/sylapi/feed-google)[ Packagist](https://packagist.org/packages/sylapi/feed-google)[ RSS](/packages/sylapi-feed-google/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (6)Versions (13)Used By (0)

Google Merchant
===============

[](#google-merchant)

[![PHPStan](https://camo.githubusercontent.com/7de2036fb07f0b7483fa231401fbb4475aeedf9ca32ca1530e63718a0e393154/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048505374616e2d70617373696e672d627269676874677265656e3f6c6f676f3d706870)](https://phpstan.org/)[![PHP Version](https://camo.githubusercontent.com/1d28d7e4abdc1967a94cdff00696bf57df2f9a57e5c38d12e1d580e2fe42ec32/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d253345253344382e302d626c75653f6c6f676f3d706870)](https://www.php.net/supported-versions.php)[![License](https://camo.githubusercontent.com/5caa455d8debc46fb23abbadb45a733a937f3910a73fc875c2f7820468e1bb54/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d677265656e)](LICENSE)

Library for generating product feeds for Google Merchant Center.

Installation
------------

[](#installation)

```
composer require sylapi/feed-google
```

Requirements
------------

[](#requirements)

- PHP &gt;= 8.0
- sylapi/feeds ^1.0.0

Quick Start
-----------

[](#quick-start)

```
$feedGenerator = new Sylapi\Feeds\FeedGenerator();
$feedGenerator->setFeed(new Sylapi\Feeds\Google\Feed(
    Sylapi\Feeds\Parameters::create([
        'title' => 'Title example',
        'description' => 'Description example...',
        'link' => 'https://link.example/',
    ])
));

$product = new \Sylapi\Feeds\Models\Product();
// Add product data
$feedGenerator->appendProduct($product);
//...
$feedGenerator->save();
echo $feedGenerator->filePath();
```

Testing &amp; Analysis
----------------------

[](#testing--analysis)

Run tests:

```
composer tests
```

Static analysis:

```
composer phpstan
```

Code coverage:

```
composer coverage-html
```

Commands
--------

[](#commands)

COMMANDDESCRIPTIONcomposer testsTestscomposer phpstanPHPStancomposer coveragePHPUnit Coveragecomposer coverage-htmlPHPUnit Coverage HTML (DIR: ./coverage/)

###  Health Score

47

—

FairBetter than 93% of packages

Maintenance78

Regular maintenance activity

Popularity23

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity64

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 ~169 days

Recently: every ~420 days

Total

11

Last Release

121d ago

Major Versions

v0.1.9 → v1.0.02026-03-05

### Community

Maintainers

![](https://www.gravatar.com/avatar/8284e979dcbb9e6ff013f3e04f2c3f0a3de8f62fad97e12383155779b0adee23?d=identicon)[sylapi](/maintainers/sylapi)

---

Top Contributors

[![dserafinski](https://avatars.githubusercontent.com/u/73796476?v=4)](https://github.com/dserafinski "dserafinski (3 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

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

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

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k15](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

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