label305/tasks

This package is abandoned and no longer maintained. No replacement package was suggested.
There is no license information available for the latest version (1.0.0) of this package.

Task management package

Maintainers

Package info

github.com/Label305/Tasks

pkg:composer/label305/tasks

Transparency log

Statistics

Installs: 6

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.0 2021-04-02 12:20 UTC

This package is auto-updated.

Last update: 2026-06-29 02:00:52 UTC


README

Installation

composer require label305/tasks

Usage

To dispatch tasks use the DispatchesTasks or DispatchesContinuousTasks trait.

Example

public function ping() {
    $this->dispatchTask((new PingJob()));
}