PHPackages                             amitdeveloper2024/key-exchanger-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. amitdeveloper2024/key-exchanger-sdk

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

amitdeveloper2024/key-exchanger-sdk
===================================

Laravel SDK for Nifi Key Exchanger WebSocket service

v1.0.5(1mo ago)02↓50%MITPHPPHP &gt;=8.2

Since Jun 15Pushed 1mo agoCompare

[ Source](https://github.com/amitdeveloper2024/key-exchanger-sdk)[ Packagist](https://packagist.org/packages/amitdeveloper2024/key-exchanger-sdk)[ RSS](/packages/amitdeveloper2024-key-exchanger-sdk/feed)WikiDiscussions main Synced 2w ago

READMEChangelogDependencies (10)Versions (6)Used By (0)

Key Exchanger SDK
=================

[](#key-exchanger-sdk)

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

[](#installation)

```
composer require amitdeveloper2024/key-exchanger-sdk
```

Publish config
--------------

[](#publish-config)

```
php artisan vendor:publish --tag=key-exchanger-config
```

Configure
---------

[](#configure)

Add to `.env`:

```
KEY_EXCHANGER_URL=ws://localhost:8080
KEY_EXCHANGER_APPLICATION_ID=10
```

Usage
-----

[](#usage)

```
use KeyExchanger;

KeyExchanger::on('message', function ($message) {
    print_r($message);
});

KeyExchanger::start();
```

###  Health Score

39

—

LowBetter than 84% of packages

Maintenance91

Actively maintained with recent releases

Popularity2

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity50

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

Total

5

Last Release

45d ago

PHP version history (2 changes)v1.0.2PHP ^8.1

v1.0.3PHP &gt;=8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/1fb75489103489184ac1b52940034ca499e3044dc23c0463616650c7c2e46ad3?d=identicon)[amitdeveloper2024](/maintainers/amitdeveloper2024)

---

Top Contributors

[![amitdeveloper2024](https://avatars.githubusercontent.com/u/178548815?v=4)](https://github.com/amitdeveloper2024 "amitdeveloper2024 (11 commits)")

### Embed Badge

![Health badge](/badges/amitdeveloper2024-key-exchanger-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/amitdeveloper2024-key-exchanger-sdk/health.svg)](https://phpackages.com/packages/amitdeveloper2024-key-exchanger-sdk)
```

###  Alternatives

[friendsofphp/php-cs-fixer

A tool to automatically fix PHP code style

13.5k251.2M26.4k](/packages/friendsofphp-php-cs-fixer)[laravel/horizon

Dashboard and code-driven configuration for Laravel queues.

4.2k95.4M325](/packages/laravel-horizon)[illuminate/queue

The Illuminate Queue package.

20432.6M1.7k](/packages/illuminate-queue)[directorytree/ldaprecord-laravel

LDAP Authentication &amp; Management for Laravel.

5752.3M21](/packages/directorytree-ldaprecord-laravel)[psalm/plugin-laravel

Psalm plugin for Laravel

3345.3M348](/packages/psalm-plugin-laravel)[rector/rector-src

Instant Upgrade and Automated Refactoring of any PHP code

136406.3k14](/packages/rector-rector-src)

PHPackages © 2026

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