PHPackages                             maslennikov-yv/action-generator - 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. maslennikov-yv/action-generator

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

maslennikov-yv/action-generator
===============================

v0.3.2(3mo ago)8874PHPPHP ^8.1

Since Nov 21Pushed 3mo ago1 watchersCompare

[ Source](https://github.com/maslennikov-yv/action-generator)[ Packagist](https://packagist.org/packages/maslennikov-yv/action-generator)[ RSS](/packages/maslennikov-yv-action-generator/feed)WikiDiscussions main Synced 3d ago

READMEChangelogDependencies (8)Versions (10)Used By (0)

Laravel action generator
========================

[](#laravel-action-generator)

Actions - lightweight business logic layer

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

[](#installation)

You can install the package via composer:

```
composer require maslennikov-yv/action-generator --dev
```

Publish
-------

[](#publish)

You can publish action config:

```
php artisan vendor:publish --tag=action-config
```

Also, you can publish action stubs:

```
php artisan action:stub:publish
```

You can also publish the Cursor skill that helps agents work with this package (generate single Actions or full CRUD stacks with DTOs, contracts and tests):

```
php artisan vendor:publish --tag=action-skill
```

This will copy the skill into your application at:

- `.cursor/skills/laravel-actions-generator/`

After publishing, Cursor agents working in your Laravel app will automatically use this skill when you ask them to create or modify Actions/CRUD/DTO/tests with this package.

Usage
-----

[](#usage)

When you need to create an action, just run the following command:

```
php artisan make:action VerbModel --test --force
```

or, to make CreateModel, IndexModel, ShowModel, UpdateModel, DestroyModel actions:

```
php artisan make:action {*}Model --test --force
```

For example:

```
php artisan make:action GetArticle --test
```

or:

```
php artisan make:action {*}Article --test
```

*If you plan to use the --test option, you must install pest:*

###  Health Score

41

—

FairBetter than 87% of packages

Maintenance79

Regular maintenance activity

Popularity23

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 92.1% 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 ~60 days

Total

9

Last Release

111d ago

PHP version history (2 changes)v0.1.0PHP ^8.1|^8.2

v0.1.5PHP ^8.1

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/608804?v=4)[maslennikov](/maintainers/MaslennikovYV)[@MaslennikovYV](https://github.com/MaslennikovYV)

---

Top Contributors

[![t-w-i](https://avatars.githubusercontent.com/u/475562?v=4)](https://github.com/t-w-i "t-w-i (58 commits)")[![MaslennikovYV](https://avatars.githubusercontent.com/u/608804?v=4)](https://github.com/MaslennikovYV "MaslennikovYV (4 commits)")[![maslennikov-yv](https://avatars.githubusercontent.com/u/20270502?v=4)](https://github.com/maslennikov-yv "maslennikov-yv (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/maslennikov-yv-action-generator/health.svg)

```
[![Health](https://phpackages.com/badges/maslennikov-yv-action-generator/health.svg)](https://phpackages.com/packages/maslennikov-yv-action-generator)
```

###  Alternatives

[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M201](/packages/laravel-ai)[spatie/laravel-export

Create a static site bundle from a Laravel app

674146.0k6](/packages/spatie-laravel-export)[tallstackui/tallstackui

TallStackUI is a powerful suite of Blade components that elevate your workflow of Livewire applications.

725173.2k14](/packages/tallstackui-tallstackui)[fumeapp/modeltyper

Generate TypeScript interfaces from Laravel Models

198321.1k](/packages/fumeapp-modeltyper)[tomshaw/electricgrid

A feature-rich Livewire package designed for projects that require dynamic, interactive data tables.

119.4k](/packages/tomshaw-electricgrid)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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