schruptor/sinusrhythm

With this Package you can easiely call heartbeats for sinusrhythm.de

dev-main 2023-07-03 01:01 UTC

README

Installation

You can install the package via composer:

composer require schruptor/sinusrhythm

Usage

$uuid = 'UUID from sinusrhythm.dev'

Schruptor\Sinusrhythm::ping($uuid);

or you can use the trait

use Schruptor\HasSinusrhythm;

protected string $uuid = 'UUID from sinusrhythm.dev';

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Credits

License

The MIT License (MIT). Please see License File for more information.