php-task/php-task

Library to work with synchronous and asynchronous tasks in php.

Maintainers

Package info

github.com/php-task/php-task

pkg:composer/php-task/php-task

Statistics

Installs: 357 220

Dependents: 2

Suggesters: 0

Stars: 27

Open Issues: 8

3.0.1 2026-01-26 15:54 UTC

This package is auto-updated.

Last update: 2026-03-26 16:19:35 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.