PHPackages                             itkfm/geras-sdk - 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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. itkfm/geras-sdk

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

itkfm/geras-sdk
===============

SDK for integrating GERAS auth into applications

v3.3.0-beta(2y ago)267proprietaryPHPPHP ^8.0|^7.4

Since Sep 15Pushed 2y agoCompare

[ Source](https://github.com/itkaufmann/geras-sdk)[ Packagist](https://packagist.org/packages/itkfm/geras-sdk)[ RSS](/packages/itkfm-geras-sdk/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (1)Versions (7)Used By (0)

GERAS SDK
=========

[](#geras-sdk)

SDK for integrating GERAS auth into applications

Usage
-----

[](#usage)

Install via Composer: `composer require itkfm/geras-sdk`

```
// Server URL
$gerasServerApiUrl = 'https://geras.test/api';
// Application ID (as registered on the server)
$gerasApplicationID = 1234;
// Secret API key (Base64 encoded) of the Application
$mySecretKey = '…';

// Configure API key
$apiKey = new ApiKey($gerasServerApiUrl, $gerasApplicationID, $mySecretKey);

// Choose your API Client implementation
// `HttpApiClient` (built upon Guzzle) is provided out of the box
// You can also implement your own one, see `ApiClientInterface`
$transportLayer = new HttpApiClient($apiKey, new GuzzleHttp\Client());

// Setup dependencies
$messagePacker = new MessagePacker(new JsonMapper());

// Create client
$geras = new GerasClient($transportLayer, $messagePacker);
```

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity42

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

Every ~74 days

Recently: every ~31 days

Total

6

Last Release

1016d ago

Major Versions

v2.0.0-beta → v3.0.0-beta2023-05-16

PHP version history (2 changes)v2.0.0-betaPHP ^7.4

v3.2.0-betaPHP ^8.0|^7.4

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/53079668?v=4)[IT Kaufmann](/maintainers/itkfm)[@itkfm](https://github.com/itkfm)

---

Top Contributors

[![0xEAB](https://avatars.githubusercontent.com/u/15967408?v=4)](https://github.com/0xEAB "0xEAB (36 commits)")

### Embed Badge

![Health badge](/badges/itkfm-geras-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/itkfm-geras-sdk/health.svg)](https://phpackages.com/packages/itkfm-geras-sdk)
```

###  Alternatives

[phan/phan

A static analyzer for PHP

5.6k11.9M1.2k](/packages/phan-phan)[pocketmine/pocketmine-mp

A server software for Minecraft: Bedrock Edition written in PHP

3.5k78.3k89](/packages/pocketmine-pocketmine-mp)[coenjacobs/mozart

Composes all dependencies as a package inside a WordPress plugin

4814.0M25](/packages/coenjacobs-mozart)[bitpay/sdk

Complete version of the PHP library for the new cryptographically secure BitPay API

42361.9k4](/packages/bitpay-sdk)[seatsio/seatsio-php

A PHP client for the seats.io API

17793.2k](/packages/seatsio-seatsio-php)[vitalybaev/laravel5-dkim

Laravel 5/6 package for signing outgoing messages with DKIM.

3163.1k](/packages/vitalybaev-laravel5-dkim)

PHPackages © 2026

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