symbiote / silverstripe-watching
Allows users to watch content items
Package info
github.com/nyeholt/silverstripe-watching
Type:silverstripe-vendormodule
pkg:composer/symbiote/silverstripe-watching
1.5.0
2020-08-28 04:56 UTC
Requires
Requires (Dev)
- phpunit/phpunit: ^5.7
- squizlabs/php_codesniffer: ^3.0
This package is auto-updated.
Last update: 2026-02-28 16:40:12 UTC
README
Adds content watching to your site
Composer Install
composer require symbiote/silverstripe-watching:~1.0
Requirements
- SilverStripe 4.1+
Documentation
Use with the silverstripe-notifications module
SilverStripe\CMS\Model\SiteTree:
extensions:
- Symbiote\Watch\Extension\ContentWatchNotification
SilverStripe\Core\Injector\Injector:
Symbiote\Watch\Extension\ContentWatchNotification:
properties:
watchService: %$Symbiote\Watch\WatchService
notificationService: %$Symbiote\Notifications\Service\NotificationService