PHPackages                             totten/lurkerlite - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [File &amp; Storage](/categories/file-storage)
4. /
5. totten/lurkerlite

ActiveLibrary[File &amp; Storage](/categories/file-storage)

totten/lurkerlite
=================

Resource Watcher - Lightweight edition of henrikbjorn/lurker with no dependencies

1.3.0(5y ago)2897.9k—4.7%17MITPHPPHP &gt;=5.3.3

Since May 24Pushed 5y agoCompare

[ Source](https://github.com/totten/Lurker)[ Packagist](https://packagist.org/packages/totten/lurkerlite)[ RSS](/packages/totten-lurkerlite/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (5)Used By (7)

Lurkerlite
==========

[](#lurkerlite)

Lurkerlite provides PHP utilities for monitoring files and directories for changes. It is a fork of [henrikbjorn/lurker](https://github.com/flint/Lurker/).

[![Build Status](https://camo.githubusercontent.com/d13ada5c8a70606336ecccac10ee1db9c3d493ad77b6678ed9ecf4febcf00584/68747470733a2f2f7472617669732d63692e636f6d2f746f7474656e2f4c75726b65722e7376673f6272616e63683d6d6173746572)](https://travis-ci.com/totten/Lurker)

Usage
-----

[](#usage)

Use `composer` to install the package:

```
composer require totten/lurkerlite
```

Lurker works by giving the resource watcher a tracking id which is the name of the event and a path to the resource you want to track.

When all the resources have been added that should be track you would want to add event listeners for them so your can act when the resources are changed.

```
