With this Package you can easiely call heartbeats for sinusrhythm.de
schruptor/sinusrhythm is a Laravel package for with this package you can easiely call heartbeats for sinusrhythm.de.
It currently has 0 GitHub stars and 19 downloads on Packagist.
Install it with composer require schruptor/sinusrhythm.
Discover more Laravel packages by schruptor
or browse all Laravel packages to compare alternatives.
Last updated
You can install the package via composer:
composer require schruptor/sinusrhythm
$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';
composer test
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
The MIT License (MIT). Please see License File for more information.