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-04-21 21:31:44 UTC


README

tests codecov.io PHPStan Enabled 68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f65663233653330396133633732653864636363342f6d61696e7461696e6162696c697479

Описание

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

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

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