Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.7 KB

README.md

File metadata and controls

38 lines (26 loc) · 1.7 KB

PendingActionsBundle

Latest Stable Version License Total Downloads Symfony Build Status codecov

This bundle provides a simple way to delay and schedule the execution of heavy tasks for Symfony-based projects.

Requirements

  • php 7.1+
  • Symfony 3.4 applications
  • Doctrine ORM entities

Reporting an issue or a feature request

Issues and feature requests are tracked in the Github issue tracker.

Main Documentation

Default Handlers Documentation

Custom Handlers Documentation