michaelpetri/symfony-file-watcher 问题修复 & 功能扩展

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

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

michaelpetri/symfony-file-watcher

最新稳定版本:0.2.5

Composer 安装命令:

composer require michaelpetri/symfony-file-watcher

包简介

Symfony Message Receiver to receive filesystem events.

README 文档

README

Type Coverage Latest Stable Version License

This package contains a file watcher based on symfony/messenger and michaelpetri/php-git.

Since it is based on git it can emmit events for files even after it has been paused for a decent time. All changes will trigger a FileCreated, FileChanged or FileDeleted event which then can be handled by an event handler.

Note: Keep in mind that git is not good at handling binary files and using this package can lead to bloated disk usage!

Installation

composer require michaelpetri/symfony-file-watcher 

Usage

# messenger.yaml
transports:
  my-file-watcher:
    dsn: 'watch:///absolute/path/to/files?timeout=60000' # timeout in milliseconds
bin/console messenger:setup
bin/console messenger:consume my-file-watcher

Sponsor

Lyska.cloud

By using cutting-edge technology, process automation and taking responsibility for integration, synchronization, quality and consistency of your data.

统计信息

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

GitHub 信息

  • Stars: 6
  • Watchers: 2
  • Forks: 3
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-03-21