PHPackages                             shailesh-matariya/gsuite-addon-php - 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. shailesh-matariya/gsuite-addon-php

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

shailesh-matariya/gsuite-addon-php
==================================

For the gsuite addon card services alternatives

16PHPCI failing

Since Jun 22Pushed 1y ago1 watchersCompare

[ Source](https://github.com/shailesh-matariya/gsuite-addon-alternative-php)[ Packagist](https://packagist.org/packages/shailesh-matariya/gsuite-addon-php)[ RSS](/packages/shailesh-matariya-gsuite-addon-php/feed)WikiDiscussions master Synced today

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Google addon alternative PHP library (alpha release from google)
================================================================

[](#google-addon-alternative-php-library-alpha-release-from-google)

[![Latest Version on Packagist](https://camo.githubusercontent.com/5a521baa86c873ee31f144625885a6dc9f6f38ea352a768ede87f25eee461334/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f736861696c6573682d6d617461726979612f6773756974652d6164646f6e2d616c7465726e61746976652d7068702e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/shailesh-matariya/gsuite-addon-alternative-php)[![Build Status](https://camo.githubusercontent.com/3ed4dcb8272d0c72f4e147743d73ce30d09d94203a454d849daac847071fcbd1/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f736861696c6573682d6d617461726979612f6773756974652d6164646f6e2d616c7465726e61746976652d7068702f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/shailesh-matariya/gsuite-addon-alternative-php)[![Quality Score](https://camo.githubusercontent.com/cb6eb4bf74a1fc188d719d5eb7d47b71edc8358223d46a69178270afec5fa2e7/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f736861696c6573682d6d617461726979612f6773756974652d6164646f6e2d616c7465726e61746976652d7068702e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/shailesh-matariya/gsuite-addon-alternative-php)[![Total Downloads](https://camo.githubusercontent.com/16c8bebf939aa496169bffdc8c3bcc12203aa9a5bf4255fbc4cacd01cc604b6f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f736861696c6573682d6d617461726979612f6773756974652d6164646f6e2d616c7465726e61746976652d7068702e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/shailesh-matariya/gsuite-addon-alternative-php)

By using this library, you will get a quick start and focus on the developing your business logic rather than creating JSONs as response. This is a same naming conventions what google addon has for the app script.

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

[](#installation)

You can install the package via composer:

```
composer require shailesh-matariya/gsuite-addon-php
```

Usage
-----

[](#usage)

```
use ShaileshMatariya\Gsuite\Addon\Card;
use ShaileshMatariya\Gsuite\Addon\Image;
use ShaileshMatariya\Gsuite\Addon\Navigation;
use ShaileshMatariya\Gsuite\Addon\ResponseAction;
use ShaileshMatariya\Gsuite\Addon\ResponseBuilder;
use ShaileshMatariya\Gsuite\Addon\Section;
use ShaileshMatariya\Gsuite\Addon\Widget;

$imageWidget = (new Widget())->setImage(
    (new Image())->setImageUrl("https://storage.googleapis.com/gweb-uniblog-publish-prod/images/logo_Google_FullColor_3x_830x271px.max-2800x2800.png")
);
$widgetSection = (new Section())->addWidget($imageWidget);

$homeCard = (new Card())->addSection($widgetSection);

$navigation = (new Navigation())->setPushCard($homeCard);
$responseAction = (new ResponseAction())->addNavigation($navigation);
$responseBuilder = (new ResponseBuilder())->setAction($responseAction);

return $responseBuilder->send();

```

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Shailesh Matariya](https://github.com/shailesh-matariya)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance33

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity35

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/19707310?v=4)[Shailesh Matariya](/maintainers/shailesh-matariya)[@shailesh-matariya](https://github.com/shailesh-matariya)

---

Top Contributors

[![shailesh-matariya](https://avatars.githubusercontent.com/u/19707310?v=4)](https://github.com/shailesh-matariya "shailesh-matariya (6 commits)")

### Embed Badge

![Health badge](/badges/shailesh-matariya-gsuite-addon-php/health.svg)

```
[![Health](https://phpackages.com/badges/shailesh-matariya-gsuite-addon-php/health.svg)](https://phpackages.com/packages/shailesh-matariya-gsuite-addon-php)
```

###  Alternatives

[anthropic-ai/sdk

Anthropic PHP SDK

163583.3k17](/packages/anthropic-ai-sdk)

PHPackages © 2026

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