PHPackages                             awesome-nova/tool-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. awesome-nova/tool-actions

ActiveLibrary

awesome-nova/tool-actions
=========================

v0.2.0(7y ago)36411MITVuePHP &gt;=7.1.0

Since Feb 17Pushed 7y ago1 watchersCompare

[ Source](https://github.com/awesome-nova/tool-actions)[ Packagist](https://packagist.org/packages/awesome-nova/tool-actions)[ RSS](/packages/awesome-nova-tool-actions/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (3)Used By (1)

Laravel Nova Tool Actions Package
---------------------------------

[](#laravel-nova-tool-actions-package)

[![Latest Version on Github](https://camo.githubusercontent.com/e32d0fbff619ae11e86791201e0ae07c266be09b5bef1987e3885860c70259c0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f617765736f6d652d6e6f76612f746f6f6c2d616374696f6e732e7376673f7374796c653d666c6174)](https://packagist.org/packages/awesome-nova/tool-actions)[![Total Downloads](https://camo.githubusercontent.com/dd9d63f761fa9ee29c1ddfe3de6a8f3b91e0ddb37e8de29ebd245ce8f84fdf9c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f617765736f6d652d6e6f76612f746f6f6c2d616374696f6e732e7376673f7374796c653d666c6174)](https://packagist.org/packages/awesome-nova/tool-actions)[![Become a Patron!](https://camo.githubusercontent.com/97222d0b261adeb712f6e28b2156c0c4333607c843ad33e3198d7f4dc6bdff28/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6265636f6d652d615f706174726f6e212d7265642e7376673f6c6f676f3d70617472656f6e267374796c653d666c6174)](https://www.patreon.com/bePatron?u=16285116)

1. [Installation](#user-content-installation)
2. [Usage](#user-content-usage)

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

[](#installation)

You can install the package in to a Laravel app that uses [Nova](https://nova.laravel.com) via composer:

```
composer require awesome-nova/tool-actions
```

Usage
-----

[](#usage)

```
class AddCommentAction extends ToolAction
{
    public function name()
    {
        return 'Add New Comment';
    }

    public function label()
    {
        return 'Add comment';
    }

    public function handle(ActionFields $fields)
    {
        Comment::create([
            'comment' => $fields->get('comment')
        ]);
    }

    public function fields()
    {
        return [
            Text::make("Comment")->rules('required')
        ];
    }
}
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity46

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

Total

2

Last Release

2576d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8e3e16dc7317cb0199e7b210ce186227060bf603c2c64bb34b1b2ef003fafd90?d=identicon)[lnkvisitor](/maintainers/lnkvisitor)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/awesome-nova-tool-actions/health.svg)

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

PHPackages © 2026

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