schmeits/pulse-panphp

A Laravel Pulse card displaying PanPHP analytics

0.0.1 2024-10-18 07:45 UTC

This package is auto-updated.

Last update: 2024-10-18 07:47:17 UTC


README

Latest Version on Packagist GitHub Tests Action Status Total Downloads

This pulse card displays the Pan PHP Analytics information.

example-screenshot.png

Installation

You can install the package via composer:

composer require schmeits/pulse-panphp

Usage

Add to your dashboard

To add the card to the Pulse dashboard, you must first publish the vendor view.

Then, you can modify the dashboard.blade.php file:

<x-pulse>
+    <livewire:pulse.panphp cols='6' />

    <livewire:pulse.servers cols="full" />

    <livewire:pulse.usage cols="4" rows="2" />

    <livewire:pulse.queues cols="4" />

    <livewire:pulse.cache cols="4" />

    <livewire:pulse.slow-queries cols="8" />

    <livewire:pulse.exceptions cols="6" />

    <livewire:pulse.slow-requests cols="6" />

    <livewire:pulse.slow-jobs cols="6" />

    <livewire:pulse.slow-outgoing-requests cols="6" />

</x-pulse>

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.