PHPackages                             k3progetti/software-version-bundle - 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. [Framework](/categories/framework)
4. /
5. k3progetti/software-version-bundle

ActiveSymfony-bundle[Framework](/categories/framework)

k3progetti/software-version-bundle
==================================

Bundle Symfony per il controllo software nei nostri progetti

v2.0.0(5mo ago)078MITPHPPHP &gt;=8.4

Since Sep 19Pushed 5mo agoCompare

[ Source](https://github.com/K3Progetti/software-version-bundle)[ Packagist](https://packagist.org/packages/k3progetti/software-version-bundle)[ RSS](/packages/k3progetti-software-version-bundle/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (9)Versions (24)Used By (0)

Software Version
================

[](#software-version)

Bundle Symfony per la gestione avanzata dei token JWT, con supporto a:

- Login e generazione token JWT
- Refresh token
- Logout e invalidazione dei token
- Comandi da terminale per la pulizia dei token scaduti

---

✅ Requisiti
-----------

[](#-requisiti)

- PHP &gt;= 8.2
- Symfony 7.0

---

🚀 Installazione
---------------

[](#-installazione)

```
composer require k3progetti/jwt-bundle
```

```
php composer.phar install --ignore-platform-req=ext-redis
```

---

⚙️ Configurazione
-----------------

[](#️-configurazione)

### 📦 Registrazione del bundle

[](#-registrazione-del-bundle)

Aggiungi il bundle al tuo `config/bundles.php` se non viene registrato automaticamente:

```
return [
    // ...
    K3Progetti\JwtBundle\SoftwareVersionBundle::class => ['all' => true],
];
```

### 🔐 Configurazione del firewall (`config/packages/security.yaml`)

[](#-configurazione-del-firewall-configpackagessecurityyaml)

```
firewalls:
    api:
        pattern: ^/api/
        stateless: true
        custom_authenticator: K3Progetti\JwtBundle\Security\JwtAuthenticator
```

---

### 🧱 Migrazioni

[](#-migrazioni)

Il bundle include due entità: `JwtToken` e `JwtRefreshToken`.
Dopo aver installato il bundle, **genera e applica le migrazioni**:

```
php bin/console make:migration
php bin/console doctrine:migrations:migrate
```

---

🧭 Struttura del Progetto
------------------------

[](#-struttura-del-progetto)

```
JwtBundle/
├── JwtBundle.php
├── bin/
│   └── register-jwt-bundle.php
├── resources/
│   └── config/
│       └── services.yaml
├── src/
│   ├── Command/
│   │   ├── RemoveJwtRefreshTokenExpired.php
│   │   ├── RemoveJwtTokenExpired.php
│   │   └── RemoveJwtTokenUser.php
│   ├── Controller/
│   │   └── AuthController.php
│   ├── DependencyInjection/
│   │   ├── Configuration.php
│   │   └── JwtExtension.php
│   ├── Entity/
│   │   ├── JwtToken.php
│   │   └── JwtRefreshToken.php
│   ├── Event/
│   │   └── JwtUserLoggedOutEvent.php
│   ├── Helper/
│   │   └── AuthHelper.php
│   ├── Repository/
│   │   ├── JwtTokenRepository.php
│   │   └── JwtRefreshTokenRepository.php
│   ├── Security/
│   │   ├── JwtAuthenticator.php
│   │   └── Handler/
│   │       ├── LoginHandler.php
│   │       ├── LogoutHandler.php
│   │       └── RefreshTokenHandler.php
│   └── Service/
│       ├── JwtService.php
│       └── JwtRefreshService.php

```

---

🔧 Comandi Console Disponibili
-----------------------------

[](#-comandi-console-disponibili)

```
bin/console jwt:remove-jwt-refresh-token-expired
bin/console jwt:remove-jwt-token-expired
bin/console jwt:remove-jwt-token-user
```

---

🤝 Contributi
------------

[](#-contributi)

Sono aperto a qualsiasi confronto.

###  Health Score

40

—

FairBetter than 86% of packages

Maintenance70

Regular maintenance activity

Popularity10

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity63

Established project with proven stability

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

Recently: every ~27 days

Total

23

Last Release

168d ago

Major Versions

v1.1.1 → v2.0.02026-01-16

PHP version history (2 changes)v1.0.1PHP &gt;=8.2

v2.0.0PHP &gt;=8.4

### Community

Maintainers

![](https://www.gravatar.com/avatar/79fa54e3be2c0b9470fcb9c4acebe78b15470c37028e91694ce380ccf66f0ada?d=identicon)[mattiavitalik3](/maintainers/mattiavitalik3)

---

Top Contributors

[![mattiavitalik3](https://avatars.githubusercontent.com/u/141140764?v=4)](https://github.com/mattiavitalik3 "mattiavitalik3 (52 commits)")

### Embed Badge

![Health badge](/badges/k3progetti-software-version-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/k3progetti-software-version-bundle/health.svg)](https://phpackages.com/packages/k3progetti-software-version-bundle)
```

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M388](/packages/easycorp-easyadmin-bundle)[chameleon-system/chameleon-base

The Chameleon System core.

1028.6k5](/packages/chameleon-system-chameleon-base)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M574](/packages/shopware-core)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.4M203](/packages/sulu-sulu)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.1k17.8k](/packages/prestashop-prestashop)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k5.9M737](/packages/sylius-sylius)

PHPackages © 2026

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