PHPackages                             bradietilley/laravel-actions - 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. [Framework](/categories/framework)
4. /
5. bradietilley/laravel-actions

ActiveLibrary[Framework](/categories/framework)

bradietilley/laravel-actions
============================

Synchronously dispatched action classes for Laravel

v0.4.0(3w ago)36MITPHPPHP ^8.3CI passing

Since Feb 17Pushed 3w ago1 watchersCompare

[ Source](https://github.com/bradietilley/laravel-actions)[ Packagist](https://packagist.org/packages/bradietilley/laravel-actions)[ Docs](https://github.com/bradietilley/laravel-actions)[ RSS](/packages/bradietilley-laravel-actions/feed)WikiDiscussions main Synced 2w ago

READMEChangelog (4)Dependencies (12)Versions (6)Used By (0)

Laravel Actions
===============

[](#laravel-actions)

Synchronously dispatched action classes for Laravel — a Bus-like API for application actions, without mixing them into your job queue.

[![Static Analysis](https://github.com/bradietilley/laravel-actions/actions/workflows/static.yml/badge.svg)](https://github.com/bradietilley/laravel-actions/actions/workflows/static.yml/badge.svg)[![Tests](https://github.com/bradietilley/laravel-actions/actions/workflows/tests.yml/badge.svg)](https://github.com/bradietilley/laravel-actions/actions/workflows/tests.yml/badge.svg)[![Laravel Version](https://camo.githubusercontent.com/83c7a26073579937b1d321ce410dee32222ce5479f603100455d0034e8a1b1cb/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c61726176656c25323056657273696f6e2d31332e782d463933323243)](https://camo.githubusercontent.com/83c7a26073579937b1d321ce410dee32222ce5479f603100455d0034e8a1b1cb/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c61726176656c25323056657273696f6e2d31332e782d463933323243)[![PHP Version](https://camo.githubusercontent.com/0742096904180c78a3bf41632578254b265ae67e07f02a3832a3dc0224fd7c29/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f50485025323056657273696f6e2d382e332d344635423933)](https://camo.githubusercontent.com/0742096904180c78a3bf41632578254b265ae67e07f02a3832a3dc0224fd7c29/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f50485025323056657273696f6e2d382e332d344635423933)

Documentation
-------------

[](#documentation)

Full documentation is available at [bradietilley.dev/laravel-actions](https://bradietilley.dev/laravel-actions).

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

[](#installation)

```
composer require bradietilley/laravel-actions
```

```
use BradieTilley\Actions\Action;

class AssignDefaultRole extends Action
{
    public function __construct(public readonly User $user) {}

    public function handle(): void
    {
        $this->user->update(['role' => Role::DEFAULT]);
    }
}

AssignDefaultRole::dispatch($user);
```

Author
------

[](#author)

- [Bradie Tilley](https://github.com/bradietilley)

###  Health Score

42

—

FairBetter than 88% of packages

Maintenance94

Actively maintained with recent releases

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~222 days

Total

5

Last Release

25d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/44430471?v=4)[Bradie Tilley](/maintainers/bradietilley)[@bradietilley](https://github.com/bradietilley)

---

Top Contributors

[![bradietilley](https://avatars.githubusercontent.com/u/44430471?v=4)](https://github.com/bradietilley "bradietilley (37 commits)")

---

Tags

laravelcommanddispatcheractions

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

Type Coverage Yes

### Embed Badge

![Health badge](/badges/bradietilley-laravel-actions/health.svg)

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

###  Alternatives

[laravel/octane

Supercharge your Laravel application's performance.

4.0k28.5M262](/packages/laravel-octane)[unopim/unopim

UnoPim Laravel PIM

10.8k2.5k](/packages/unopim-unopim)[ecotone/laravel

Ecotone for Laravel — CQRS, Event Sourcing, Sagas, Durable Workflows, and Outbox on top of Laravel Queue, via PHP attributes.

21327.3k4](/packages/ecotone-laravel)[codewithdennis/larament

Larament is a time-saving starter kit to quickly launch Laravel 13.x projects. It includes FilamentPHP 5.x pre-installed and configured, along with additional tools and features to streamline your development workflow.

4041.8k](/packages/codewithdennis-larament)[r2luna/brain

Brain: A process-driven architecture alternative for your Laravel Application.

6343.7k1](/packages/r2luna-brain)[slimani/filament-media-manager

A media manager plugin for Filament.

179.7k1](/packages/slimani-filament-media-manager)

PHPackages © 2026

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