PHPackages                             manish-pareek/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. manish-pareek/gsuite-addon-php

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

manish-pareek/gsuite-addon-php
==============================

For the gsuite addon card services alternatives

010.0k↑33.3%PHP

Since Nov 11Pushed 1y ago1 watchersCompare

[ Source](https://github.com/manish-pareek/gsuite-addon-alternative-php)[ Packagist](https://packagist.org/packages/manish-pareek/gsuite-addon-php)[ RSS](/packages/manish-pareek-gsuite-addon-php/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)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/e6974633704f806513722a360df8234177094c0b9607796becc69f159754c03a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d616e6973682d70617265656b2f6773756974652d6164646f6e2d616c7465726e61746976652d7068702e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/manish-pareek/gsuite-addon-alternative-php)[![Build Status](https://camo.githubusercontent.com/4e49bb220e46a499c3182fa6d57bd2b4df141287829a9b3247307a6e2d9015cb/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6d616e6973682d70617265656b2f6773756974652d6164646f6e2d616c7465726e61746976652d7068702f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/manish-pareek/gsuite-addon-alternative-php)[![Quality Score](https://camo.githubusercontent.com/47c22e0b07f75854226a68d4293a138d01778a6ab427e0bd78e3aa52191a1fc1/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f6d616e6973682d70617265656b2f6773756974652d6164646f6e2d616c7465726e61746976652d7068702e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/manish-pareek/gsuite-addon-alternative-php)[![Total Downloads](https://camo.githubusercontent.com/c5354c75388bde238383c93e64a5523db737bd956ddb4ca1d43e7695e254b983/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d616e6973682d70617265656b2f6773756974652d6164646f6e2d616c7465726e61746976652d7068702e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/manish-pareek/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 manish-pareek/gsuite-addon-php
```

Usage
-----

[](#usage)

```
use ManishPareek\Gsuite\Addon\Card;
use ManishPareek\Gsuite\Addon\Image;
use ManishPareek\Gsuite\Addon\Navigation;
use ManishPareek\Gsuite\Addon\ResponseAction;
use ManishPareek\Gsuite\Addon\ResponseBuilder;
use ManishPareek\Gsuite\Addon\Section;
use ManishPareek\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)

- [Manish Pareek](https://github.com/manish-pareek)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance30

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity16

Early-stage or recently created project

 Bus Factor1

Top contributor holds 83.3% 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/68919068?v=4)[manish pareek](/maintainers/manish-pareek)[@manish-pareek](https://github.com/manish-pareek)

---

Top Contributors

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

### Embed Badge

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

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

PHPackages © 2026

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