Tonka Task Manager

Maintainers

Details

github.com/clicalmani/task

Source

Installs: 52

Dependents: 2

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 9

pkg:composer/clicalmani/task

v1.0.3 2025-08-11 10:59 UTC

This package is auto-updated.

Last update: 2025-09-11 12:14:34 UTC


README

Build Status Scrutinizer Code Quality Code Coverage

php-task is a task-library for synchronous and asynchronous tasks.

Features

  • Scheduling frequent tasks
  • Custom handler to run tasks
  • Extensibility with events
  • Use your own storage to save the events
  • Framework independent (uses a few symfony-components)
  • Monitoring tasks (to be implemented)
  • Statistics of tasks (to be implemented)

and many features more.

Installation

composer require php-task/php-task

Documentation

See the official documentation on http://php-task.readthedocs.io/en/latest/.

Contribution

Pull requests are welcome. Please see our CONTRIBUTING guide.