PHPackages                             schema31/php-couchdb-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. schema31/php-couchdb-watcher

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

schema31/php-couchdb-watcher
============================

A simple watcher to attach callbacks to CouchDB documents changes

0.1.0(6y ago)2841PHPPHP ^7.2

Since Apr 28Pushed 6y ago2 watchersCompare

[ Source](https://github.com/Schema31/php-couchdb-watcher)[ Packagist](https://packagist.org/packages/schema31/php-couchdb-watcher)[ RSS](/packages/schema31-php-couchdb-watcher/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependenciesVersions (2)Used By (0)

php-couchdb-watcher
===================

[](#php-couchdb-watcher)

This package provides a simple watcher to attach callbacks to CouchDB documents changes.

### Installation

[](#installation)

The recommended installation method is by using [composer](https://getcomposer.org/)

```
composer require schema31/php-couchdb-watcher

```

### Usage

[](#usage)

Three steps are required in order to use the watcher.

Create it passing a key to save last change processed, CouchDB url and options.

```
