san / san-session-toolbar
Laminas Session Toolbar for Laminas\DeveloperTools
5.0.0
2024-09-07 17:45 UTC
Requires
- php: ^8.1
- laminas/laminas-json: ^2.5 || ^3.0
- laminas/laminas-mvc: ^3.0
- laminas/laminas-session: ^2.8.4
Requires (Dev)
- laminas/laminas-developer-tools: ^1.3.1 || ^2.0.2
- laminas/laminas-i18n: ^2.5
- laminas/laminas-log: ^2.5
- laminas/laminas-mvc-plugin-flashmessenger: ^1.0
- laminas/laminas-router: ^3.0
- laminas/laminas-serializer: ^2.5
- laminas/laminas-test: ^4.10
- phpspec/prophecy-phpunit: ^2.0
- phpunit/phpunit: ^10.4
- rector/rector: dev-main
Suggests
- ext-xdebug: For better output format of session data, Xdebug should already installed
- laminas/laminas-mvc-plugin-flashmessenger: ^1.0 for laminas-mvc ^3.0 usage to be able to use flashMessenger
Conflicts
- laminas/laminas-developer-tools: <1.3.1 || >=2.0 <2.0.2
- dev-master
- 5.0.0
- 4.x-dev
- 4.0.1
- 4.0.0
- 3.x-dev
- 3.1.0
- 3.0.1
- 3.0.0
- 2.1.x-dev
- 2.1.1
- 2.1.0
- 2.0.x-dev
- 2.0.4
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- 1.x-dev
- 1.0.12
- 1.0.11
- 1.0.10
- 1.0.9
- 1.0.8
- 1.0.7
- 1.0.6
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
- 0.x-dev
- 0.6.6
- 0.6.5
- 0.6.4
- 0.6.3
- 0.6.2
- 0.6.1
- 0.6.0
- 0.5.0
- 0.4.2
- 0.4.1
- 0.4.0
- 0.3.3
- 0.3.2
- 0.3.1
- 0.3.0
- 0.2.2
- 0.2.1
- 0.2.0
- 0.1.9
- 0.1.8
- 0.1.7
- 0.1.6
- 0.1.5
- 0.1.4
- 0.1.3
- 0.1.2
- 0.1.1
- 0.1.0
- 0.0.8
- 0.0.7
- 0.0.6
- 0.0.5
- 0.0.4
- 0.0.3
- 0.0.2
- 0.0.1
- dev-drop-php80
This package is auto-updated.
Last update: 2024-09-07 17:46:03 UTC
README
它是关于什么的?
它是一个用于 LaminasDeveloperTools 的 Laminas 模块,作为会话工具栏。它显示了您使用过的 Laminas 会话数据,如下所示
您可以重新加载、清除、添加、更新和删除会话数据。
这是版本 ^5.0 的 README,它仅支持 Laminas 3 和 php ^8.1
对于版本 ^4.0,您可以在 4.x.x 版本 README 中阅读,它支持 Laminas 3 和 php ^7.3|~8.0。
对于版本 ^3.0,您可以在 3.x.x 版本 README 中阅读,它支持 Laminas 3 和 php ^7.2。
对于版本 2.1.*,您可以在 2.1.* 版本 README 中阅读,它支持 ZF3 和 php ^7.2。
对于版本 2.0.*,您可以在 2.0.* 版本 README 中阅读,它支持 ZF3 和 php ^7.1。
对于版本 1,您可以在 1 版本 README 中阅读,它仍然支持 ZF2,并具有 php ^5.6|^7.0 的支持。
安装
此模块的安装使用 composer。
composer require san/san-session-toolbar
有关 composer 文档,请参阅 getcomposer.org。
启用它
// config/application.config.php return [ 'modules' => [ // ... 'Laminas\DeveloperTools', 'SanSessionToolbar', // put at the end of modules list! ] // ... ],
注意 :
- 为了获得更好的输出格式,您需要在您的系统中安装 Xdebug。
- 对于 laminas-mvc v3 的使用,如果您想获取 FlashMessenger 数据,则需要安装 laminas/laminas-mvc-plugin-flashmessenger
贡献
我们非常欢迎贡献。请阅读 CONTRIBUTING.md
致谢
- Abdul Malik Ikhsan
- 所有 SanSessionToolbar 贡献者
- 工具栏会话图标来自: http://png-5.findicons.com/files/icons/728/database/512/database_2_512.png,使用 base64_encode 编码。
- 从 http://icons.iconarchive.com/icons/oxygen-icons.org/oxygen/16/Actions-edit-delete-icon.png 移除会话图标,使用 base64_encode 编码。
- 从 http://findicons.com/icon/261541/arrow_refresh 重新加载会话图标,使用 base64_encode 编码。
- 从 http://findicons.com/files/icons/140/toolbar_icons_3_by_ruby_softwar/128/edit.png 编辑会话图标,使用 base64_encode 编码。
- 从 http://findicons.com/icon/66997/gnome_edit_clear 清除会话图标,使用 base64_encode 编码。
- 从 http://findicons.com/files/icons/980/yuuminco/48/3_disc.png 保存会话图标,使用 base64_encode 编码。
- 从 http://findicons.com/files/icons/734/phuzion/128/stop.png 取消保存会话,使用 base64_encode 编码。
- 从 http://findicons.com/icon/248302/add?id=325782 添加新的会话数据,使用 base64_encode 编码。