PHPackages                             amethyst/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. amethyst/action

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

amethyst/action
===============

v0.3.3(2y ago)01602MITPHPPHP &gt;=8.2

Since Sep 12Pushed 2y ago1 watchersCompare

[ Source](https://github.com/amethyst-php/action)[ Packagist](https://packagist.org/packages/amethyst/action)[ RSS](/packages/amethyst-action/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (11)Versions (21)Used By (2)

amethyst-action
===============

[](#amethyst-action)

[![Action Status](https://github.com/amethyst-php/action/workflows/test/badge.svg)](https://github.com/amethyst-php/action/actions)

[Amethyst](https://github.com/amethyst-php/amethyst) package.

Requirements
============

[](#requirements)

PHP 7.1 and later.

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

[](#installation)

You can install it via [Composer](https://getcomposer.org/) by typing the following command:

```
composer require amethyst/action
```

The package will automatically register itself.

Documentation
-------------

[](#documentation)

[Read](docs/index.md)

Testing
-------

[](#testing)

Configure the .env file before launching `./vendor/bin/phpunit`

Dummy
-----

[](#dummy)

Let's create a simple workflow, the goal is to log the message of an event when is fired.

`app/Events/DummyEvent.php`

```
