PHPackages                             ahmedd-ibrahim/action - 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. ahmedd-ibrahim/action

ActiveLibrary[Framework](/categories/framework)

ahmedd-ibrahim/action
=====================

Laravel Action

v1.0.3(1y ago)28MIT

Since Jun 30Compare

[ Source](https://github.com/Ahmedd-Ibrahim/Action)[ Packagist](https://packagist.org/packages/ahmedd-ibrahim/action)[ RSS](/packages/ahmedd-ibrahim-action/feed)WikiDiscussions Synced today

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

Laravel Action Package
======================

[](#laravel-action-package)

The Laravel Action package provides a convenient way to generate action classes in your Laravel application. Action classes encapsulate a specific unit of work and help to keep your code organized and maintainable.

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

[](#installation)

You can install the package via Composer by running the following command:

```
composer require ahmedd-ibrahim/action
```

Usage
-----

[](#usage)

To generate a new action class, you can use the provided `make:action` Artisan command. Simply run the following command and provide the desired name for your action class:

```
php artisan action:make {name}
```

Replace `{name}` with the name of your action. The command will generate two files: an interface and a class representing your action.

The generated files will be placed in the configured directories. By default, the interface will be created in the `Actions\Contracts` directory, and the class will be created in the `Actions` directory. However, you can customize these paths in your configuration file.

Configuration
-------------

[](#configuration)

The package provides a configuration file where you can customize various settings. To publish the configuration file, run the following command:

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

This will copy the configuration file to the `config` directory of your Laravel application. You can then modify the configuration values to suit your needs.

Customizing Directories
-----------------------

[](#customizing-directories)

If you want to change the default directories where the generated files are placed, you can update the configuration file. Open the `config/action.php` file and modify the `contracts_path` and `actions_path` values.

The `contracts_path` determines the directory for the generated interface files, and the `actions_path` determines the directory for the generated action class files. You can use forward slashes or backslashes to define the paths.

Contributing
------------

[](#contributing)

Contributions are welcome! If you find any issues or have suggestions for improvements, feel free to open an issue or submit a pull request.

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance39

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity48

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

Total

4

Last Release

527d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/959283206f4f6f4a4fa7f61c44c07ca3bfdb9648010ad4d50e2027579f1e14fc?d=identicon)[Ahmedd-Ibrahim](/maintainers/Ahmedd-Ibrahim)

---

Top Contributors

[![Ahmedd-Ibrahim](https://avatars.githubusercontent.com/u/21282328?v=4)](https://github.com/Ahmedd-Ibrahim "Ahmedd-Ibrahim (14 commits)")

### Embed Badge

![Health badge](/badges/ahmedd-ibrahim-action/health.svg)

```
[![Health](https://phpackages.com/badges/ahmedd-ibrahim-action/health.svg)](https://phpackages.com/packages/ahmedd-ibrahim-action)
```

###  Alternatives

[spatie/laravel-data

Create unified resources and data transfer objects

1.8k35.2M948](/packages/spatie-laravel-data)[laravel/surveyor

Static analysis tool for Laravel applications.

86121.4k11](/packages/laravel-surveyor)[spatie/typescript-transformer

This is my package typescript-transformer

3957.8M25](/packages/spatie-typescript-transformer)[laravel/ranger

Laravel Ranger is a powerful introspection library for Laravel applications.

63120.6k6](/packages/laravel-ranger)[guava/filament-knowledge-base

A filament plugin that adds a knowledge base and help to your filament panel(s).

209151.3k2](/packages/guava-filament-knowledge-base)[10up/wp-framework

A PHP package designed to simplify the development of WordPress themes and plugins by centralizing shared functionality.

48141.4k](/packages/10up-wp-framework)

PHPackages © 2026

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