PHPackages                             henrywhitaker3/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. henrywhitaker3/laravel-actions

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

henrywhitaker3/laravel-actions
==============================

Simple actions package for Laravel

v1.0.5(5y ago)0117.9k↓10.7%MITPHP

Since Feb 4Pushed 5y ago1 watchersCompare

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

READMEChangelog (4)Dependencies (3)Versions (7)Used By (0)

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

[](#laravel-actions)

[![Latest Version on Packagist](https://camo.githubusercontent.com/d547bbda5b44323c0689b0cf470c1a50d669bb5a346510ef92a6d5409ef4609e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f68656e727977686974616b6572332f6c61726176656c2d616374696f6e733f7374796c653d666c61742d737175617265266c6162656c3d56657273696f6e)](https://packagist.org/packages/henrywhitaker3/laravel-actions)[![Tests status](https://camo.githubusercontent.com/2aefcdb92a8d9ea364383ae474ab8caff9ff87e7188dc9d71f6938ec48b0d93d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f68656e727977686974616b6572332f6c61726176656c2d616374696f6e732f504850253230436f6d706f7365722f6d61737465723f6c6162656c3d5465737473266c6f676f436f6c6f723d253233346331267374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/2aefcdb92a8d9ea364383ae474ab8caff9ff87e7188dc9d71f6938ec48b0d93d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f68656e727977686974616b6572332f6c61726176656c2d616374696f6e732f504850253230436f6d706f7365722f6d61737465723f6c6162656c3d5465737473266c6f676f436f6c6f723d253233346331267374796c653d666c61742d737175617265)[![StyleCI](https://camo.githubusercontent.com/945f7e23bd9ec54963644d8bde9c7af91c9f1dda390a2b6920500a4bda1e79fe/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3333353930393136342f736869656c643f6272616e63683d6d6173746572)](https://github.styleci.io/repos/335909164)

A simple Laravel actions package.

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

[](#installation)

```
composer require henrywhitaker3/laravelactions
```

Usage
-----

[](#usage)

To create a new action, run:

```
php artisan make:action
```

This will create a new action in `App/Actions`. You can then use the action in one of two ways:

```
$action = new SomeAction();
$action->run();
```

Or you can use the `run` helper function:

```
run(SomeAction::class);
```

You can pass arguments for the action's run method as the subsequent arguments for the helper method:

```
run(SomeAction::class, $arg);
run(SomeAction::class, $arg1, $arg2);
```

License
-------

[](#license)

MIT license. Please see the [license file](LICENSE.md) for more information.

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity30

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity57

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 ~0 days

Total

6

Last Release

1927d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0396f60bf3898a46347980c41828d65f3de5b2e621ffe4e293c146d48be1176d?d=identicon)[henrywhitaker3](/maintainers/henrywhitaker3)

---

Top Contributors

[![henrywhitaker3](https://avatars.githubusercontent.com/u/36062479?v=4)](https://github.com/henrywhitaker3 "henrywhitaker3 (5 commits)")

---

Tags

laravelLaravelActions

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M687](/packages/barryvdh-laravel-ide-helper)[interaction-design-foundation/laravel-geoip

Support for multiple Geographical Location services.

17221.0k3](/packages/interaction-design-foundation-laravel-geoip)[nedwors/navigator

A Laravel package to ease defining navigation menus

433.1k](/packages/nedwors-navigator)[xefi/faker-php-laravel

Faker php integration with laravel

1915.1k](/packages/xefi-faker-php-laravel)[dcblogdev/laravel-junie

Install pre-configured guides for Jetbrains Junie

392.5k](/packages/dcblogdev-laravel-junie)

PHPackages © 2026

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