承接 iamserjo/laravel-event-visualizer 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

iamserjo/laravel-event-visualizer

Composer 安装命令:

composer require iamserjo/laravel-event-visualizer

包简介

Laravel 12 package to visualize events with their handlers, including jobs to chain them together

README 文档

README

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

Laravel package to visualize events with their handlers, including jobs to chain them together.

Example

Installation

You will need PHP 8.1 or higher.

Install the package via composer:

composer require jonaspardon/laravel-event-visualizer --dev

Publish the config file with:

php artisan vendor:publish --tag="event-visualizer-config"

Publish the views with:

php artisan vendor:publish --tag="event-visualizer-views"

Usage

Visit your-app.test/event-visualizer on a non-production environment.

How does it work?

The starting point is your registered app events and their listeners/subscribers as defined in your EventServiceProvider.

For each of those listeners/subscribers, the package will try to find the dispatched events and jobs by parsing the code and traversing through the abstract syntax tree. For every event/job found, the same AST traversal will be done recursively until it reaches the end.

Supported

Syntax Supported?
\Event facade static call
\Bus facade static call
\Illuminate\Support\Facades\Event facade static call
\Illuminate\Support\Facades\Bus facade static call
\Illuminate\Contracts\Events\Dispatcher injected variable call
\Illuminate\Contracts\Bus\Dispatcher injected variable call
event(...) helper
dispatch(...) helper
Bus chains

For dependency injection, both constructor and method injection are supported.

Inline instantiation of classes is supported.

Passing variables (Event::dispatch($event) as opposed to Event::dispatch(new EventName())) is supported, but there might be some edge cases where it fails. If you encounter these, please open an issue and provide a code sample.

Testing

composer test

Contributing

Contributions are welcome.

When sending in a PR, please make sure to add/modify tests for the code you touch.

License

The MIT License (MIT). Please see License File for more information.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-05-18