{"id":20324029,"url":"https://github.com/charlesportwoodii/rpq-server","last_synced_at":"2025-04-11T19:32:50.131Z","repository":{"id":62537800,"uuid":"109042260","full_name":"charlesportwoodii/rpq-server","owner":"charlesportwoodii","description":"RPQ: Simple, efficient, prioritized background processing for PHP.","archived":false,"fork":false,"pushed_at":"2019-03-08T21:32:29.000Z","size":75,"stargazers_count":7,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-25T15:21:58.095Z","etag":null,"topics":["background-jobs","php","redis"],"latest_commit_sha":null,"homepage":"","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/charlesportwoodii.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-10-31T19:20:35.000Z","updated_at":"2024-11-05T11:32:48.000Z","dependencies_parsed_at":"2022-11-02T15:30:18.413Z","dependency_job_id":null,"html_url":"https://github.com/charlesportwoodii/rpq-server","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charlesportwoodii%2Frpq-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charlesportwoodii%2Frpq-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charlesportwoodii%2Frpq-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charlesportwoodii%2Frpq-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/charlesportwoodii","download_url":"https://codeload.github.com/charlesportwoodii/rpq-server/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248467135,"owners_count":21108601,"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":["background-jobs","php","redis"],"created_at":"2024-11-14T19:31:38.796Z","updated_at":"2025-04-11T19:32:50.083Z","avatar_url":"https://github.com/charlesportwoodii.png","language":"PHP","funding_links":[],"categories":["Redis"],"sub_categories":["Tunnel"],"readme":"# RPQ: Redis Priority Queue\n\nRPQ is a simple, efficient, prioritized background job queue for PHP.\n\n-----------\n\nRPQ is a background processor for PHP, written in pure PHP. RPQ enables your application to asynchronously execute background tasks into a priority queue stored in Redis. Jobs can be prioritized, allowing for more important jobs to run first. RPQ uses multi-processing to handle multiple jobs at the same time. It exposes a simple API to create job handlers.\n\n\u003e Note that this project is very much in the Alpha quality stage. There are bugs, and things may not be working correctly.\n\n## Requirements\n\nRPQ supports PHP 7.1+, and requires Redis 3.0.3+, and pcntl.\n\n\u003e Amp\\Process\\Process is not compatible Windows.\n\n## Installation\n\nRPQ can be added to your project via composer.\n\n```\ncomposer require rpq/server\n```\n\nFor information about how to create jobs, and schedule tasks take a look at the [Getting Started Guide](docs/Getting%20Started.md). The [docs](docs) directory also contains more information on specific aspects of RPQ. The [examples](examples/) directory also contains a few job worker examples which you can use as reference.\n\n## License\n\nRPQ is licensed under the BSD 3-Clause license. See [LICENSE](LICENSE) for more details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcharlesportwoodii%2Frpq-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcharlesportwoodii%2Frpq-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcharlesportwoodii%2Frpq-server/lists"}