Skip to content

Commit 5aac8b3

Browse files
committed
Improve documentation
1 parent 5fa05ce commit 5aac8b3

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,24 @@
1-
# Server Memory Health Check for Spatie Laravel Health Check and Oh Dear
1+
# Server Memory Health Check for Spatie Laravel Health and Oh Dear
22

33
[![Latest Version on Packagist](https://img.shields.io/packagist/v/ziming/laravel-memory-health-check.svg?style=flat-square)](https://packagist.org/packages/ziming/laravel-memory-health-check)
44
[![GitHub Tests Action Status](https://img.shields.io/github/actions/workflow/status/ziming/laravel-memory-health-check/run-tests.yml?branch=main&label=tests&style=flat-square)](https://github.com/ziming/laravel-memory-health-check/actions?query=workflow%3Arun-tests+branch%3Amain)
55
[![GitHub Code Style Action Status](https://img.shields.io/github/actions/workflow/status/ziming/laravel-memory-health-check/fix-php-code-style-issues.yml?branch=main&label=code%20style&style=flat-square)](https://github.com/ziming/laravel-memory-health-check/actions?query=workflow%3A"Fix+PHP+code+style+issues"+branch%3Amain)
66
[![Total Downloads](https://img.shields.io/packagist/dt/ziming/laravel-memory-health-check.svg?style=flat-square)](https://packagist.org/packages/ziming/laravel-memory-health-check)
77

8-
Memory Usage Health Check for Spatie Laravel Health Check Package. In the future I aim to add Memory Load Health Check too.
8+
Memory Usage Health Check for [Spatie Laravel Health](https://github.com/spatie/laravel-health) Package. Which also works with
9+
[Oh Dear](https://ohdear.app/?via=laravel-health-memory) monitoring service.
910

10-
The memory usage code is shamelessly copied from Laravel Pulse
11+
In the future more kinds of memory health checks may be added.
12+
13+
The memory usage code is shamelessly copied from Laravel Pulse.
14+
15+
Support Darwin, Linux, Windows and BSD based systems.
1116

1217
## Support us
1318

14-
You can donate to my github sponsor or use my referral link for [Oh Dear](https://ohdear.app/?via=laravel-health-memory) so I get a small reward if you become a paid customer in the future. This comes at no extra cost to you and helps support my open source work.
19+
You can donate to my github sponsor or use my referral link for [Oh Dear](https://ohdear.app/?via=laravel-health-memory) so
20+
I get a small reward if you become a paid customer in the future. This comes at no extra cost to you and helps support my open source work.
21+
1522

1623
https://ohdear.app/?via=laravel-health-memory
1724

0 commit comments

Comments
 (0)