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

https://github.com/maccath/activity-monitor

Monitors activity and performs actions.
https://github.com/maccath/activity-monitor

api-consumption just-for-fun monitors-activity php-7

Last synced: about 2 months ago
JSON representation

Monitors activity and performs actions.

Awesome Lists containing this project

README

        

# Activity Monitor

[![Build Status](https://travis-ci.org/maccath/activity-monitor.svg)](https://travis-ci.org/maccath/activity-monitor)

## Installation

composer install
php -r "file_exists('.env') || copy('.env.example', '.env');"
php artisan key:generate

## Requirements

* PHP >=7.1