async-bot/timer-plugin

Timer plugin for the Async Bot framework

dev-master 2019-08-22 08:46 UTC

This package is auto-updated.

Last update: 2024-03-22 19:29:28 UTC


README

Latest Stable Version Build Status Coverage Status License

A very simple timer plugin for the Async Bot framework

The only thing this plugin does is emit a AsyncBot\Plugin\Event\Tick event based on a \DateInterval interval.

Requirements

  • PHP 7.4

Installation

composer require async-bot/timer-plugin