Search by

naf / session

floknapp

NAF Session Plugin for storing data across requests.

Package info

github.com/nafphp/session

Type:naf-plugin

pkg:composer/naf/session

Statistics

Installs: 149

Dependents: 4

Suggesters: 1

Stars: 0

Open Issues: 0

v0.2.1 2026-09-13 19:58 UTC

This package is auto-updated.

Last update: 2026-09-13 20:49:49 UTC


README

NAF

NAF Session Plugin

← Back to NAF

naf/session

Simple session management for NAF, with flash message support built-in.

This plugin adds a lightweight session layer to your NAF app, starts sessions safely in HTTP requests, and exposes helpers so you can store data (including flash messages) without worrying about headers or manual initialization.

🧩 Part of the official NAF plugin collection. Install it when you need session persistence, and nothing else.

Documentation

Sessions →

Everything about this package — what it does, how it is configured and what it needs — lives in the NAF documentation. Not sure which packages you need? Start here.

Install

composer require naf/session

License

MIT. Part of NAF.