LaravelPackages.net
Acme Inc.
Toggle sidebar
schruptor/sinusrhythm

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

19
0
About schruptor/sinusrhythm

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

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

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.

Comments