library nette-session-panel
Nette DebugBar panel (port of kdyby/nette-session-panel for nette 2.0.x), that allows you inspect your sessions.
tomasstrejcek/nette-session-panel
Nette DebugBar panel (port of kdyby/nette-session-panel for nette 2.0.x), that allows you inspect your sessions.
- Friday, May 3, 2013
- by tomas.strejcek
- Repository
- 1 Watchers
- 0 Stars
- 199 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 8 Forks
- 0 Open issues
- 2 Versions
- 3 % Grown
Nette Session panel
Requirements
Nette Framework 2.0.x or higher and PHP 5.3 or higher., (*1)
Documentation
Simple DebugBar to show contents of session., (*2)
Examples
To load SessionPanel into the DebugBar insert following code into config.neon., (*3)
extensions:
debugger.session: Kdyby\Diagnostics\SessionPanel\SessionPanelExtension
You can also specify a section to hide in the DebugBar by add setup section in service definition., (*4)
services:
debugger.session.panel:
setup:
- hideSection('Nette.Http.UserStorage/')
- hideSection('Nette.Forms.Form/CSRF')
dev-master
9999999-dev
http://kdyby.org
Nette DebugBar panel (port of kdyby/nette-session-panel for nette 2.0.x), that allows you inspect your sessions.
Sources
Download
GPLv2
GPLv3
BSD-3
The Requires
session
nette
panel
v1.0.0
1.0.0.0
http://kdyby.org
Nette DebugBar panel, that allows you inspect your sessions.
Sources
Download
GPLv2
GPLv3
BSD-3
The Requires
session
nette
panel