michaelpetri/symfony-file-watcher
最新稳定版本:0.2.5
Composer 安装命令:
composer require michaelpetri/symfony-file-watcher
包简介
Symfony Message Receiver to receive filesystem events.
README 文档
README
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
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
其他信息
- 授权协议: MIT
- 更新时间: 2023-03-21