PHPackages                             rogerlopez13/php-jwk - 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. rogerlopez13/php-jwk

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

rogerlopez13/php-jwk
====================

PHP library to create JWKs

v1.0.0(1y ago)03MITPHPPHP ^7.4

Since Jan 2Pushed 1y ago1 watchersCompare

[ Source](https://github.com/rogerlopez13/php-jwk)[ Packagist](https://packagist.org/packages/rogerlopez13/php-jwk)[ RSS](/packages/rogerlopez13-php-jwk/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

PHP JWK
=======

[](#php-jwk)

[![MIT License](https://camo.githubusercontent.com/784362b26e4b3546254f1893e778ba64616e362bd6ac791991d2c9e880a3a64e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d677265656e2e737667)](https://choosealicense.com/licenses/mit/)

Create JWKs from private keys

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

[](#installation)

```
  composer require rogerlopez13/php-jwk
```

Usage/Examples
--------------

[](#usageexamples)

Get an array containing all necessary fields of the JWK using a private key.

```
$pk = "YOUR SHA-256 PRIVATE KEY";
$jwk = \Rogerlopez13\Jwk\JWK::fromPrivateKey($pk);
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance41

Moderate activity, may be stable

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity38

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

Unknown

Total

1

Last Release

494d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/24bf034c6a5cf21d1fc39e4e2c6ef879afb2e3c719daf32935fe775de3b17d21?d=identicon)[rogerlopez13](/maintainers/rogerlopez13)

---

Top Contributors

[![rogerlopez13](https://avatars.githubusercontent.com/u/38556800?v=4)](https://github.com/rogerlopez13 "rogerlopez13 (2 commits)")

---

Tags

phpJWK

### Embed Badge

![Health badge](/badges/rogerlopez13-php-jwk/health.svg)

```
[![Health](https://phpackages.com/badges/rogerlopez13-php-jwk/health.svg)](https://phpackages.com/packages/rogerlopez13-php-jwk)
```

PHPackages © 2026

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