PHPackages                             kappa/google - 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. [API Development](/categories/api)
4. /
5. kappa/google

ActiveLibrary[API Development](/categories/api)

kappa/google
============

Integration Google API into Nette Framework for better work with service accounts

v0.1.0(11y ago)0352BSD-3-ClausePHP

Since Sep 9Pushed 10y ago2 watchersCompare

[ Source](https://github.com/Kappa-org/Google)[ Packagist](https://packagist.org/packages/kappa/google)[ Docs](https://github.com/Kappa-org/Google)[ RSS](/packages/kappa-google/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (2)Used By (0)

Kappa\\Google
=============

[](#kappagoogle)

Integration [Google API](https://code.google.com/apis/explorer/) into [Nette Framework](http://nette.org/) for better work with [service accounts](https://developers.google.com/accounts/docs/OAuth2ServiceAccount)

Requirements:
-------------

[](#requirements)

- [Google api client](https://github.com/google/google-api-php-client)
- [Nette\\DI](github.com/nette/di)

Installation:
-------------

[](#installation)

The best way to install Kappa\\Google is using Composer

```
$ composer require kappa/doctrine:@dev
```

Usages
------

[](#usages)

### Configuration:

[](#configuration)

```
google:
	appName: "Your app name"
	scopes:
		- https://www.googleapis.com/auth/calendar
	clientId: "" # Your client ID
	email: "" # Your client email
	key: "" # path to key.p12 file
```

### In presenter:

[](#in-presenter)

```
class BasePresenter  extends Presenter
{
	/**
	 * @var \Kappa\Google\Accounts\ServiceAccount
	 * @inject
	 */
	public $serviceAccount

	public function actionDefault()
	{
		dump($this->serviceAccount->getClient()) // Returns logged client
		die();
	}

	// ...
}
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

4269d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0c0840abca14f130b93d02cfa8412e99dc0645ca3f7e57cf75cfcb487efe33aa?d=identicon)[Budry](/maintainers/Budry)

---

Top Contributors

[![Budry](https://avatars.githubusercontent.com/u/990676?v=4)](https://github.com/Budry "Budry (12 commits)")

---

Tags

apigooglenette

### Embed Badge

![Health badge](/badges/kappa-google/health.svg)

```
[![Health](https://phpackages.com/badges/kappa-google/health.svg)](https://phpackages.com/packages/kappa-google)
```

###  Alternatives

[mediafigaro/google-analytics-api-symfony

Google Analytics API v4 Symfony

46177.7k](/packages/mediafigaro-google-analytics-api-symfony)[skeeks/yii2-google-api

Component for work with google api based on google/apiclient

1243.1k1](/packages/skeeks-yii2-google-api)

PHPackages © 2026

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