PHPackages                             kodeksoff/confirmatio - 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. kodeksoff/confirmatio

ActiveLibrary

kodeksoff/confirmatio
=====================

Confirmations for Laravel

0.0.1(1y ago)06[5 PRs](https://github.com/kodeksoff/confirmatio/pulls)MITPHPPHP ^8.2CI passing

Since May 23Pushed 1mo ago1 watchersCompare

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

READMEChangelog (1)Dependencies (13)Versions (7)Used By (0)

Confirmations for Laravel
=========================

[](#confirmations-for-laravel)

[![Latest Version on Packagist](https://camo.githubusercontent.com/5d442dc044b809de998078e949971aac7f82503085aadafa3a5ccb43c7f99cf0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6b6f64656b736f66662f636f6e6669726d6174696f2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/kodeksoff/confirmatio)[![GitHub Tests Action Status](https://camo.githubusercontent.com/3a09e2713ae093d9b4ff2a3645cdd915b87bd775d4e0853bd66b2d6a2c4e9802/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6b6f64656b736f66662f636f6e6669726d6174696f2f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/kodeksoff/confirmatio/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/dcf851853f1f93dc7940a5f5182a3d1dbd6e8643b61cf717b712b23a7b9641f9/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6b6f64656b736f66662f636f6e6669726d6174696f2f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/kodeksoff/confirmatio/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/ef1be3d1bdc8ba2f00b3e5ec9e2b8fbc02cc3227e0e3790063411cfbad5bbb7a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6b6f64656b736f66662f636f6e6669726d6174696f2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/kodeksoff/confirmatio)

This package simplifies the creation of functionality for confirming a phone number or email. Uses Laravel's built-in mechanisms to limit attempts, protecting against abuse and increasing the security of your application. The package is easily integrated into existing Laravel projects, providing flexible settings for working with various confirmation delivery channels, such as SMS, Email and other.

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

[](#installation)

You can install the package via composer:

```
composer require kodeksoff/confirmatio
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="confirmatio-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --tag="confirmatio-config"
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

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

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

[](#contributing)

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

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

[](#security-vulnerabilities)

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

Credits
-------

[](#credits)

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

License
-------

[](#license)

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

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance65

Regular maintenance activity

Popularity4

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 58.6% 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

Unknown

Total

1

Last Release

723d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7ded5818fe59df6b4e395e12f4f4d0fd05a770d2beddd32778965be335ecffa6?d=identicon)[kodeksoff](/maintainers/kodeksoff)

---

Top Contributors

[![kodeksoff](https://avatars.githubusercontent.com/u/62007004?v=4)](https://github.com/kodeksoff "kodeksoff (17 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (6 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (6 commits)")

---

Tags

laravelkodeksoffconfirmatio

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/kodeksoff-confirmatio/health.svg)

```
[![Health](https://phpackages.com/badges/kodeksoff-confirmatio/health.svg)](https://phpackages.com/packages/kodeksoff-confirmatio)
```

###  Alternatives

[worksome/verify-by-phone

Verify your users by call or SMS

148550.4k](/packages/worksome-verify-by-phone)[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)[spatie/laravel-prometheus

Export Laravel metrics to Prometheus

2651.3M6](/packages/spatie-laravel-prometheus)[hydrat/filament-table-layout-toggle

Filament plugin adding a toggle button to tables, allowing user to switch between Grid and Table layouts.

6292.3k1](/packages/hydrat-filament-table-layout-toggle)[scalar/laravel

Render your OpenAPI-based API reference

6183.9k2](/packages/scalar-laravel)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)

PHPackages © 2026

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