{"id":15168815,"url":"https://github.com/g41797/queue-beanstalkd","last_synced_at":"2026-02-08T05:01:36.042Z","repository":{"id":248360060,"uuid":"828479448","full_name":"g41797/queue-beanstalkd","owner":"g41797","description":"Yii3 Queue Adapter for Beanstalkd - simple, fast work queue","archived":false,"fork":false,"pushed_at":"2024-07-14T10:35:26.000Z","size":18,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-29T17:33:23.571Z","etag":null,"topics":["beanstalkd","php","queue","worker","yii"],"latest_commit_sha":null,"homepage":"https://packagist.org/packages/g41797/queue-beanstalkd","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/g41797.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2024-07-14T09:25:30.000Z","updated_at":"2024-07-14T16:50:04.000Z","dependencies_parsed_at":"2024-07-14T10:48:00.628Z","dependency_job_id":"833abedb-2a5d-4de1-8063-78bb116ac2f4","html_url":"https://github.com/g41797/queue-beanstalkd","commit_stats":null,"previous_names":["g41797/queue-beanstalkd"],"tags_count":3,"template":false,"template_full_name":"g41797/queue-valkey","purl":"pkg:github/g41797/queue-beanstalkd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/g41797%2Fqueue-beanstalkd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/g41797%2Fqueue-beanstalkd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/g41797%2Fqueue-beanstalkd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/g41797%2Fqueue-beanstalkd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/g41797","download_url":"https://codeload.github.com/g41797/queue-beanstalkd/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/g41797%2Fqueue-beanstalkd/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29221706,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-08T03:18:47.732Z","status":"ssl_error","status_checked_at":"2026-02-08T03:15:31.985Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["beanstalkd","php","queue","worker","yii"],"created_at":"2024-09-27T07:00:25.732Z","updated_at":"2026-02-08T05:01:36.025Z","avatar_url":"https://github.com/g41797.png","language":"PHP","readme":"# Yii3 Queue Adapter for Beanstalkd - simple, fast work queue\n\n\n[![tests](https://github.com/g41797/queue-beanstalkd/actions/workflows/tests.yml/badge.svg)](https://github.com/g41797/queue-beanstalkd/actions/workflows/tests.yml)\n\n## Description\n\nYii3 Queue Adapter for [**Beanstalkd**](https://beanstalkd.github.io/) is adapter in [Yii3 Queue Adapters family.](https://github.com/yiisoft/queue/blob/master/docs/guide/en/adapter-list.md)\n\nImplementation of adapter is based on [enqueue/pheanstalk](https://github.com/php-enqueue/pheanstalk) library.\n\n## Requirements\n\n- PHP 8.2 or higher.\n\n## Installation\n\nThe package could be installed with composer:\n\n```shell\ncomposer require g41797/queue-beanstalkd\n```\n\n## General usage\n\n- As part of [Yii3 Queue Framework](https://github.com/yiisoft/queue/blob/master/docs/guide/en/README.md)\n- Stand-alone\n\n\n## Configuration\n\nDefault configuration:\n```php\n[\n    'host' =\u003e '127.0.0.1',  // IP or hostname of the target server\n    'port' =\u003e 11300,         // TCP/IP port of the target server\n]\n``` \n\n## Limitations\n\n### Job Status\n  [Job Status](https://github.com/yiisoft/queue/blob/master/docs/guide/en/usage.md#job-status)\n```php\n// Push a job into the queue and get a message ID.\n$id = $queue-\u003epush(new SomeJob());\n\n// Get job status.\n$status = $queue-\u003estatus($id);\n```\nis not supported.\n\n## License\n\nYii3 Queue Adapter for Beanstalkd is free software. It is released under the terms of the BSD License.\nPlease see [`LICENSE`](./LICENSE.md) for more information.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fg41797%2Fqueue-beanstalkd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fg41797%2Fqueue-beanstalkd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fg41797%2Fqueue-beanstalkd/lists"}