PHPackages                             cydrickn/php-watcher - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. cydrickn/php-watcher

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

cydrickn/php-watcher
====================

Simple file watcher

v2.0.0(1y ago)437.5k↑107.7%1MITPHPPHP &gt;=8.1

Since Aug 26Pushed 1y ago1 watchersCompare

[ Source](https://github.com/cydrickn/php-watcher)[ Packagist](https://packagist.org/packages/cydrickn/php-watcher)[ RSS](/packages/cydrickn-php-watcher/feed)WikiDiscussions main Synced 2d ago

READMEChangelog (5)DependenciesVersions (6)Used By (0)

PHP Watcher
===========

[](#php-watcher)

A simple directory and file watcher that was made using PHP.

Requirements
------------

[](#requirements)

- PHP &gt;= 8.1

Installation
------------

[](#installation)

```
composer require cydrickn/php-watcher
```

Usage
-----

[](#usage)

To use this package you just need to initialize the watcher and call the tick function

```
