// LAB
PHP-Task
in use PHPSchedule 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 Ideas → from the archive
Projects here are a lab, not a portfolio: each one exists because building it taught me something I write about.