// LAB

PHP-Task

in use PHP

Schedule tasks inside your PHP application, not the crontab.

$ composer require php-task/task-bundle

PHP-Task is a library for scheduling tasks inside a PHP or Symfony application: cron-style scheduling, retries and handlers that live in the app instead of the system crontab. It is one of the lab projects I still maintain and rely on in real applications, and it is actively used by the SuluAutomationBundle.

Origin story: PHP-Task: Basic Ideasfrom the archive

Projects here are a lab, not a portfolio: each one exists because building it taught me something I write about.