PHPackages                             bepark/laravel-confirm - 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. bepark/laravel-confirm

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

bepark/laravel-confirm
======================

Extends laravel by adding confirmation tools

0.5.4(8y ago)011.3k↓50%MITPHP

Since Jul 19Pushed 8y ago1 watchersCompare

[ Source](https://github.com/BePark/laravel-confirm)[ Packagist](https://packagist.org/packages/bepark/laravel-confirm)[ RSS](/packages/bepark-laravel-confirm/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (6)Used By (0)

Laravel Confirm
===============

[](#laravel-confirm)

Add tools to help you plaing with confirmation inside your controller

Usage
-----

[](#usage)

```
// inside a controller

	public function getDoSomething(ConfirmService $confirmService)
	{
		$message = ConfirmMessage::createBasic('my.pefix');

		return $confirmService->confirmByForm($message, 'my.title.confirmation');
	}

	public function postDoSomething(ConfirmRequest $request)
	{
		// do something because it's confirmed
	}
```

Installation using composer
---------------------------

[](#installation-using-composer)

```
composer require bepark/laravel-confirm
```

That's all

Todo
----

[](#todo)

- Automated tests
- Add more docs than a simple readme
- Add configuration to let people play with custom view
- Add example of view with blade
- Beeing compatible with publish command for view ;)

License
-------

[](#license)

The MIT License (MIT). See the [license](LICENSE) file for more information.

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50% 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 ~17 days

Total

5

Last Release

3153d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/52312142?v=4)[BotBepark](/maintainers/BotBepark)[@BotBepark](https://github.com/BotBepark)

---

Top Contributors

[![Grummfy](https://avatars.githubusercontent.com/u/668804?v=4)](https://github.com/Grummfy "Grummfy (1 commits)")[![neodc](https://avatars.githubusercontent.com/u/304141?v=4)](https://github.com/neodc "neodc (1 commits)")

---

Tags

confirmconfirmationlaravellaravelconfirmationconfirm

### Embed Badge

![Health badge](/badges/bepark-laravel-confirm/health.svg)

```
[![Health](https://phpackages.com/badges/bepark-laravel-confirm/health.svg)](https://phpackages.com/packages/bepark-laravel-confirm)
```

###  Alternatives

[highideas/laravel-users-online

This package will provide an online users management.

203113.2k1](/packages/highideas-laravel-users-online)[stephenjude/filament-blog

Filament Blog Builder

20317.8k](/packages/stephenjude-filament-blog)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)[datomatic/nova-detached-actions

A Laravel Nova tool to allow for placing actions in the Nova toolbar detached from the checkbox selection mechanism.

11229.2k](/packages/datomatic-nova-detached-actions)

PHPackages © 2026

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