PHPackages                             modernmcguire/overwatch - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. modernmcguire/overwatch

ActivePackage[API Development](/categories/api)

modernmcguire/overwatch
=======================

Configure and provide customizable Stripe data via RESTful endpoint.

1.4.0(5mo ago)013.8k↑67.7%[3 PRs](https://github.com/modernmcguire/overwatch/pulls)MITPHPPHP ^7.4|^8.0CI failing

Since Apr 21Pushed 5mo ago3 watchersCompare

[ Source](https://github.com/modernmcguire/overwatch)[ Packagist](https://packagist.org/packages/modernmcguire/overwatch)[ Docs](https://github.com/modernmcguire/overwatch)[ RSS](/packages/modernmcguire-overwatch/feed)WikiDiscussions main Synced yesterday

READMEChangelog (10)Dependencies (15)Versions (18)Used By (0)

Overwatch
=========

[](#overwatch)

[![Downloads on Packagist](https://camo.githubusercontent.com/18977777a40c5c9c452b86aa613fe55820325cff83b010b065209cba8e1cf5e3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d6f6465726e6d6367756972652f6f76657277617463682e7376673f7374796c653d666c6174)](https://packagist.org/packages/modernmcguire/overwatch)[![Latest Version on Packagist](https://camo.githubusercontent.com/c95c5539a8ffaa9bad96e45b3a0d2fa3c65d56cccbac3cc28646fc89c8965246/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d6f6465726e6d6367756972652f6f76657277617463682e7376673f7374796c653d666c6174)](https://packagist.org/packages/modernmcguire/overwatch)

This package allows you to define custom metrics for a Laravel application and retrieve them either through an HTTP request or a command.

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require modernmcguire/overwatch
```

To create a new overwatch secret key for your application, use the following command:

```
php artisan overwatch:generate
```

You can publish the config file with:

```
php artisan vendor:publish --tag="overwatch-config"
```

This is the contents of the published config file which will include the laravel and php version by default:

```
