PHPackages                             hkonnet/laravel-google-shopping - 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. hkonnet/laravel-google-shopping

ActiveLibrary

hkonnet/laravel-google-shopping
===============================

Google shopping API integration for Laravel.

v0.7.1(6y ago)01831MITPHPPHP ^7.0

Since Jun 11Pushed 6y ago1 watchersCompare

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

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

Laravel Google Shopping
=======================

[](#laravel-google-shopping)

In this package Google Shopping API has been used you can use this package to consume Google shopping API.

Getting Started
---------------

[](#getting-started)

Follow the instruction to install and use this package.

### Installing

[](#installing)

Add Laravel-Ebay to your composer file via the composer require command:

```
$ composer require hkonnet/laravel-google-shopping
```

Or add it to `composer.json` manually:

```
"require":{
    "hkonnet/laravel-google-shopping": "^0.1"
}
```

Register the service provider by adding it to the providers key in config/app.php. Also register the facade by adding it to the aliases key in config/app.php.

**Laravel 5.1 or greater**

```
'providers' => [
    ...
    Hkonnet\LaravelGoogleShopping\Providers\GoogleShoppingServiceProvider::class,
]
```

**Laravel 5**

```
'providers' => [
    ...
    'Hkonnet\LaravelGoogleShopping\Providers\GoogleShoppingServiceProvider',
]
```

Next to get started, you'll need to publish all vendor assets:

```
$ php artisan vendor:publish --provider="Hkonnet\LaravelGoogleShopping\Providers\GoogleShoppingServiceProvider"
```

This will create a **config/google\_shopping.php** file in your app that you can modify to set your configuration.

\###Configuration After installation, you will need to add your google shopping settings to your .env file.

- You can set mode to sandbox or production
- You can set Application name
- You can set configuration directory e.g in the root you can create .credential folder
- You can set auth type (Right now auth via Service account credentials are supported)
- Set Service account file path.

**Note** : How to create service account credentials here the details for you

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

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

Total

8

Last Release

2520d ago

PHP version history (2 changes)v0.1PHP ^7.0

v0.4PHP ^5.6

### Community

Maintainers

![](https://www.gravatar.com/avatar/8aa19a0b394bc67f89a1a63a20d3ca12153c58124c7d78ad751c98c501e6068c?d=identicon)[hkonnet](/maintainers/hkonnet)

### Embed Badge

![Health badge](/badges/hkonnet-laravel-google-shopping/health.svg)

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

###  Alternatives

[flow-php/flow

PHP ETL - Extract Transform Load - Data processing framework

81733.7k](/packages/flow-php-flow)[fleetbase/core-api

Core Framework and Resources for Fleetbase API

1225.0k10](/packages/fleetbase-core-api)[chameleon-system/chameleon-base

The Chameleon System core.

1026.5k3](/packages/chameleon-system-chameleon-base)[voidagency/vactory_starter_kit

Vactory is a custom Drupal profile which is developed and released by VOID Agency.

1019.7k](/packages/voidagency-vactory-starter-kit)

PHPackages © 2026

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