PHPackages                             pixelopen/kirby-googlemybusiness - 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. pixelopen/kirby-googlemybusiness

ActiveKirby-plugin[Utility &amp; Helpers](/categories/utility)

pixelopen/kirby-googlemybusiness
================================

A plugin for Kirby CMS to handle Google My Business Website Profile

2.0.0(10mo ago)2166MITPHPPHP &gt;=8.2.0CI passing

Since Oct 26Pushed 10mo ago1 watchersCompare

[ Source](https://github.com/Pixel-Open/kirby-googlemybusiness)[ Packagist](https://packagist.org/packages/pixelopen/kirby-googlemybusiness)[ Docs](https://github.com/Pixel-Open/kirby-googlemybusiness)[ RSS](/packages/pixelopen-kirby-googlemybusiness/feed)WikiDiscussions develop Synced 1mo ago

READMEChangelog (2)Dependencies (4)Versions (4)Used By (0)

Kirby Google My Business plugin
================================

[](#kirby-google-my-business-plugin)

A plugin for Kirby CMS to handle Google My Business data [![GitHub release (with filter)](https://camo.githubusercontent.com/ecbcf380675bdf77fc806c7f857a4791233d5a1afb68321c0961ef2051f107d3/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f506978656c2d4f70656e2f6b697262792d676f6f676c656d79627573696e657373)](https://camo.githubusercontent.com/ecbcf380675bdf77fc806c7f857a4791233d5a1afb68321c0961ef2051f107d3/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f506978656c2d4f70656e2f6b697262792d676f6f676c656d79627573696e657373)[![Minimum PHP Version](https://camo.githubusercontent.com/e013d25225712daef79077a26c4a666153efa97434544fe6ad4641b529dd549e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d253345253344253230382e322d677265656e)](https://php.net/)[![Minimum Sulu Version](https://camo.githubusercontent.com/88697527fbe9261a30c34c4a2bada3c332bda9cd6ebbba7517f730552de4f4b5/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6b697262792d253345253344253230342e302d677265656e)](https://getkirby.com/)

[![](screenshot.png)](screenshot.png)

Commercial Usage
----------------

[](#commercial-usage)

This plugin is free

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

[](#installation)

### Download

[](#download)

[Download the files](https://github.com/Pixel-Open/kirby-googlemybusiness/releases) and place them inside `site/plugins/kirby-googlemybusiness`.

### Composer

[](#composer)

```
composer require pixelopen/kirby-googlemybusiness

```

### Git Submodule

[](#git-submodule)

You can add the plugin as a Git submodule.

```
$ cd your/project/root
$ git submodule add https://github.com/Pixel-Open/kirby-googlemybusiness.git site/plugins/kirby-googlemybusiness
$ git submodule update --init --recursive
$ git commit -am "Add Kirby Google My Business plugin"

```

Run these commands to update the plugin:

```
$ cd your/project/root
$ git submodule foreach git checkout master
$ git submodule foreach git pull
$ git commit -am "Update submodules"
$ git submodule update --init --recursive

```

### Initialization

[](#initialization)

Run your website. Add the tabs `tabs/googlemybusiness` to your `site.yml` blueprint. You should see a new tab named Google My Business in the homepage of the panel. From this page you can change data manually.

The plugin adds two snippets : `reviews` and `business_info`. They respectivly create a reviews container and a button that will open a window with Google My Business data. You can integrate them wherever you need them.

Both plugins are provided with a basic CSS style, it is up to you to modify them according to your website aspect. You can overwrite propery by creating/modifiying a CSS file and adding `body` before class/id name

The plugin functionnalities work well with Kirby 3 and 4, but some dispositions issues may occur in the panel under Kirby 3.

Options
-------

[](#options)

To use the customs commands and update data automatically, you need to config the option `apiKey` and `placeId` in your config file.

To get the place ID, you can use this website : [Place ID Finder](https://developers.google.com/maps/documentation/javascript/examples/places-placeid-finder)

To get your API key, you must go to this page: [API Key](https://console.cloud.google.com/projectselector2/google/maps-apis/credentials)

```
return [
    'pixelopen.googlemybusiness' => [
        'apiKey' => 'YOUR_API_KEY',
        'placeId' => 'YOUR_PLACE_ID'
    ]
];
```

Then you can use theses commands from the root directory of your project:

- `gmb:sync`: Synchronize the data from Google My Business to your website
- `gmb:reviews`: Get the reviews from customers and global rating from Google My Business
- `gmb:init`: Create an empty structure for entering manually opening hours
- `gmb:sort`: Sort both structure opening hours and reviews list, respectively by weekday and most recent

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance54

Moderate activity, may be stable

Popularity15

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 62.5% 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 ~622 days

Total

2

Last Release

307d ago

Major Versions

1.0.0 → 2.0.02025-07-10

### Community

Maintainers

![](https://www.gravatar.com/avatar/d2b87043ea111a9f5d76ffa990f48eea6e80576483c7bf33f0dcdd5a899c15c8?d=identicon)[pixeldev](/maintainers/pixeldev)

---

Top Contributors

[![Kastrox7](https://avatars.githubusercontent.com/u/72515644?v=4)](https://github.com/Kastrox7 "Kastrox7 (10 commits)")[![matthieu2607](https://avatars.githubusercontent.com/u/14790414?v=4)](https://github.com/matthieu2607 "matthieu2607 (6 commits)")

---

Tags

kirby-pluginkirbykirby-pluginkirby-cms

###  Code Quality

Code StyleECS

### Embed Badge

![Health badge](/badges/pixelopen-kirby-googlemybusiness/health.svg)

```
[![Health](https://phpackages.com/badges/pixelopen-kirby-googlemybusiness/health.svg)](https://phpackages.com/packages/pixelopen-kirby-googlemybusiness)
```

###  Alternatives

[belugadigital/kirby-navigation

Kirby 5 field for hierarchical menus with drag &amp; drop level indentation.

8713.4k](/packages/belugadigital-kirby-navigation)[bnomei/kirby3-dotenv

Kirby Plugin for environment variables from .env

4144.1k1](/packages/bnomei-kirby3-dotenv)[oblik/kirby-link-field

Kirby 4 field for all types of links.

7650.6k2](/packages/oblik-kirby-link-field)[bnomei/kirby3-recently-modified

Kirby Section to display recently modified content pages

309.3k](/packages/bnomei-kirby3-recently-modified)[moritzebeling/kirby-favicon

Kirby plugin to meet all favicon needs

144.8k](/packages/moritzebeling-kirby-favicon)[tobimori/kirby-tailwind-merge

Tailwind Merge for Kirby CMS

276.3k](/packages/tobimori-kirby-tailwind-merge)

PHPackages © 2026

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