solution-forest/filament-panphp 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

solution-forest/filament-panphp

最新稳定版本:0.0.3

Composer 安装命令:

composer require solution-forest/filament-panphp

包简介

This is my package filament-panphp

README 文档

README

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

Seamlessly integrate pan, the lightweight and privacy-focused PHP product analytics library, into your Filament admin panel with this powerful UI package.

image

Key Features:

  • Easy-to-use Filament components for visualizing Pan analytics data
  • Intuitive interface for managing and configuring tracked elements
  • Real-time dashboard for monitoring impressions, hovers, and clicks
  • Integration with Filament's existing components and styling

With our Filament UI for Pan, you can:

  • Quickly view and analyze data collected via the data-pan attribute
  • Easily manage allowed analytics and configure tracking limits
  • Visualize trends and patterns in user interactions

Installation

Requires PHP 8.3+, and Laravel 11.0+.

You can install the package via composer:

composer require solution-forest/filament-panphp

Usage

1. Using in Filament Dashboard

image
use SolutionForest\FilamentPanphp\Components\PanOverview;

public function panel(Panel $panel): Panel
{
    return $panel
        // ...
        ->widgets([
            PanOverview::class
        ])
}

2. You can use the Widget in the blade

image
<div>
    @livewire(SolutionForest\FilamentPanphp\Components\PanOverview::class)
</div>

Screenshot

image image image image

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.

About Solution Forest

Solution Forest Web development agency based in Hong Kong. We help customers to solve their problems. We Love Open Soruces.

We have built a collection of best-in-class products:

统计信息

  • 总下载量: 1.77k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 25
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 25
  • Watchers: 2
  • Forks: 3
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-10-17