{"id":22916656,"url":"https://github.com/synergitech/queue","last_synced_at":"2026-03-15T08:04:58.500Z","repository":{"id":52419556,"uuid":"93860377","full_name":"SynergiTech/queue","owner":"SynergiTech","description":null,"archived":false,"fork":false,"pushed_at":"2021-04-29T19:38:52.000Z","size":27,"stargazers_count":1,"open_issues_count":3,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-25T13:16:28.658Z","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/SynergiTech.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}},"created_at":"2017-06-09T13:16:50.000Z","updated_at":"2020-01-06T09:13:12.000Z","dependencies_parsed_at":"2022-09-04T10:20:09.674Z","dependency_job_id":null,"html_url":"https://github.com/SynergiTech/queue","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/SynergiTech/queue","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SynergiTech%2Fqueue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SynergiTech%2Fqueue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SynergiTech%2Fqueue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SynergiTech%2Fqueue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SynergiTech","download_url":"https://codeload.github.com/SynergiTech/queue/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SynergiTech%2Fqueue/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30538255,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-15T07:17:37.589Z","status":"ssl_error","status_checked_at":"2026-03-15T07:17:31.738Z","response_time":61,"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":[],"created_at":"2024-12-14T06:14:08.874Z","updated_at":"2026-03-15T08:04:58.469Z","avatar_url":"https://github.com/SynergiTech.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# synergitech/queue\n\n\u003e An abstraction over RabbitMQ for use in FuelPHP.\n\n## Installation\n\n```\n$ composer require synergitech/queue \n```\n\n## Usage\n\n```php\nclass MyTask\n{\n  public static function sum(...$args)\n  {\n    return array_sum($args);\n  }\n}\n\nQueue\\Task::enqueue([MyTask::class, 'sum'], [2, 4], 3); # 6\n```\n\n## Configuration\n\n* `autorun` _(array)_ a list of environments where the job is executed immediately, rather\n  than enqueuing a job in RabbitMQ. Defaults to `['development']`, which means that\n  **by default, jobs will immediately execute in development**.\n\n* `queue.host` _(string)_ the host where your RabbitMQ instance can be found, defaults to `'127.0.0.1'`\n* `queue.port` _(int)_ the port where your RabbitMQ instance can be found, defaults to `5672`\n* `queue.user` _(string)_ the RabbitMQ username, defaults to `'guest'`\n* `queue.password` _(string)_ the RabbitMQ password, defaults to `'guest'`\n* `queue.vhost` _(string)_ the RabbitMQ virtual host, defaults to `'/'`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsynergitech%2Fqueue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsynergitech%2Fqueue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsynergitech%2Fqueue/lists"}