PHPackages                             eduluz1976/task - 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. eduluz1976/task

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

eduluz1976/task
===============

04PHP

Since Sep 29Pushed 7y ago1 watchersCompare

[ Source](https://github.com/eduluz1976/task)[ Packagist](https://packagist.org/packages/eduluz1976/task)[ RSS](/packages/eduluz1976-task/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (2)Used By (0)

eduluz1976/Task
===============

[](#eduluz1976task)

This package aims to create and store programatic Tasks, that can be executed (or enqueued to be executed later), with some features, such as:

- Chained execution: you can attach another set of Tasks to be executed after current Task. Only the first condition returning true will trigger the corresponding Action execution;
- Error management: you can also attach an Task to deal with Exception conditions;
- Result propagation: the results of one Task are passed to next, and so on, until the last have finished;

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

[](#installation)

```
composer require eduluz1976/task

```

Quick Start
-----------

[](#quick-start)

```
