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 1mo ago

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 22% 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

964d 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://www.gravatar.com/avatar/ce694c784886419c3b69e94d69573b6fb2e226b399fa5174982e912eb106c300?d=identicon)[itkfm](/maintainers/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.2M1.1k](/packages/phan-phan)[namshi/jose

JSON Object Signing and Encryption library for PHP.

1.8k99.6M101](/packages/namshi-jose)[league/oauth1-client

OAuth 1.0 Client Library

99698.8M106](/packages/league-oauth1-client)[gesdinet/jwt-refresh-token-bundle

Implements a refresh token system over Json Web Tokens in Symfony

70516.4M35](/packages/gesdinet-jwt-refresh-token-bundle)[league/oauth2-google

Google OAuth 2.0 Client Provider for The PHP League OAuth2-Client

41721.2M118](/packages/league-oauth2-google)[illuminate/auth

The Illuminate Auth package.

9327.3M1.0k](/packages/illuminate-auth)

PHPackages © 2026

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