PHPackages                             panlatent/filament-action-confirmation - 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. [Security](/categories/security)
4. /
5. panlatent/filament-action-confirmation

ActiveLibrary[Security](/categories/security)

panlatent/filament-action-confirmation
======================================

Prompt the user to enter the specified text before performing sensitive operations.

08[4 PRs](https://github.com/panlatent/filament-action-confirmation/pulls)PHPCI passing

Since Oct 13Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/panlatent/filament-action-confirmation)[ Packagist](https://packagist.org/packages/panlatent/filament-action-confirmation)[ RSS](/packages/panlatent-filament-action-confirmation/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (5)Used By (0)

Prompt the user to enter the specified text before performing sensitive operations.
===================================================================================

[](#prompt-the-user-to-enter-the-specified-text-before-performing-sensitive-operations)

[![Latest Version on Packagist](https://camo.githubusercontent.com/d9f07f6e26d8492ed876d84b904a6b3979ac741651a2ce391a89de0cf61dd3a8/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f70616e6c6174656e742f66696c616d656e742d616374696f6e2d636f6e6669726d6174696f6e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/panlatent/filament-action-confirmation)[![GitHub Tests Action Status](https://camo.githubusercontent.com/50a2f4a2fcae2e418bff963ff3314bb2571bcbdf84aae04775371d9b7455521c/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f70616e6c6174656e742f66696c616d656e742d616374696f6e2d636f6e6669726d6174696f6e2f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/panlatent/filament-action-confirmation/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/11879d67d46f491a33f0b8eead5a08fe18c62e06d0095d47f954ff5e1eb0f5a5/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f70616e6c6174656e742f66696c616d656e742d616374696f6e2d636f6e6669726d6174696f6e2f6669782d7068702d636f64652d7374796c696e672e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/panlatent/filament-action-confirmation/actions?query=workflow%3A%22Fix+PHP+code+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/166657d0978ab642c50ec648017b453481fe05482d66e34deb277b7ae5122493/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f70616e6c6174656e742f66696c616d656e742d616374696f6e2d636f6e6669726d6174696f6e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/panlatent/filament-action-confirmation)

Require users to perform input validation before executing an action.

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

[](#installation)

You can install the package via composer:

```
composer require panlatent/filament-action-confirmation
```

Usage
-----

[](#usage)

Directly use the `DeleteAction` and other actions provided by the plugin.

```
use Panlatent\Filament\ActionConfirmation\Tables\Actions\DeleteAction;

public static function table(Table $table): Table
{
    return $table
       ->actions([
             DeleteAction::make()
                    ->confirmInput('name'),
        ]));
}
```

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)

- [panlatent](https://github.com/panlatent)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance60

Regular maintenance activity

Popularity4

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity18

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/c79a4220751bab4ff8ee0953a41c4664fddb12e2a47e69442c2e5315b5c7ef9a?d=identicon)[panlatent](/maintainers/panlatent)

---

Top Contributors

[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (2 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (2 commits)")[![panlatent](https://avatars.githubusercontent.com/u/4393268?v=4)](https://github.com/panlatent "panlatent (2 commits)")

### Embed Badge

![Health badge](/badges/panlatent-filament-action-confirmation/health.svg)

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

###  Alternatives

[defuse/php-encryption

Secure PHP Encryption Library

3.9k162.4M214](/packages/defuse-php-encryption)[roave/security-advisories

Prevents installation of composer packages with known security vulnerabilities: no API, simply require it

2.9k97.3M6.4k](/packages/roave-security-advisories)[mews/purifier

Laravel 5/6/7/8/9/10 HtmlPurifier Package

2.0k16.7M113](/packages/mews-purifier)[robrichards/xmlseclibs

A PHP library for XML Security

41278.1M118](/packages/robrichards-xmlseclibs)[bjeavons/zxcvbn-php

Realistic password strength estimation PHP library based on Zxcvbn JS

86917.5M63](/packages/bjeavons-zxcvbn-php)[enlightn/security-checker

A PHP dependency vulnerabilities scanner based on the Security Advisories Database.

33732.2M110](/packages/enlightn-security-checker)

PHPackages © 2026

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