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

https://github.com/schmeits/pulse-panphp

A Laravel Pulse card displaying PanPHP analytics
https://github.com/schmeits/pulse-panphp

analytics laravel livewire package panphp pulse

Last synced: 10 months ago
JSON representation

A Laravel Pulse card displaying PanPHP analytics

Awesome Lists containing this project

README

          

# A Laravel Pulse card displaying PanPHP analytics

[![Latest Version on Packagist](https://img.shields.io/packagist/v/schmeits/pulse-panphp.svg?style=flat-square)](https://packagist.org/packages/schmeits/pulse-panphp)
[![GitHub Tests Action Status](https://img.shields.io/github/actions/workflow/status/schmeits/pulse-panphp/run-tests.yml?branch=main&label=tests&style=flat-square)](https://github.com/schmeits/pulse-panphp/actions?query=workflow%3Arun-tests+branch%3Amain)
[![Total Downloads](https://img.shields.io/packagist/dt/schmeits/pulse-panphp.svg?style=flat-square)](https://packagist.org/packages/schmeits/pulse-panphp)

This pulse card displays the [Pan PHP Analytics](https://github.com/panphp/pan) information.

![example-screenshot.png](docs-assets/screenshots/example-screenshot.png)

## Installation

You can install the package via composer:

```bash
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](https://laravel.com/docs/10.x/pulse#dashboard-customization).

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

```diff

+

```

## Testing

```bash
composer test
```

## Changelog

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

## Contributing

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

## Security Vulnerabilities

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

## Credits

- [Tally Schmeits](https://github.com/schmeits)
- [All Contributors](../../contributors)

## License

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