Skip to content

Latest commit

 

History

History
47 lines (28 loc) · 793 Bytes

README.md

File metadata and controls

47 lines (28 loc) · 793 Bytes

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.