An open API service indexing awesome lists of open source software.

https://github.com/lkaemmerling/laravel-uptime-monitor-api

API Package for Laravel Uptime Monitor
https://github.com/lkaemmerling/laravel-uptime-monitor-api

addon laravel-uptime-monitor php uptime-monitor

Last synced: about 2 months ago
JSON representation

API Package for Laravel Uptime Monitor

Awesome Lists containing this project

README

        

# API Addon for Laravel Uptime Monitor
[![Build Status](https://travis-ci.org/LKDevelopment/laravel-uptime-monitor-api.svg?branch=master)](https://travis-ci.org/LKDevelopment/laravel-uptime-monitor-api)
[![StyleCI](https://styleci.io/repos/74739793/shield?branch=master)](https://styleci.io/repos/74739793)
[![Latest Stable Version](https://poser.pugx.org/lkdev/laravel-uptime-monitor-api/v/stable)](https://packagist.org/packages/lkdev/laravel-uptime-monitor-api)
[![Total Downloads](https://poser.pugx.org/lkdev/laravel-uptime-monitor-api/downloads)](https://packagist.org/packages/lkdev/laravel-uptime-monitor-api)
[![License](https://poser.pugx.org/lkdev/laravel-uptime-monitor-api/license)](https://packagist.org/packages/lkdev/laravel-uptime-monitor-api)

This is an Addon Package for [Laravel Uptime Monitor from Spatie](https://github.com/spatie/laravel-uptime-monitor). It provides an Restful API Interface for interacting with the Uptime Monitor over HTTP.

## Documentation

You can find the Documentation [here](https://lkdevelopment.github.io/docs/laravel-uptime-monitor-api-v1/).

## Changelog

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

## Testing

If you want to Test the Package, just run:
```bash
vendor/bin/phpunit
```

## Contributing

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

## Security

If you discover any security related issues, please email [email protected] instead of using the issue tracker.

## Credits

- [Lukas Kämmerling](https://github.com/LKDevelopment)
- [All Contributors](../../contributors)

## License

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.