strucura/trailwatch

Tracks and reports upon api usage.

0.1.0 2025-06-26 17:27 UTC

This package is auto-updated.

Last update: 2025-06-26 17:31:21 UTC


README

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

Warning

This is a work in progress and not ready for use.

Installation

You can install the package via composer:

composer require strucura/trailwatch

You can publish and run the migrations with:

php artisan vendor:publish --tag="trailwatch-migrations"
php artisan migrate

You can publish the config file with:

php artisan vendor:publish --tag="trailwatch-config"

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.