PHPackages                             keboola/git-service-api-client - 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. keboola/git-service-api-client

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

keboola/git-service-api-client
==============================

Keboola Git Service API client

4.1.0(1mo ago)0292↓83.3%MITPHPPHP ^8.2

Since May 11Pushed 1w agoCompare

[ Source](https://github.com/keboola/git-service-php-api-client)[ Packagist](https://packagist.org/packages/keboola/git-service-api-client)[ RSS](/packages/keboola-git-service-api-client/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (6)Dependencies (21)Versions (15)Used By (0)

Git Service API Client
======================

[](#git-service-api-client)

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

[](#installation)

```
composer require keboola/git-service-api-client
```

Usage
-----

[](#usage)

```
use Keboola\GitServiceApiClient\ApiClientConfiguration;
use Keboola\GitServiceApiClient\Auth\KeboolaServiceAccountAuth;
use Keboola\GitServiceApiClient\Auth\ManageApiTokenAuth;
use Keboola\GitServiceApiClient\GitServiceApiClient;

// Default: projected Kubernetes ServiceAccount token from
// /var/run/secrets/connection.keboola.com/serviceaccount/token, re-read on
// every request so kubelet-rotated tokens are picked up automatically.
$client = new GitServiceApiClient('https://git-service.example.com');

// Manage API token (legacy)
$client = new GitServiceApiClient(
    'https://git-service.example.com',
    new ApiClientConfiguration(auth: new ManageApiTokenAuth($manageApiToken)),
);

// SA token from a non-default mount path
$client = new GitServiceApiClient(
    'https://git-service.example.com',
    new ApiClientConfiguration(
        auth: new KeboolaServiceAccountAuth('/var/run/secrets/tokens/connection-token'),
    ),
);
```

`KeboolaServiceAccountAuth` sends the bearer token in `X-Kubernetes-Authorization`; `ManageApiTokenAuth` sends the legacy `X-KBC-ManageApiToken` header.

License
-------

[](#license)

MIT licensed, see [LICENSE](./LICENSE) file.

###  Health Score

46

—

FairBetter than 92% of packages

Maintenance96

Actively maintained with recent releases

Popularity15

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 84.6% 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 ~8 days

Total

6

Last Release

31d ago

Major Versions

1.0.0 → 2.0.02026-05-15

2.1.0 → 3.0.02026-05-27

3.0.0 → 4.0.02026-06-19

### Community

Maintainers

![](https://www.gravatar.com/avatar/101dbf2551a0709ddab522f97669f13a2c4cc2d0a1e8d009f3af6ba80accb1a9?d=identicon)[Keboola](/maintainers/Keboola)

---

Top Contributors

[![pepamartinec](https://avatars.githubusercontent.com/u/271753?v=4)](https://github.com/pepamartinec "pepamartinec (11 commits)")[![ondrajodas](https://avatars.githubusercontent.com/u/12143866?v=4)](https://github.com/ondrajodas "ondrajodas (1 commits)")[![romanbracinik](https://avatars.githubusercontent.com/u/6448364?v=4)](https://github.com/romanbracinik "romanbracinik (1 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/keboola-git-service-api-client/health.svg)

```
[![Health](https://phpackages.com/badges/keboola-git-service-api-client/health.svg)](https://phpackages.com/packages/keboola-git-service-api-client)
```

###  Alternatives

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.2k543.5M2.7k](/packages/aws-aws-sdk-php)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k16](/packages/tempest-framework)[sylius/sylius

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

8.5k5.9M754](/packages/sylius-sylius)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k46](/packages/neuron-core-neuron-ai)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M600](/packages/shopware-core)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

751291.4k46](/packages/civicrm-civicrm-core)

PHPackages © 2026

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