PHPackages                             lexal/laravel-stepped-form-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. lexal/laravel-stepped-form-session-storage

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

lexal/laravel-stepped-form-session-storage
==========================================

Laravel Stepped form Session storage

v1.0.1(3mo ago)00MITPHPPHP &gt;=8.2CI passing

Since Jul 24Pushed 3mo agoCompare

[ Source](https://github.com/lexalium/laravel-stepped-form-session-storage)[ Packagist](https://packagist.org/packages/lexal/laravel-stepped-form-session-storage)[ RSS](/packages/lexal-laravel-stepped-form-session-storage/feed)WikiDiscussions master Synced today

READMEChangelog (2)Dependencies (20)Versions (4)Used By (0)

Laravel Stepped Form Session Storage
====================================

[](#laravel-stepped-form-session-storage)

[![PHPUnit, PHPCS, PHPStan Tests](https://github.com/lexalium/laravel-stepped-form-session-storage/actions/workflows/laravel-tests.yml/badge.svg)](https://github.com/lexalium/laravel-stepped-form-session-storage/actions/workflows/laravel-tests.yml)

The package uses session as data and key storage for [Laravel Stepped Form](https://github.com/lexalium/laravel-stepped-form).

Requirements
------------

[](#requirements)

**PHP:** &gt;=8.2

**Laravel:** ^11.0 || ^12.0

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

[](#installation)

Via Composer

```
composer require lexal/laravel-stepped-form-session-storage

```

Usage
-----

[](#usage)

Configure stepped forms to use session as storage:

```
/// config/stepped-form.php

return [
    ...
    'forms' => [
        'customer' => [
            ...
            'storage' => \Lexal\LaravelSteppedFormSessionStorage\SessionStorage::class,
            'session_key_storage' => \Lexal\LaravelSteppedFormSessionStorage\SessionSessionKeyStorage::class,
        ],
    ],
    ...
];
```

Read more about [Laravel Stepped Form](https://github.com/lexalium/laravel-stepped-form#usage).

License
-------

[](#license)

Laravel Session Storage is licensed under the MIT License. See [LICENSE](LICENSE) for the full license text.

###  Health Score

37

—

LowBetter than 81% of packages

Maintenance82

Actively maintained with recent releases

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity51

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

Total

3

Last Release

96d ago

### Community

Maintainers

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

---

Top Contributors

[![lexalium](https://avatars.githubusercontent.com/u/28488207?v=4)](https://github.com/lexalium "lexalium (3 commits)")

---

Tags

laravelstepped-formsession storagestepped-form storagemulti-step form storage

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/lexal-laravel-stepped-form-session-storage/health.svg)

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[anahkiasen/former

A powerful form builder

1.4k1.4M14](/packages/anahkiasen-former)[illuminate/routing

The Illuminate Routing package.

1419.2M3.0k](/packages/illuminate-routing)[codewithdennis/filament-select-tree

The multi-level select field enables you to make single selections from a predefined list of options that are organized into multiple levels or depths.

329530.5k29](/packages/codewithdennis-filament-select-tree)[flarum/core

Delightfully simple forum software.

201.4M2.3k](/packages/flarum-core)[worksome/exchange

Check Exchange Rates for any currency in Laravel.

124603.0k](/packages/worksome-exchange)

PHPackages © 2026

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