spatie / uptime-monitor-app

A PHP application to monitor uptime and ssl certificates
https://spatie.be/opensource/php
MIT License
219 stars 35 forks source link

Project Direction Questions #8

Closed benyanke closed 7 years ago

benyanke commented 7 years ago

Hello,

This tool looks to be exactly what I need.

Would you be open to PRs if I were to add other features, such as these?

These are just a few ideas which could be great expansions on your project, which I might be able to help add.

freekmurze commented 7 years ago

such as SMS APIs like Twilio

If you need other notification channels, you can install the underlying package into a Laravel app of your own. The packages just uses Laravel's standard notification features, so it should be fairly straightforward to add a driver for your favourite notification provider in your Laravel app.

Other metrics to watch

I'm open for PRs to l the underlying package that add functionality as long as the implementation is easy to follow, non-breaking and fully tested. If you want to go ahead, best to PR one single new metric at a time.

I'm closing this issue here, send PRs to this repo: https://github.com/spatie/laravel-uptime-monitor

benyanke commented 7 years ago

Excellent - thank you.