PHPackages                             keboola/service-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. [HTTP &amp; Networking](/categories/http)
4. /
5. keboola/service-client

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

keboola/service-client
======================

Service Client provides easy way to get Keboola services URLs

1.6.1(1mo ago)015.4k↓22%3MITPHPPHP &gt;=8.2

Since Mar 4Pushed 2d ago8 watchersCompare

[ Source](https://github.com/keboola/service-client)[ Packagist](https://packagist.org/packages/keboola/service-client)[ RSS](/packages/keboola-service-client/feed)WikiDiscussions main Synced 2d ago

READMEChangelog (10)Dependencies (12)Versions (43)Used By (3)

Service Client
==============

[](#service-client)

Service Client provides easy way to get Keboola services URLs. Usage:

```
use Keboola\ServiceClient\ServiceDnsType;
use Keboola\ServiceClient\ServiceClient;

// by default configured to return public URLs
$serviceClient = new ServiceClient('eu-central-1.keboola.com');
$serviceClient->getStorageApiUrl(); // https://connection.eu-central-1.keboola.com
$serviceClient->getEncryptionUrl(); // https://encryption.eu-central-1.keboola.com

// explicitly request internal URL
$serviceClient->getStorageApiUrl(ServiceDnsType::INTERNAL); // http://connection-api.connection.scv.cluster.local

// can be configured to return internal URLs by default
$serviceClient = new ServiceClient('eu-central-1.keboola.com', ServiceDnsType::INTERNAL);
$serviceClient->getStorageApiUrl(); // http://connection-api.connection.scv.cluster.local
```

License
-------

[](#license)

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

###  Health Score

55

—

FairBetter than 97% of packages

Maintenance95

Actively maintained with recent releases

Popularity26

Limited adoption so far

Community22

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~66 days

Total

13

Last Release

53d ago

PHP version history (3 changes)1.0.0PHP &gt;=8.1

1.2.0PHP &gt;=8.3

1.3.2PHP &gt;=8.2

### Community

Maintainers

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

---

Top Contributors

[![odinuv](https://avatars.githubusercontent.com/u/4319320?v=4)](https://github.com/odinuv "odinuv (14 commits)")[![pepamartinec](https://avatars.githubusercontent.com/u/271753?v=4)](https://github.com/pepamartinec "pepamartinec (13 commits)")[![ujovlado](https://avatars.githubusercontent.com/u/419849?v=4)](https://github.com/ujovlado "ujovlado (2 commits)")[![ondrajodas](https://avatars.githubusercontent.com/u/12143866?v=4)](https://github.com/ondrajodas "ondrajodas (1 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

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

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

###  Alternatives

[php-http/cache-plugin

PSR-6 Cache plugin for HTTPlug

25126.1M82](/packages/php-http-cache-plugin)[illuminate/http

The Illuminate Http package.

11937.9M6.9k](/packages/illuminate-http)[rdkafka/rdkafka

A PHP extension for Kafka

2.2k24.3k1](/packages/rdkafka-rdkafka)[httpsoft/http-message

Strict and fast implementation of PSR-7 and PSR-17

87965.9k114](/packages/httpsoft-http-message)[mezzio/mezzio-router

Router subcomponent for Mezzio

265.4M90](/packages/mezzio-mezzio-router)[serpapi/google-search-results-php

Get Google, Bing, Baidu, Ebay, Yahoo, Yandex, Home depot, Naver, Apple, Duckduckgo, Youtube search results via SerpApi.com

69127.2k](/packages/serpapi-google-search-results-php)

PHPackages © 2026

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