PHPackages                             cyberuslabs/cyberkey - 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. cyberuslabs/cyberkey

ActiveLibrary

cyberuslabs/cyberkey
====================

Server side PHP library to integrate your system with Cybeurs Key easily

v0.0.3(6y ago)137MITPHPPHP &gt;=5.3.0CI failing

Since Feb 26Pushed 6y ago2 watchersCompare

[ Source](https://github.com/CyberusLabs/cyberuskey-php)[ Packagist](https://packagist.org/packages/cyberuslabs/cyberkey)[ Docs](https://cyberuslabs.com/)[ RSS](/packages/cyberuslabs-cyberkey/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (2)Versions (4)Used By (0)

CyberusKey PHP
==============

[](#cyberuskey-php)

Ready to use PHP class which heavily simplify process of integration your very own CyberusKey.

Instalation
-----------

[](#instalation)

Use the dependency manager [composer](https://getcomposer.org/) to install CyberusKey.

```
composer require cyberuslabs/cyberkey
```

Usage
-----

[](#usage)

```
require_once __DIR__ . '/vendor/autoload.php';

$cyberkey = new Cyberuslabs\Cyberkey(
  '[CLIENT_ID]',
  '[SECRET_KEY]',
  '[REDIRECT_URL]'
);

try {
  $result = $cyberkey->authenticate();
  var_dump($result);
  // $result will contain object with all  your profile information.
} catch(Exception $e) {
  echo 'Caught exception: ',  $e->getMessage();
}
```

Methods
-------

[](#methods)

```
// In case you need to change these
$cyberkey->set_public_key('[PUBLIC_KEY]');
$cyberkey->set_api_address('[API_ADDRESS]');
```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity43

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

Total

3

Last Release

2263d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e6da75428120ef2ccaef1dfb8cd39169622c8035165f437899cf4d8122d81bd7?d=identicon)[cyberuslabs](/maintainers/cyberuslabs)

---

Top Contributors

[![kkrzanowski-revolve](https://avatars.githubusercontent.com/u/171035704?v=4)](https://github.com/kkrzanowski-revolve "kkrzanowski-revolve (11 commits)")

---

Tags

phplogincyberkeyeliot procyberuslabs

### Embed Badge

![Health badge](/badges/cyberuslabs-cyberkey/health.svg)

```
[![Health](https://phpackages.com/badges/cyberuslabs-cyberkey/health.svg)](https://phpackages.com/packages/cyberuslabs-cyberkey)
```

###  Alternatives

[docusign/esign-client

The Docusign PHP library makes integrating Docusign into your apps and websites a super fast and painless process. The library is open sourced on GitHub, look for the docusign-esign-php-client repository. Join the eSign revolution!

2087.4M13](/packages/docusign-esign-client)[opentok/opentok

OpenTok is a platform for creating real time streaming video applications, created by TokBox.

1413.0M10](/packages/opentok-opentok)[xeroapi/xero-php-oauth2

Xero official PHP SDK for oAuth2 generated with OpenAPI spec 3

1054.3M14](/packages/xeroapi-xero-php-oauth2)[ellaisys/aws-cognito

AWS Cognito package that allows Auth and other related features using the AWS SDK for PHP

120220.7k1](/packages/ellaisys-aws-cognito)[kinde-oss/kinde-auth-php

Kinde PHP SDK for authentication

2369.5k3](/packages/kinde-oss-kinde-auth-php)

PHPackages © 2026

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