PHPackages                             ronssij/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. ronssij/laravel-actions

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

ronssij/laravel-actions
=======================

A simple action service for controllers.

1181PHP

Since Aug 8Pushed 6y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Simple Laravel Action
=====================

[](#simple-laravel-action)

This is a simple Laravel action service for controllers.

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

[](#installation)

```
composer require ronssij/laravel-actions
```

Usage
-----

[](#usage)

```
php artisan make:action YourActionClass

```

This command will generate a specific file on the default folder `App\Actions`

```
namespace App\Actions;

class YourActionClass
{
    /**
     * Execute the action and return a result.
     *
     * @return mixed
     */
    public function execute () {
        // Execute the action.
    }
}
```

License
-------

[](#license)

[MIT](https://choosealicense.com/licenses/mit/)

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/f2164da70cf2759bfbd28af7528bfd8c8bbbc2f4f33cf326a6e934e2c28ce0f0?d=identicon)[ronssij](/maintainers/ronssij)

---

Top Contributors

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

### Embed Badge

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

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

PHPackages © 2026

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