Download the PHP package koala-framework-mine/file-watcher-mine without Composer
On this page you can find all versions of the php package koala-framework-mine/file-watcher-mine. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download koala-framework-mine/file-watcher-mine
More information about koala-framework-mine/file-watcher-mine
Files in koala-framework-mine/file-watcher-mine
Download koala-framework-mine/file-watcher-mine
More information about koala-framework-mine/file-watcher-mine
Files in koala-framework-mine/file-watcher-mine
Vendor koala-framework-mine
Package file-watcher-mine
Short Description Library for watching for file system changes
License BSD-2-Clause
Homepage http://www.koala-framework.org/
Package file-watcher-mine
Short Description Library for watching for file system changes
License BSD-2-Clause
Homepage http://www.koala-framework.org/
Please rate this library. Is it a good library?
Informations about the package file-watcher-mine
File Watcher Php Library 
Php library for watching for file system changes.
Supports different backends for best cross platform usage.
Backends
- watchmedo (Cross platform pything shell utility)
- fswatch (Cross-platform file change monitor with multiple backends)
- inotifywait (Linux shell utility)
- inotify (Php PECL extension)
- Polling fallback (Slow)
Requirements
- Php 5.3+
Installation
Install using composer:
composer require koala-framework/file-watcher
Example Usage
$watcher = Kwf\FileWatcher\Watcher::create('.');
$watcher->addListener(Kwf\FileWatcher\Events::MODIFY, function($e) {
var_dump($e->filename);
});
$watcher->start();
All versions of file-watcher-mine with dependencies
PHP Build Version
Package Version
Requires
symfony/process Version
~4.2
symfony/event-dispatcher Version ~2.6
symfony/finder Version ~2.6
psr/log Version ~1.0
symfony/event-dispatcher Version ~2.6
symfony/finder Version ~2.6
psr/log Version ~1.0
The package koala-framework-mine/file-watcher-mine contains the following files
Loading the files please wait ....