kdyby / nette-session-panel
Nette DebugBar panel, that allows you inspect your sessions.
Installs: 88 857
Dependents: 1
Suggesters: 0
Security: 0
Stars: 8
Watchers: 4
Forks: 10
Open Issues: 0
Requires
- php: >=5.4.0
- nette/di: ~2.4
- nette/http: ~2.4
- nette/utils: ~2.4
- tracy/tracy: ~2.4
This package is auto-updated.
Last update: 2024-10-22 03:28:54 UTC
README
Requirements
Nette Framework 2.2 or higher and PHP 5.3 or higher.
Documentation
Simple DebugBar to show contents of session.
Installation
The best way to install Kdyby/NetteSessionPanel is using Composer:
$ composer require kdyby/nette-session-panel:@dev
To load SessionPanel into the DebugBar insert following code into config.neon.
extensions: debugger.session: Kdyby\SessionPanel\DI\SessionPanelExtension