PHPackages                             jeffersongoncalves/filament-one-time-operations - 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-one-time-operations

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

jeffersongoncalves/filament-one-time-operations
===============================================

This is a Laravel Filament package that provides a One Time Operations functionality for web applications.

3.0.1(4mo ago)32.0k↑955.6%MITPHPPHP ^8.2|^8.3CI passing

Since Mar 28Pushed 1w ago1 watchersCompare

[ Source](https://github.com/jeffersongoncalves/filament-one-time-operations)[ Packagist](https://packagist.org/packages/jeffersongoncalves/filament-one-time-operations)[ Docs](https://github.com/jeffersongoncalves/filament-one-time-operations)[ GitHub Sponsors](https://github.com/jeffersongoncalves)[ RSS](/packages/jeffersongoncalves-filament-one-time-operations/feed)WikiDiscussions 3.x Synced 3d ago

READMEChangelog (10)Dependencies (12)Versions (17)Used By (0)

[![Filament One Time Operations](https://raw.githubusercontent.com/jeffersongoncalves/filament-one-time-operations/3.x/art/jeffersongoncalves-filament-one-time-operations.png)](https://raw.githubusercontent.com/jeffersongoncalves/filament-one-time-operations/3.x/art/jeffersongoncalves-filament-one-time-operations.png)

Filament One Time Operations
============================

[](#filament-one-time-operations)

[![Latest Version on Packagist](https://camo.githubusercontent.com/b5eae4aa91354b3c17a5d6182abc15888294f0da4eb34b95cc3e5c59ac69b5b0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6a6566666572736f6e676f6e63616c7665732f66696c616d656e742d6f6e652d74696d652d6f7065726174696f6e732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/jeffersongoncalves/filament-one-time-operations)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/56452a4508e495f0e928f719219e22a9e292c3c0f2e84bdfbe0054be84122be8/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6a6566666572736f6e676f6e63616c7665732f66696c616d656e742d6f6e652d74696d652d6f7065726174696f6e732f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d6173746572266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/jeffersongoncalves/filament-one-time-operations/actions?query=workflow%3A%22Fix+PHP+code+styling%22+branch%3Amaster)[![Total Downloads](https://camo.githubusercontent.com/5eb7d996ae4dd0b320ac7d19086263aa47fe621da32b9b13f850c3d8eae8b9c8/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6a6566666572736f6e676f6e63616c7665732f66696c616d656e742d6f6e652d74696d652d6f7065726174696f6e732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/jeffersongoncalves/filament-one-time-operations)[![License](https://camo.githubusercontent.com/4e1b574f56648b3931b9309acd4b4e95840a9649f8fc2313551799024fb8d684/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6a6566666572736f6e676f6e63616c7665732f66696c616d656e742d6f6e652d74696d652d6f7065726174696f6e732e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)

This is a Laravel Filament package that provides a One Time Operations functionality for web applications. The package is based on the `timokoerber/laravel-one-time-operations` library, which is used as a dependency to implement this Filament plugin.

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

[](#requirements)

- PHP 8.2 or higher
- Laravel 11.0 or higher
- Filament 5.0

### Key Features

[](#key-features)

- Integration with the Laravel Filament framework
- Admin interface for managing operations that need to be executed only once
- Easy implementation through a configurable plugin
- Logging and tracking of executed one-time operations in the system

### How It Works

[](#how-it-works)

The package provides a plugin for Filament that can be easily integrated into your admin panel. It uses the foundation of the `timokoerber/laravel-one-time-operations` library and extends it to work seamlessly with the Filament ecosystem. This solution is ideal for:

- Data migrations that need to be executed only once
- System updates that should not be repeated
- Maintenance scripts that require controlled execution
- Critical operations that need execution tracking

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

[](#installation)

You can install the package via composer:

```
composer require jeffersongoncalves/filament-one-time-operations
```

Usage
-----

[](#usage)

Publish config file.

```
php artisan vendor:publish --tag=filament-one-time-operations-config
```

Add in AdminPanelProvider.php

```
use JeffersonGoncalves\Filament\OneTimeOperations\OneTimeOperationsPlugin;

->plugins([
    OneTimeOperationsPlugin::make(),
])
```

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)

- [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

50

—

FairBetter than 95% of packages

Maintenance89

Actively maintained with recent releases

Popularity25

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 82.3% 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 ~28 days

Total

17

Last Release

9d ago

Major Versions

1.1.3 → 2.0.02025-07-17

2.0.0 → 3.0.02025-12-28

2.0.2 → 3.0.12026-03-04

1.x-dev → 2.x-dev2026-04-26

2.x-dev → 3.x-dev2026-06-25

### 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 (65 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (10 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (3 commits)")[![renovate[bot]](https://avatars.githubusercontent.com/in/2740?v=4)](https://github.com/renovate[bot] "renovate[bot] (1 commits)")

---

Tags

filamentfilament-pluginlaravelone-time-operationsoperationsoperations-asyncoperations-synclaravelfilamentjeffersongoncalvesfilament-one-time-operations

###  Code Quality

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/jeffersongoncalves-filament-one-time-operations/health.svg)

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

###  Alternatives

[ysfkaya/filament-phone-input

A phone input component for Laravel Filament

3161.3M25](/packages/ysfkaya-filament-phone-input)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/packages/rawilk-profile-filament-plugin)[stephenjude/filament-feature-flags

Filament implementation of feature flags and segmentation with Laravel Pennant.

122177.8k1](/packages/stephenjude-filament-feature-flags)[stephenjude/filament-jetstream

A Laravel starter kit built with Filament inspired by Jetstream.

17760.2k3](/packages/stephenjude-filament-jetstream)[stephenjude/filament-two-factor-authentication

Filament Two Factor Authentication: Google 2FA + Passkey Authentication

84215.9k9](/packages/stephenjude-filament-two-factor-authentication)[marcelweidum/filament-passkeys

Use passkeys in your filamentphp app

6649.5k1](/packages/marcelweidum-filament-passkeys)

PHPackages © 2026

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