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
- Host: GitHub
- URL: https://github.com/schmeits/pulse-panphp
- Owner: schmeits
- License: mit
- Created: 2024-10-18T06:34:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-18T07:46:47.000Z (over 1 year ago)
- Last Synced: 2024-10-18T10:31:21.227Z (over 1 year ago)
- Topics: analytics, laravel, livewire, package, panphp, pulse
- Language: PHP
- Homepage:
- Size: 50.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
- awesome-pulse - PanPHP analytics - Displays the Pan PHP Analytics information (Cards / Application)
README
# A Laravel Pulse card displaying PanPHP analytics
[](https://packagist.org/packages/schmeits/pulse-panphp)
[](https://github.com/schmeits/pulse-panphp/actions?query=workflow%3Arun-tests+branch%3Amain)
[](https://packagist.org/packages/schmeits/pulse-panphp)
This pulse card displays the [Pan PHP Analytics](https://github.com/panphp/pan) information.

## 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.