{"id":13684483,"url":"https://github.com/dereuromark/cakephp-queue-scheduler","last_synced_at":"2026-05-04T02:04:58.732Z","repository":{"id":200876456,"uuid":"706440797","full_name":"dereuromark/cakephp-queue-scheduler","owner":"dereuromark","description":"CakePHP Addon for Queue plugin to schedule commands and queue tasks as crontab like DB solution","archived":false,"fork":false,"pushed_at":"2026-03-28T14:12:01.000Z","size":216,"stargazers_count":7,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-28T16:36:25.131Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dereuromark.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-10-18T00:48:03.000Z","updated_at":"2026-03-28T14:12:04.000Z","dependencies_parsed_at":"2026-04-03T00:01:05.711Z","dependency_job_id":null,"html_url":"https://github.com/dereuromark/cakephp-queue-scheduler","commit_stats":null,"previous_names":["dereuromark/cakephp-queue-scheduler"],"tags_count":19,"template":false,"template_full_name":null,"purl":"pkg:github/dereuromark/cakephp-queue-scheduler","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dereuromark%2Fcakephp-queue-scheduler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dereuromark%2Fcakephp-queue-scheduler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dereuromark%2Fcakephp-queue-scheduler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dereuromark%2Fcakephp-queue-scheduler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dereuromark","download_url":"https://codeload.github.com/dereuromark/cakephp-queue-scheduler/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dereuromark%2Fcakephp-queue-scheduler/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31319727,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T23:57:25.032Z","status":"ssl_error","status_checked_at":"2026-04-02T23:57:06.281Z","response_time":89,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-02T14:00:34.038Z","updated_at":"2026-05-04T02:04:58.725Z","avatar_url":"https://github.com/dereuromark.png","language":"PHP","funding_links":[],"categories":["Queue","Plugins"],"sub_categories":["Queue"],"readme":"# CakePHP QueueScheduler plugin\n\n[![CI](https://github.com/dereuromark/cakephp-queue-scheduler/actions/workflows/ci.yml/badge.svg)](https://github.com/dereuromark/cakephp-queue-scheduler/actions/workflows/ci.yml)\n[![Coverage Status](https://img.shields.io/codecov/c/github/dereuromark/cakephp-queue-scheduler/master.svg)](https://codecov.io/github/dereuromark/cakephp-queue-scheduler/branch/master)\n[![Latest Stable Version](https://poser.pugx.org/dereuromark/cakephp-queue-scheduler/v/stable.svg)](https://packagist.org/packages/dereuromark/cakephp-queue-scheduler)\n[![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%208.2-8892BF.svg)](https://php.net/)\n[![PHPStan](https://img.shields.io/badge/PHPStan-level%208-brightgreen.svg?style=flat)](https://phpstan.org/)\n[![License](https://poser.pugx.org/dereuromark/cakephp-queue-scheduler/license.svg)](LICENSE)\n[![Total Downloads](https://poser.pugx.org/dereuromark/cakephp-queue-scheduler/d/total)](https://packagist.org/packages/dereuromark/cakephp-queue-scheduler)\n[![Coding Standards](https://img.shields.io/badge/cs-PSR--2--R-purple.svg?style=flat-square)](https://github.com/php-fig-rectified/fig-rectified-standards)\n\nA scheduler addon for [Queue plugin](https://github.com/dereuromark/cakephp-queue).\n\nThis branch is for use with **CakePHP 5.1+**. For details see [version map](https://github.com/dereuromark/cakephp-queue-scheduler/wiki#cakephp-version-map).\n\n## Motivation\nA DB and queue based cronjob system does not require a sys-admin to manually modify the crontab file on a server.\nIt also allows for easier multi-server (worker) environments.\n\nSuch a system provides easier input and \"frequency\" validation, as well as visual output of the schedule in the backend.\nFor smaller projects it can also be ported more easily between systems (e.g. dev/stage/prod) using migrations\ninstead of having to touch the server config.\n\nAlso logging and i18n customization can potentially be easier to get addressed this way.\n\nFinally, with the Queue plugin integrating it can smoothly work alongside your existing Queue tasks.\nAny failed job (e.g. network issue, or email SMTP issue) can be automatically re-run x times as per config.\n\nFurther features:\n- Concurrency handling: Decision in case a job is still running or failed in queue, if it will run now ones or just skip.\n- The backend can provide buttons to also \"trigger\" any scheduled job manually where needed.\n- Autocomplete or proposals based on available Cake commands or Queue tasks.\n\n![screenshot](docs/screenshot.png)\n\n## Installation\n\nYou can install this plugin into your CakePHP application using [composer](https://getcomposer.org).\n\n```\ncomposer require dereuromark/cakephp-queue-scheduler\n```\n\n## Installation and Usage\nSee [Documentation](docs/).\n\n## Credit where credit is due\nThis plugin is heavily inspired by [LordSimal Scheduler plugin](https://github.com/LordSimal/cakephp-scheduler)\nand [Laravel Task Scheduling Feature](https://laravel.com/docs/10.x/scheduling).\n\nUse this Scheduler plugin if you prefer configuring them file-based and purely in crontab style.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdereuromark%2Fcakephp-queue-scheduler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdereuromark%2Fcakephp-queue-scheduler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdereuromark%2Fcakephp-queue-scheduler/lists"}