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.