mzur/kirby-defuse-session 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

mzur/kirby-defuse-session

最新稳定版本:v1.0.0

Composer 安装命令:

composer require --dev mzur/kirby-defuse-session

包简介

Allows you to to write tests for code that uses the Kirby 3 session.

README 文档

README

Archived: Use PHPUnit process isolation instead.

Build Status

Allows you to to write tests for code that uses the Kirby 3 session.

Usage

use Kirby\Cms\App; use Mzur\Kirby\DefuseSession\Defuse; public function testSession() { Defuse::defuse(); $session = App::instance()->session(); $session->set('testKey', 'testValue'); $this->assertEquals('testValue', $session->get('testKey')); }

Installation

composer require --dev mzur/kirby-defuse-session:@beta

Contributing

Feel free to send a pull request!

Issues/Bugs

Please use the GitHub issue tracker.

统计信息

  • 总下载量: 744
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 1
  • 依赖项目数: 2
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 2
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2026-01-04