{"id":13684474,"url":"https://github.com/cakephp/queue","last_synced_at":"2025-06-25T23:07:22.922Z","repository":{"id":39926849,"uuid":"225091981","full_name":"cakephp/queue","owner":"cakephp","description":"A queue-interop compatible Queueing library","archived":false,"fork":false,"pushed_at":"2025-06-17T20:44:42.000Z","size":393,"stargazers_count":36,"open_issues_count":8,"forks_count":19,"subscribers_count":20,"default_branch":"1.x","last_synced_at":"2025-06-17T21:39:22.004Z","etag":null,"topics":["cakephp","cakephp-plugin","queue","queue-interop","queueing"],"latest_commit_sha":null,"homepage":"","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/cakephp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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}},"created_at":"2019-12-01T01:34:26.000Z","updated_at":"2025-06-17T20:44:45.000Z","dependencies_parsed_at":"2023-02-12T05:00:42.755Z","dependency_job_id":"a7bd2bd2-810c-4d56-ba5e-1c35b7be97db","html_url":"https://github.com/cakephp/queue","commit_stats":{"total_commits":254,"total_committers":23,"mean_commits":"11.043478260869565","dds":0.7755905511811023,"last_synced_commit":"32320fc4624139041529e476715eb36badf47c99"},"previous_names":[],"tags_count":21,"template":false,"template_full_name":null,"purl":"pkg:github/cakephp/queue","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cakephp%2Fqueue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cakephp%2Fqueue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cakephp%2Fqueue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cakephp%2Fqueue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cakephp","download_url":"https://codeload.github.com/cakephp/queue/tar.gz/refs/heads/1.x","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cakephp%2Fqueue/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261967132,"owners_count":23237663,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["cakephp","cakephp-plugin","queue","queue-interop","queueing"],"created_at":"2024-08-02T14:00:33.941Z","updated_at":"2025-06-25T23:07:22.898Z","avatar_url":"https://github.com/cakephp.png","language":"PHP","readme":"# Queue plugin for CakePHP\n\n![Build Status](https://github.com/cakephp/queue/actions/workflows/ci.yml/badge.svg?branch=master)\n[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.txt)\n[![Coverage Status](https://img.shields.io/codecov/c/github/cakephp/queue/master.svg?style=flat-square)](https://codecov.io/github/cakephp/queue?branch=master)\n[![Total Downloads](https://img.shields.io/packagist/dt/cakephp/queue.svg?style=flat-square)](https://packagist.org/packages/cakephp/queue)\n\nThis is a Queue system for CakePHP.\n\nThe plugin consists of a CakePHP shell wrapper and Queueing libraries for the [php-queue](https://php-enqueue.github.io) queue library.\n\n## Installation\n\nYou can install this plugin into your CakePHP application using [Composer](https://getcomposer.org).\n\nRun the following command\n```sh\ncomposer require cakephp/queue\n ```\n\nInstall the transport you wish to use. For a list of available transports, see [this page](https://php-enqueue.github.io/transport). The example below is for pure-php redis:\n\n```shell\ncomposer require enqueue/redis predis/predis:^1\n```\n\n## Configuration\n\nYou can load the plugin using the shell command:\n\n```\nbin/cake plugin load Cake/Queue\n```\n\nOr you can manually add the loading statement in the **src/Application.php** file of your application:\n```php\npublic function bootstrap(): void\n{\n    parent::bootstrap();\n    $this-\u003eaddPlugin('Cake/Queue');\n}\n```\n\nAdditionally, you will need to configure the ``default`` queue configuration in your **config/app.php** file.\n\n## Documentation\n\nFull documentation of the plugin can be found on the [CakePHP Cookbook](https://book.cakephp.org/queue/1/).\n","funding_links":[],"categories":["Queue"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcakephp%2Fqueue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcakephp%2Fqueue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcakephp%2Fqueue/lists"}