PHPackages                             kanata-php/sdk-util - 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. kanata-php/sdk-util

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

kanata-php/sdk-util
===================

0.0.4(3y ago)02481MITPHP

Since Oct 27Pushed 3y ago1 watchersCompare

[ Source](https://github.com/kanata-php/sdk-utils)[ Packagist](https://packagist.org/packages/kanata-php/sdk-util)[ RSS](/packages/kanata-php-sdk-util/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (5)Used By (1)

Sdk Utilities
=============

[](#sdk-utilities)

This is a helper package to provide tools for SDKs.

Usage
-----

[](#usage)

```
use KanataSdk\Sdk;
use KanataSdk\Request;
use KanataSdk\Response;

class ExampleSdk extends Sdk
{
    public function getResource(): Response
    {
        return $this->get(
            url: $this->options['api-url'] . '/api/resource',
        );
    }
}

$token = 'some-token-here';
$options = [
    'api-url' => 'https://some-url',
];
$exampleSdk = new ExampleSdk($token, $options);
$response = $exampleSdk->getResource();
```

> **Info:** this SDK at this moment expects the API to expect the `Token` at the header `Authorization: Bearer $token` model.

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

[](#installation)

```
composer require kanata-php/sdk-util
```

Motivation
----------

[](#motivation)

The routine of building clients for APIs always goes through the same steps. Some of those are contained in this package.

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 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

Every ~13 days

Total

4

Last Release

1258d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/90c2bdf7a2fb985ab0c72c842c4f7cbff79cb172deb85c06edf0bedceb3c9498?d=identicon)[lotharthesavior](/maintainers/lotharthesavior)

---

Top Contributors

[![lotharthesavior](https://avatars.githubusercontent.com/u/1092909?v=4)](https://github.com/lotharthesavior "lotharthesavior (5 commits)")

### Embed Badge

![Health badge](/badges/kanata-php-sdk-util/health.svg)

```
[![Health](https://phpackages.com/badges/kanata-php-sdk-util/health.svg)](https://phpackages.com/packages/kanata-php-sdk-util)
```

###  Alternatives

[shlinkio/shlink

A self-hosted and PHP-based URL shortener application with CLI and REST interfaces

4.8k4.3k](/packages/shlinkio-shlink)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)[dhlparcel/magento2-plugin

DHL Parcel plugin for Magento 2

11180.5k2](/packages/dhlparcel-magento2-plugin)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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