PHPackages                             micro-module/jwt - 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. micro-module/jwt

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

micro-module/jwt
================

Micro module jwt common library

v0.6.0(5y ago)03.4k1proprietaryPHPPHP ^7.3 || ^8.0CI failing

Since Jul 5Pushed 5y ago1 watchersCompare

[ Source](https://github.com/temafey/micro_modules_jwt)[ Packagist](https://packagist.org/packages/micro-module/jwt)[ RSS](/packages/micro-module-jwt/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (6)Dependencies (11)Versions (7)Used By (1)

Micro component for getting JWT
===============================

[](#micro-component-for-getting-jwt)

What's inside?
--------------

[](#whats-inside)

Up new environment:

`make install`

See all make commands

`make help`

Full test circle

`make test`

Execute tests:

`tests-unit``tests-integration`

Static code analysis:

`make style`

Code style fixer:

`make coding-standards-fixer`

Code style checker (PHP CS Fixer and PHP\_CodeSniffer):

`make coding-standards`

Psalm is a static analysis tool for finding errors in PHP applications, built on top of PHP Parser:

`make psalm`

PHPStan focuses on finding errors in your code without actually running it.

`make phpstan`

**Generate ssl keys**

For generate ssl keys use symfony secret (app.secret) for pasphrase, from config/parameters.yaml file

```
  $ mkdir -p var/jwt
  $ openssl genrsa -out var/jwt/private.pem -aes256 4096
  $ openssl rsa -pubout -in var/jwt/private.pem -out var/jwt/public.pem

```

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity55

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

Total

5

Last Release

2029d ago

PHP version history (2 changes)v0.5.0PHP ^7.3

v0.6.0PHP ^7.3 || ^8.0

### Community

Maintainers

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

---

Top Contributors

[![temafey](https://avatars.githubusercontent.com/u/981101?v=4)](https://github.com/temafey "temafey (1 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan, Psalm

Code StyleECS

Type Coverage Yes

### Embed Badge

![Health badge](/badges/micro-module-jwt/health.svg)

```
[![Health](https://phpackages.com/badges/micro-module-jwt/health.svg)](https://phpackages.com/packages/micro-module-jwt)
```

###  Alternatives

[kartik-v/yii2-password

Useful password strength validation utilities for Yii Framework 2.0

761.2M17](/packages/kartik-v-yii2-password)[better-futures-studio/filament-local-logins

This is my package filament-local-logins

1334.6k](/packages/better-futures-studio-filament-local-logins)

PHPackages © 2026

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