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

ActiveLibrary

primix/actions
==============

Action system for Primix admin panel framework

0.1.8(1mo ago)013MITPHPPHP ^8.2

Since Mar 12Pushed 1mo agoCompare

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

READMEChangelogDependencies (2)Versions (6)Used By (3)

Primix Actions
==============

[](#primix-actions)

`primix/actions` is an official package in the Primix ecosystem. It is part of the Primix framework and handles interactive panel actions: contextual buttons, grouped actions, and bulk actions.

What it is for
--------------

[](#what-it-is-for)

- Define reusable actions for single records or multiple records.
- Handle confirmations, modals, server-side callbacks, redirects, and notifications.
- Keep a consistent UX across pages, resources, and tables.

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

[](#installation)

Recommended for full Primix projects:

```
composer require primix/primix
```

Standalone module installation:

```
composer require primix/actions
```

Quick example
-------------

[](#quick-example)

```
use Primix\Actions\Action;

Action::make('publish')
    ->label('Publish')
    ->requiresConfirmation()
    ->action(fn ($record) => $record->update(['status' => 'published']));
```

###  Health Score

38

—

LowBetter than 84% of packages

Maintenance95

Actively maintained with recent releases

Popularity2

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity40

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

Total

5

Last Release

54d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4634f6f92c84533284175d1906210287e9a71e6e1aa020b8ecaeb6a3389a0990?d=identicon)[Makrid87](/maintainers/Makrid87)

---

Top Contributors

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

### Embed Badge

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

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

PHPackages © 2026

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