{"id":15755145,"url":"https://github.com/wyrihaximus/reactphp-child-process-pool-redis-queue","last_synced_at":"2026-01-12T06:20:30.696Z","repository":{"id":52421223,"uuid":"55284263","full_name":"WyriHaximus/reactphp-child-process-pool-redis-queue","owner":"WyriHaximus","description":"Predis queue for wyrihaximus/react-child-process-pool","archived":false,"fork":false,"pushed_at":"2023-12-03T08:59:10.000Z","size":131,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-06T12:31:49.193Z","etag":null,"topics":["hacktoberfest","php","reactphp"],"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/WyriHaximus.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}},"created_at":"2016-04-02T08:02:06.000Z","updated_at":"2020-10-04T20:04:51.000Z","dependencies_parsed_at":"2024-10-25T06:48:40.829Z","dependency_job_id":null,"html_url":"https://github.com/WyriHaximus/reactphp-child-process-pool-redis-queue","commit_stats":{"total_commits":37,"total_committers":3,"mean_commits":"12.333333333333334","dds":0.5135135135135135,"last_synced_commit":"9d780d0a0b72f68ce9bb0cdc7065664357d28b4b"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WyriHaximus%2Freactphp-child-process-pool-redis-queue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WyriHaximus%2Freactphp-child-process-pool-redis-queue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WyriHaximus%2Freactphp-child-process-pool-redis-queue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WyriHaximus%2Freactphp-child-process-pool-redis-queue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WyriHaximus","download_url":"https://codeload.github.com/WyriHaximus/reactphp-child-process-pool-redis-queue/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246436381,"owners_count":20776995,"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":["hacktoberfest","php","reactphp"],"created_at":"2024-10-04T08:20:22.037Z","updated_at":"2026-01-12T06:20:30.668Z","avatar_url":"https://github.com/WyriHaximus.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Put your Child Process Pool queue in Redis\n\n[![Linux Build Status](https://travis-ci.org/WyriHaximus/reactphp-child-process-pool-redis-queue.png)](https://travis-ci.org/WyriHaximus/reactphp-child-process-pool-redis-queue)\n[![Latest Stable Version](https://poser.pugx.org/WyriHaximus/react-child-process-pool-redis-queue/v/stable.png)](https://packagist.org/packages/WyriHaximus/react-child-process-pool-redis-queue)\n[![Total Downloads](https://poser.pugx.org/wyrihaximus/react-child-process-pool-redis-queue/downloads.png)](https://packagist.org/packages/wyrihaximus/react-child-process-pool-redis-queue)\n[![Code Coverage](https://scrutinizer-ci.com/g/WyriHaximus/reactphp-child-process-pool-redis-queue/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/WyriHaximus/reactphp-child-process-pool-redis-queue/?branch=master)\n[![License](https://poser.pugx.org/wyrihaximus/react-child-process-pool-redis-queue/license.png)](https://packagist.org/packages/wyrihaximus/react-child-process-pool-redis-queue)\n[![PHP 7 ready](http://php7ready.timesplinter.ch/WyriHaximus/reactphp-child-process-pool-redis-queue/badge.svg)](https://travis-ci.org/WyriHaximus/reactphp-child-process-pool-redis-queue)\n\n## Installation ##\n\nTo install via [Composer](http://getcomposer.org/), use the command below, it will automatically detect the latest version and bind it with `~`.\n\n```\ncomposer require wyrihaximus/react-child-process-pool-redis-queue\n```\n\n## Usage ##\n\n```php\n$loop = LoopFactory::create();\n$factory = new Factory($loop);\n$factory-\u003ecreateClient()-\u003ethen(\n    function (Client $client) {\n        Flexible::createFromClass(ReturnChild::class, $loop, [\n            Options::QUEUE =\u003e new Redis($client, 'pool:queue'),\n        ]);\n    }\n);\n```\n\n## License ##\n\nCopyright 2016 [Cees-Jan Kiewiet](http://wyrihaximus.net/)\n\nPermission is hereby granted, free of charge, to any person\nobtaining a copy of this software and associated documentation\nfiles (the \"Software\"), to deal in the Software without\nrestriction, including without limitation the rights to use,\ncopy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the\nSoftware is furnished to do so, subject to the following\nconditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES\nOF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\nNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT\nHOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\nWHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\nFROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\nOTHER DEALINGS IN THE SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwyrihaximus%2Freactphp-child-process-pool-redis-queue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwyrihaximus%2Freactphp-child-process-pool-redis-queue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwyrihaximus%2Freactphp-child-process-pool-redis-queue/lists"}