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.5.0(7mo ago)013.0k↓31.8%3MITPHPPHP &gt;=8.2

Since Mar 4Pushed 2mo 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 1mo ago

READMEChangelog (9)Dependencies (6)Versions (31)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

49

—

FairBetter than 95% of packages

Maintenance76

Regular maintenance activity

Popularity25

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity65

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

Recently: every ~35 days

Total

10

Last Release

216d 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

[![pepamartinec](https://avatars.githubusercontent.com/u/271753?v=4)](https://github.com/pepamartinec "pepamartinec (11 commits)")[![odinuv](https://avatars.githubusercontent.com/u/4319320?v=4)](https://github.com/odinuv "odinuv (9 commits)")[![ujovlado](https://avatars.githubusercontent.com/u/419849?v=4)](https://github.com/ujovlado "ujovlado (2 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

[friendsofsymfony/rest-bundle

This Bundle provides various tools to rapidly develop RESTful API's with Symfony

2.8k73.3M319](/packages/friendsofsymfony-rest-bundle)[php-http/discovery

Finds and installs PSR-7, PSR-17, PSR-18 and HTTPlug implementations

1.3k309.5M1.2k](/packages/php-http-discovery)[nyholm/psr7

A fast PHP7 implementation of PSR-7

1.3k235.4M2.4k](/packages/nyholm-psr7)[pusher/pusher-php-server

Library for interacting with the Pusher REST API

1.5k94.8M293](/packages/pusher-pusher-php-server)[spatie/crawler

Crawl all internal links found on a website

2.8k16.3M52](/packages/spatie-crawler)[react/http

Event-driven, streaming HTTP client and server implementation for ReactPHP

78126.4M414](/packages/react-http)

PHPackages © 2026

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