jeyroik/extas-operations

Abstract operations package


License
MIT

Documentation

tests codecov.io PHPStan Enabled

Описание

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

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

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