jeyroik/extas-operations

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

Abstract operations package

1.1.0 2020-08-21 12:52 UTC

This package is auto-updated.

Last update: 2024-10-21 22:33:54 UTC


README

tests codecov.io PHPStan Enabled

Описание

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

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

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