PHPackages                             jedenweb/session-storage - 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. [Database &amp; ORM](/categories/database)
4. /
5. jedenweb/session-storage

AbandonedArchivedLibrary[Database &amp; ORM](/categories/database)

jedenweb/session-storage
========================

Database SessionStorage for Nette Framework

v2.1.1(11y ago)1502[1 issues](https://github.com/JedenWeb/SessionStorage/issues)BSD-3-ClausePHP

Since Jun 29Pushed 8y ago1 watchersCompare

[ Source](https://github.com/JedenWeb/SessionStorage)[ Packagist](https://packagist.org/packages/jedenweb/session-storage)[ RSS](/packages/jedenweb-session-storage/feed)WikiDiscussions master Synced 3w ago

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

Database SessionStorage
=======================

[](#database-sessionstorage)

Database SessionStorage for [Nette Framework](http://nette.org/)

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

[](#instalation)

The best way to install jedenweb/session-storage is using [Composer](http://getcomposer.org/):

```
$ composer require jedenweb/session-storage:~2.1.0
```

After that you have to register extension in config.neon.

```
extensions:
	sessionStorage: JedenWeb\SessionStorage\DI\DatabaseStorageExtension
```

Add table to your database

```
CREATE TABLE IF NOT EXISTS `session` (
	`id` varchar(64) NOT NULL,
	`timestamp` int(11) NOT NULL,
	`data` longtext NOT NULL,
	PRIMARY KEY (`id`),
	KEY `timestamp` (`timestamp`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

```

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity64

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

Total

2

Last Release

4375d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

nettedatabasestoragesession

### Embed Badge

![Health badge](/badges/jedenweb-session-storage/health.svg)

```
[![Health](https://phpackages.com/badges/jedenweb-session-storage/health.svg)](https://phpackages.com/packages/jedenweb-session-storage)
```

###  Alternatives

[nitecon/zf2-db-session

Zend Framework 2 database session storage

204.8k](/packages/nitecon-zf2-db-session)[uestla/yetorm

Lightweight ORM for Nette\\Database

4936.5k1](/packages/uestla-yetorm)[ytake/laravel-couchbase

Couchbase providers for Laravel

3052.1k](/packages/ytake-laravel-couchbase)[modul-is/orm

Lightweight hybrid ORM/Explorer

1118.7k](/packages/modul-is-orm)

PHPackages © 2026

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