PHPackages                             artmin96/filament-popover - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. artmin96/filament-popover

ActiveLibrary

artmin96/filament-popover
=========================

This is my package filament-popover

v1.1(2y ago)72922[2 PRs](https://github.com/ArtMin96/filament-popover/pulls)MITPHPPHP ^8.0

Since Jan 8Pushed 2y ago1 watchersCompare

[ Source](https://github.com/ArtMin96/filament-popover)[ Packagist](https://packagist.org/packages/artmin96/filament-popover)[ Docs](https://github.com/artmin96/filament-popover)[ GitHub Sponsors](https://github.com/ArtMin96)[ RSS](/packages/artmin96-filament-popover/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (16)Versions (5)Used By (0)

Filament popover
================

[](#filament-popover)

[![Latest Version on Packagist](https://camo.githubusercontent.com/753beff5627b89d796f313820d90f3090ddd85145e5b55e4901f820c159c1bea/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6172746d696e39362f66696c616d656e742d706f706f7665722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/artmin96/filament-popover)[![GitHub Tests Action Status](https://camo.githubusercontent.com/a491688a0a6e73f838cec6a1a709ba8b520df006bc6e8b367d7cd1740bec8708/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f6172746d696e39362f66696c616d656e742d706f706f7665722f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/artmin96/filament-popover/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/c5433073c2e147687a22cd967a98ce5e653ec2c3f15cf373415005d92b6822f0/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f6172746d696e39362f66696c616d656e742d706f706f7665722f436865636b253230262532306669782532307374796c696e673f6c6162656c3d636f64652532307374796c65)](https://github.com/artmin96/filament-popover/actions?query=workflow%3A%22Check+%26+fix+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/47fb660d351c9b38b03a18d87ad01a0f48c299eb82778502cd78524b328548e2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6172746d696e39362f66696c616d656e742d706f706f7665722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/artmin96/filament-popover)

[![Filament Popover cover art](./art/popover.jpg)](./art/popover.jpg)

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require artmin96/filament-popover
```

You can publish the config file with:

```
php artisan vendor:publish --tag="filament-popover-config"
```

This is the contents of the published config file:

```
return [
    'themes' => [
        'light',
        'light-border',
        'material',
        'translucent',
    ],
    'animations' => [
        'shift-away',
        'shift-toward',
        'scale',
        'perspective',
    ],
];
```

Usage
-----

[](#usage)

```

    Show tooltip!

```

You can send additional data to view via `viewData`.

Find other properties here:

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

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

Contributing
------------

[](#contributing)

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

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

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

Credits
-------

[](#credits)

- [Arthur Minasyan](https://github.com/ArtMin96)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~128 days

Total

2

Last Release

1092d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/477c7f16e7301036e026f9374ec9f2b9f6b396f563e87d556a78d9810cbfbb68?d=identicon)[ArtMin96](/maintainers/ArtMin96)

---

Top Contributors

[![ArtMin96](https://avatars.githubusercontent.com/u/29732308?v=4)](https://github.com/ArtMin96 "ArtMin96 (10 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (7 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (6 commits)")[![mahavishnup](https://avatars.githubusercontent.com/u/52984889?v=4)](https://github.com/mahavishnup "mahavishnup (1 commits)")

---

Tags

laravelArtMin96filament-popover

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/artmin96-filament-popover/health.svg)

```
[![Health](https://phpackages.com/badges/artmin96-filament-popover/health.svg)](https://phpackages.com/packages/artmin96-filament-popover)
```

###  Alternatives

[bezhansalleh/filament-shield

Filament support for `spatie/laravel-permission`.

2.8k2.9M88](/packages/bezhansalleh-filament-shield)[guava/calendar

Adds support for vkurko/calendar to Filament PHP.

298241.0k3](/packages/guava-calendar)[guava/filament-knowledge-base

A filament plugin that adds a knowledge base and help to your filament panel(s).

206120.5k1](/packages/guava-filament-knowledge-base)[vormkracht10/laravel-mails

Laravel Mails can collect everything you might want to track about the mails that has been sent by your Laravel app.

24149.7k](/packages/vormkracht10-laravel-mails)[bezhansalleh/filament-plugin-essentials

A collection of essential traits that streamline Filament plugin development by taking care of the boilerplate, so you can focus on shipping real features faster

27584.7k16](/packages/bezhansalleh-filament-plugin-essentials)[guava/filament-modal-relation-managers

Allows you to embed relation managers inside filament modals.

7565.0k4](/packages/guava-filament-modal-relation-managers)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
