PHPackages                             jeffersongoncalves/filament-hidden-action - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. jeffersongoncalves/filament-hidden-action

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

jeffersongoncalves/filament-hidden-action
=========================================

Filament hidden action that allows you to define actions without rendering them in the UI.

2.0.1(5mo ago)9891MITBladePHP ^8.2CI passing

Since Dec 20Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/jeffersongoncalves/filament-hidden-action)[ Packagist](https://packagist.org/packages/jeffersongoncalves/filament-hidden-action)[ Docs](https://github.com/jeffersongoncalves/filament-hidden-action)[ GitHub Sponsors](https://github.com/jeffersongoncalves)[ RSS](/packages/jeffersongoncalves-filament-hidden-action/feed)WikiDiscussions 2.x Synced 1w ago

READMEChangelog (6)Dependencies (5)Versions (8)Used By (0)

[![Filament Hidden Action](https://raw.githubusercontent.com/jeffersongoncalves/filament-hidden-action/2.x/art/jeffersongoncalves-filament-hidden-action.png)](https://raw.githubusercontent.com/jeffersongoncalves/filament-hidden-action/2.x/art/jeffersongoncalves-filament-hidden-action.png)

Filament Hidden Action
======================

[](#filament-hidden-action)

[![Latest Version on Packagist](https://camo.githubusercontent.com/b013b0875bec79d51feb4d256a94d6ebdab4e8376cfcd8605e824100097c1750/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6a6566666572736f6e676f6e63616c7665732f66696c616d656e742d68696464656e2d616374696f6e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/jeffersongoncalves/filament-hidden-action)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/ab66e683d0d4a1c642513ca749e6e3cb6db13a9ad9dce88ab15df04bc208bfa4/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6a6566666572736f6e676f6e63616c7665732f66696c616d656e742d68696464656e2d616374696f6e2f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d312e78266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/jeffersongoncalves/filament-hidden-action/actions?query=workflow%3A%22Fix+PHP+code+styling%22+branch%3A1.x)[![Total Downloads](https://camo.githubusercontent.com/eac6f1ffd90f40481b9082d321f59f3db6c6ec9e0fc320da34f61a4e23cc1d7b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6a6566666572736f6e676f6e63616c7665732f66696c616d656e742d68696464656e2d616374696f6e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/jeffersongoncalves/filament-hidden-action)[![License](https://camo.githubusercontent.com/06a1c449a603bf1a09014bf200c19e1f7544573df2ae1fe3c1d1d78157469336/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6a6566666572736f6e676f6e63616c7665732f66696c616d656e742d68696464656e2d616374696f6e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)

This package provides a `HiddenAction` for Filament, allowing you to define actions that are not visible in the UI but can still be triggered programmatically or via keyboard shortcuts.

Requirements
------------

[](#requirements)

- PHP 8.2 or higher
- Filament 5.0

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

[](#installation)

You can install the package via composer:

```
composer require jeffersongoncalves/filament-hidden-action
```

Usage
-----

[](#usage)

The `HiddenAction` can be used just like any other Filament Action, but it won't render any button or link in the UI. This is useful when you need to trigger an action programmatically or via a keyboard shortcut without showing it.

```
use JeffersonGoncalves\Filament\HiddenAction\HiddenAction;

HiddenAction::make('hidden-action')
    ->action(function () {
        // Your logic here
    });
```

Development
-----------

[](#development)

You can run code analysis and formatting using the following commands:

```
# Run static analysis
composer analyse

# Format code
composer format
```

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)

- [Jèfferson Gonçalves](https://github.com/jeffersongoncalves)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

43

—

FairBetter than 89% of packages

Maintenance80

Actively maintained with recent releases

Popularity18

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 85.7% of commits — single point of failure

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 ~32 days

Recently: every ~39 days

Total

8

Last Release

19d ago

Major Versions

1.0.1 → 2.0.02025-12-28

1.0.2 → 2.0.12026-03-04

1.x-dev → 2.x-dev2026-08-01

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/411493?v=4)[Jefferson Gonçalves](/maintainers/jeffersongoncalves)[@jeffersongoncalves](https://github.com/jeffersongoncalves)

---

Top Contributors

[![jeffersongoncalves](https://avatars.githubusercontent.com/u/411493?v=4)](https://github.com/jeffersongoncalves "jeffersongoncalves (36 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (5 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (1 commits)")

---

Tags

filamentfilament-actionsfilament-pluginhidden-actionlaravellaravelfilamentfilament-pluginjeffersongoncalveskeyboard shortcutshidden-action

###  Code Quality

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/jeffersongoncalves-filament-hidden-action/health.svg)

```
[![Health](https://phpackages.com/badges/jeffersongoncalves-filament-hidden-action/health.svg)](https://phpackages.com/packages/jeffersongoncalves-filament-hidden-action)
```

###  Alternatives

[codewithdennis/filament-select-tree

The multi-level select field enables you to make single selections from a predefined list of options that are organized into multiple levels or depths.

329575.9k35](/packages/codewithdennis-filament-select-tree)[wsmallnews/filament-nestedset

Filament nestedset tree builder powered by kalnoy/nestedset with Filament v4 and v5 support

218.8k22](/packages/wsmallnews-filament-nestedset)[awcodes/richer-editor

A collection of extensions and tools to enhance the Filament Rich Editor field.

4018.1k11](/packages/awcodes-richer-editor)[tapp/filament-form-builder

User facing form builder using Filament components

133.5k6](/packages/tapp-filament-form-builder)[devletes/filament-pinnable-navigation

Pinnable navigation support for Filament 5 panels.

122.1k](/packages/devletes-filament-pinnable-navigation)[nomanur/filament-seo-pro

The definitive SEO toolkit for Filament — live analysis, Google preview, social cards, schema markup, and bulk management.

111.4k2](/packages/nomanur-filament-seo-pro)

PHPackages © 2026

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