PHPackages                             megaads/generate-pagefeeds - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. megaads/generate-pagefeeds

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

megaads/generate-pagefeeds
==========================

This package atuo generate pagefeeds and submit to google

v1.1.4(1y ago)1657MITPHPPHP &gt;=5.6.4

Since Oct 8Pushed 1y ago5 watchersCompare

[ Source](https://github.com/megaads-vn/generate-pagefeeds)[ Packagist](https://packagist.org/packages/megaads/generate-pagefeeds)[ RSS](/packages/megaads-generate-pagefeeds/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (1)Versions (16)Used By (0)

Google page feeds generate automatically for Laravel
====================================================

[](#google-page-feeds-generate-automatically-for-laravel)

This package help generate google page feed automatic.

\#####Install using require command to install this package:

```
   composer require megaads/generate-pagefeeds

```

After complete install package, Add to app config provider

```
Megaads\Generatepagefeeds\GeneratepagefeedsServiceProvider::class

```

and run command publish to publish package config file.

```
php artisan vendor:publish --provider="Megaads\Generatepagefeeds\GeneratepagefeedsServiceProvider"

```

The package file name `pagefeeds.php` and see like that:

```
return [
    'spreadSheetId' => '',
    'sheetName' => '',
    'credentialFile' => 'credentials.json',
    'multipleLocales' => false,
    'locales' => [
        'us' => [
            "id" => "",
            "run" => false
        ],
        'uk' => [
            "id" => "",
            "run" => false
        ],
        'ca' => [
            "id" => "",
            "run" => false
        ],
        'fr' => [
            "id" => "",
            "run" => false
        ],
        'vn' => [
            "id" => "",
            "run" => false
        ],
    ]
];

```

`spreadSheetId` param is default google spreadsheet file. If your website is mulilanguages and if you want to generate page feeds file base on each other languages, so change `multipleLocales` to `true` and set google spreadsheet id for each locales.

\#####Run

After install and config complete. Just run this url to generate file google spreadsheet. Make sure all file spreadsheet is shared.

```
http://yourdomain/pagefeeds-generator
http://yourdomain/coupon-feeds-generator?spreadSheetId=abcxyz
http://yourdomain/deal-feeds-generator?spreadSheetId=abcxyz

```

With generate pagefeeds for multiple locales. Run with URL:

```
http://yourdomain/locale/pagefeeds-generator-multiple

```

Example

Thanks

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance36

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community9

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

Recently: every ~487 days

Total

15

Last Release

582d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/72ad425c743522a807fd15e2a7b0ada9c2a2127ecca76fbef37cf9292022006a?d=identicon)[megaads-vn](/maintainers/megaads-vn)

---

Top Contributors

[![bachnx23](https://avatars.githubusercontent.com/u/7134491?v=4)](https://github.com/bachnx23 "bachnx23 (18 commits)")

### Embed Badge

![Health badge](/badges/megaads-generate-pagefeeds/health.svg)

```
[![Health](https://phpackages.com/badges/megaads-generate-pagefeeds/health.svg)](https://phpackages.com/packages/megaads-generate-pagefeeds)
```

###  Alternatives

[spatie/laravel-google-calendar

Manage events on a Google Calendar

1.4k1.5M21](/packages/spatie-laravel-google-calendar)[tomatophp/filament-seo

Manage and generate SEO tags and integrate your website with Google SEO services

112.6k1](/packages/tomatophp-filament-seo)[infoweb-internet-solutions/yii2-cms-analytics

Analytics module for Yii2

112.4k1](/packages/infoweb-internet-solutions-yii2-cms-analytics)

PHPackages © 2026

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