jeyroik/extas-operations

There is no license information available for the latest version (1.1.0) of this package.

Abstract operations package

Installs: 606

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/jeyroik/extas-operations

1.1.0 2020-08-21 12:52 UTC

This package is auto-updated.

Last update: 2025-09-22 00:48:37 UTC


README

tests codecov.io PHPStan Enabled

Описание

Пакет с моделями абстрактной операции, которую можно заточить под необходимые нужды с помощью использования параметров и тегов.

Использование

use extas\components\operations\Operation;
$operation = new Operation();
$operation->run('arg1', '...', 'argN');