All Projects → samsonasik → SanSessionToolbar

samsonasik / SanSessionToolbar

Licence: MIT license
⚡ Session Toolbar that can be applied into Zend/Laminas DeveloperTools

Programming Languages

PHP
23972 projects - #3 most used programming language
HTML
75241 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to SanSessionToolbar

ApigilityConsumer
🍃 Zend Framework/Laminas and Expressive/Mezzio Apigility/Laminas API Tools Client Module to consume API Services
Stars: ✭ 15 (-61.54%)
Mutual labels:  zf2, zf3, laminas
symfony-debug-toolbar-git
Get the latest Git commit information into Symfony debug toolbar
Stars: ✭ 30 (-23.08%)
Mutual labels:  toolbar, debug
Debuguisystem
Create a runtime menu system with buttons and windows for debugging in one line of code.
Stars: ✭ 48 (+23.08%)
Mutual labels:  toolbar, debug
fastapi-debug-toolbar
A debug toolbar for FastAPI.
Stars: ✭ 90 (+130.77%)
Mutual labels:  debug
vscode
VSCode debug extension for probe-rs. It uses the MS DAP protocol to communicate directly with the probe (via probe-rs), and supports basic command line debugging in addition to VSCode UI.
Stars: ✭ 45 (+15.38%)
Mutual labels:  debug
eruda-webpack-plugin
A webpack plugin of eruda to help you develop mobile app
Stars: ✭ 56 (+43.59%)
Mutual labels:  debug
GoDebug
Go debugger (Delve) integration with Sublime Text 3
Stars: ✭ 20 (-48.72%)
Mutual labels:  debug
alog
Update: use loguru instead. Simple straight logging your Python code
Stars: ✭ 38 (-2.56%)
Mutual labels:  debug
Debuggery
A small plugin designed to expose API values at runtime.
Stars: ✭ 36 (-7.69%)
Mutual labels:  debug
ifto
A simple debugging module for AWS Lambda (λ) timeout
Stars: ✭ 72 (+84.62%)
Mutual labels:  debug
doks-debug
A Docker image with Kubernetes manifests for investigation and troubleshooting.
Stars: ✭ 82 (+110.26%)
Mutual labels:  debug
arm-hard-fault-handler
What to do when Hard fault hits? Debugger and error reporter solution for ARM Cortex M3 and M4.
Stars: ✭ 32 (-17.95%)
Mutual labels:  debug
yii-debug
Yii debug panel extension
Stars: ✭ 23 (-41.03%)
Mutual labels:  debug
UnityCLI
Unity TCP CLI communication for debugging
Stars: ✭ 22 (-43.59%)
Mutual labels:  debug
flutter ume
UME is an in-app debug kits platform for Flutter. Produced by Flutter Infra team of ByteDance
Stars: ✭ 1,792 (+4494.87%)
Mutual labels:  debug
mst-persist
Persist and hydrate MobX-state-tree stores (in < 100 LoC)
Stars: ✭ 75 (+92.31%)
Mutual labels:  session
dialectic
Transport-polymorphic, asynchronous session types for Rust
Stars: ✭ 60 (+53.85%)
Mutual labels:  session
debugging-async-operations-in-nodejs
Example code to accompany my blog post on debugging async operations in Node.js.
Stars: ✭ 22 (-43.59%)
Mutual labels:  debug
gdbundle
Minimalist plugin manager for GDB and LLDB
Stars: ✭ 72 (+84.62%)
Mutual labels:  debug
hutplate
A Go library over standard net/http library with auth, session, err handling and more.
Stars: ✭ 28 (-28.21%)
Mutual labels:  session

SanSessionToolbar

Latest Version Software License PRs Welcome Build Status Code Coverage Scrutinizer Code Quality StyleCI Total Downloads

What is it about ?

It is a Laminas module as session toolbar for LaminasDeveloperTools. It shows you the Laminas session data you've been using like this :

Fully Crud Laminas sessions data

You can reload, clear, add, update, and remove your sessions data.

This is README for version ^4.0 which only support Laminas 3 with php ^7.3|~8.0.

For version ^3.0, you can read at version 3.x.x readme which support Laminas 3 and php ^7.2.

For version 2.1.*, you can read at version 2.1.* readme which support ZF3 and php ^7.2.

For version 2.0.*, you can read at version 2.0.* readme which support ZF3 and php ^7.1.

For version 1, you can read at version 1 readme which still support ZF2 with php ^5.6|^7.0 support.

Installation

Installation of this module uses composer.

composer require san/san-session-toolbar

For composer documentation, please refer to getcomposer.org.

Enable it :

// config/application.config.php
return [
    'modules' => [
        // ...
        'Laminas\DeveloperTools',
        'SanSessionToolbar', // put at the end of modules list!
    ]
    // ...
],

Note :

  • for better ouput format, you need to have Xdebug installed in your system.
  • for laminas-mvc v3 usage, if you want to get FlashMessenger data, you need to install laminas/laminas-mvc-plugin-flashmessenger

Contributing

Contributions are very welcome. Please read CONTRIBUTING.md

Credit

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].