PHPackages                             tatilcom/gcp-rest-guzzle-adapter-bundle - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. tatilcom/gcp-rest-guzzle-adapter-bundle

ActiveLibrary[HTTP &amp; Networking](/categories/http)

tatilcom/gcp-rest-guzzle-adapter-bundle
=======================================

Integrates gcp-rest-guzzle-adapter with Symfony.

v1.0.1(9y ago)01.2k↓50%MITPHP

Since Apr 24Pushed 2y agoCompare

[ Source](https://github.com/tatilcom/gcp-rest-guzzle-adapter-bundle)[ Packagist](https://packagist.org/packages/tatilcom/gcp-rest-guzzle-adapter-bundle)[ RSS](/packages/tatilcom-gcp-rest-guzzle-adapter-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (6)Versions (9)Used By (0)

### Symfony Bundle built-on Guzzle for Google Cloud Platform REST APIs

[](#symfony-bundle-built-on-guzzle-for-google-cloud-platform-rest-apis)

##### Use Case

[](#use-case)

Accessing to Google Cloud Platform Rest APIs using Service Account Credentials (Google's recommended way)

For more information about authentication:

#### Usage

[](#usage)

###### Configuration

[](#configuration)

```
gcp_rest_guzzle_adapter:
    clients:
        pubsub:
            email: 'test@test.com'
            private_key: "-----BEGIN PRIVATE KEY-----SDADAavaf...-----END PRIVATE KEY-----"
            scope: 'https://www.googleapis.com/auth/pubsub'
            project_base_url: 'https://pubsub.googleapis.com/v1/projects/test-project123/'
```

Note: Double quote for private\_key. Single quote occur openssl\_sign error

###### Accessing Service by container

[](#accessing-service-by-container)

```
$pubSubClient = $container->get('gcp_rest_guzzle_adapter.client.pubsub_client');

$result = $pubSubClient->get(
    sprintf('topics/%s/subscriptions', 'test-topic')
);

var_dump((string)$result->getBody()->getContents());
```

###### Result

[](#result)

```
string(113) "{
  "subscriptions": [
    "projects/test-project123/subscriptions/test_topicSubscriber"
  ]
}
"
```

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 50% 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 ~409 days

Recently: every ~437 days

Total

7

Last Release

848d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/882625c80dc3522d323100173b4f0831c9938b08439f142a3c3a4f9dfdfabb11?d=identicon)[tatilcom](/maintainers/tatilcom)

---

Top Contributors

[![yali4](https://avatars.githubusercontent.com/u/5730938?v=4)](https://github.com/yali4 "yali4 (3 commits)")[![tnhnclskn](https://avatars.githubusercontent.com/u/20466642?v=4)](https://github.com/tnhnclskn "tnhnclskn (2 commits)")[![goksagun](https://avatars.githubusercontent.com/u/1609671?v=4)](https://github.com/goksagun "goksagun (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/tatilcom-gcp-rest-guzzle-adapter-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/tatilcom-gcp-rest-guzzle-adapter-bundle/health.svg)](https://phpackages.com/packages/tatilcom-gcp-rest-guzzle-adapter-bundle)
```

###  Alternatives

[behat/behat

Scenario-oriented BDD framework for PHP

4.0k96.8M2.0k](/packages/behat-behat)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[contao/core-bundle

Contao Open Source CMS

1231.6M2.4k](/packages/contao-core-bundle)

PHPackages © 2026

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