Download the PHP package laudeon/fileon without Composer
On this page you can find all versions of the php package laudeon/fileon. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download laudeon/fileon
More information about laudeon/fileon
Files in laudeon/fileon
Download laudeon/fileon
More information about laudeon/fileon
Files in laudeon/fileon
Vendor laudeon
Package fileon
Short Description A PHP file watcher
License MIT
Package fileon
Short Description A PHP file watcher
License MIT
Keywords watcherfile watcher
Please rate this library. Is it a good library?
Informations about the package fileon
fileon
PHP.7 file watcher
Install
using composer: composer require laudeon/fileon
Getting started
API
Watcher
Watcher::__construct(Fileon\Resource $resource [, integer $sleep])
$resource
is an instance of Fileon\Resource.$sleep
, optional, is the sleep time on each loop turn of the watcher, in microseconds. Defautl is 1000000
Watcher::watch([, callable $callback):void
$callback
must be a callable argument (function). It will be executed at the end of each loop turn.
Watcher::stop():void
Stop the watcher.
Watcher::isStopped():bool
Return the status of the watcher.
All versions of fileon with dependencies
PHP Build Version
Package Version
The package laudeon/fileon contains the following files
Loading the files please wait ....