定制 monooso/unobserve 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

monooso/unobserve

最新稳定版本:v6.1.1

Composer 安装命令:

composer require monooso/unobserve

包简介

Mute and unmute Laravel observers at will.

关键字:

README 文档

README

Lint and Test Status Quality Score Coverage Latest Stable Version License

About Unobserve

When testing Laravel applications, we frequently need to "silence" events, so as not to trigger additional side-effects. Laravel's Event::fake method is useful, but muting a specific model observer is still problematic.

Unobserve takes care of that, making it easy to mute and unmute an observer at will.

Requirements and installation

Select the appropriate version of Unobserve from the following table.

Unobserve Laravel PHP
1.x ^5.8, ^6.0 ^7.2
2.x ^7.0 ^7.2.5
3.x ^8.0 ^7.3.0
4.x ^8.0 ^8.0.0
5.x ^9.0, ^10.0 ^8.0.0
6.x ^11.0, 12.0 ^8.2.0

Install Unobserve using Composer:

composer require monooso/unobserve

Usage

First, add the CanMute trait to your observer class.

<?php

namespace App\Observers;

use Monooso\Unobserve\CanMute;

class UserObserver
{
    use CanMute;
}

You can now mute and unmute your observer as needed:

UserObserver::mute();
UserObserver::unmute();

Mute options

Mute all observer events:

UserObserver::mute();

Mute specific observer events:

UserObserver::mute('creating');
UserObserver::mute(['creating', 'created']);

Development

Unobserve is very stable at this point. If you have any feature ideas please open an issue before doing any work.

Here's how to set everything up for local development on Unobserve 1:

  1. Clone the repository.
  2. Install the dependencies by running composer install.
  3. Install the code quality tools by running composer install --working-dir=tools/php-cs-fixer.
  4. Set your Git hooks directory to .githooks by running git config core.hooksPath .githooks.

License

Unobserve is open source software, released under the MIT license.

Footnotes

  1. I'm assuming you know your way around PHP, and already have your environment set up.

统计信息

  • 总下载量: 372.79k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 83
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 83
  • Watchers: 2
  • Forks: 12
  • 开发语言: PHP

其他信息

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

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固