{"id":14977759,"url":"https://github.com/hackthissite/php-bull-scheduler","last_synced_at":"2026-03-01T21:35:46.862Z","repository":{"id":62513929,"uuid":"167965772","full_name":"HackThisSite/PHP-Bull-Scheduler","owner":"HackThisSite","description":"PHP library to schedule jobs for the NodeJS Bull Redis queue","archived":false,"fork":false,"pushed_at":"2019-01-29T10:50:46.000Z","size":7,"stargazers_count":10,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-14T01:50:33.193Z","etag":null,"topics":["bull","nodejs","php","redis","scheduler"],"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/HackThisSite.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":"2019-01-28T13:20:45.000Z","updated_at":"2023-02-26T23:44:02.000Z","dependencies_parsed_at":"2022-11-02T10:17:38.219Z","dependency_job_id":null,"html_url":"https://github.com/HackThisSite/PHP-Bull-Scheduler","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HackThisSite%2FPHP-Bull-Scheduler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HackThisSite%2FPHP-Bull-Scheduler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HackThisSite%2FPHP-Bull-Scheduler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HackThisSite%2FPHP-Bull-Scheduler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HackThisSite","download_url":"https://codeload.github.com/HackThisSite/PHP-Bull-Scheduler/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238603665,"owners_count":19499488,"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":["bull","nodejs","php","redis","scheduler"],"created_at":"2024-09-24T13:56:16.294Z","updated_at":"2025-10-28T05:30:55.261Z","avatar_url":"https://github.com/HackThisSite.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PHP Bull Scheduler\nPHP library to schedule jobs for the NodeJS [Bull Redis queue](https://github.com/OptimalBits/bull).\n\n## Requirements\n* PHP \u003e= 5.5.0\n* PHP JSON extension\n* Redis \u003e= 2.8.18\n\n## Installation\nInstall via composer:\n`composer require hackthissite/php-bull-scheduler`\n\n## Usage\nThis library operates under the namspace `HackThisSite\\BullScheduler` and uses [Predis](https://github.com/nrk/predis) under the hood.\n```php\n\u003c?php\n\nrequire_once 'vendor/autoload.php';\n\nuse HackThisSite\\BullScheduler\\Queue;\n\n// You can specify any value for Redis that Predis considers valid for the first parameter of Predis\\Client\n$queue = new Queue('example queue', 'tcp://localhost:6379');\n$queue2 = new Queue('another queue', array('redis' =\u003e array('host' =\u003e 'localhost', 'port' =\u003e 6379)));\n$queue3 = new Queue('different queue', new Predis\\Client());\n\n$job_id = $queue-\u003eadd(array('data' =\u003e 'value'));\n```\n\n## Caveats\n* This library has been tested with Bull v3.6.0. No other versions have been tested, so use at your own risk with other versions.\n* This library only handles scheduling (adding new jobs) and will never handle job processing of any form, including job statuses.\n\n## License\nThe code for PHP Bull Scheduler is distributed under the terms of the MIT license (see [LICENSE](LICENSE)).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhackthissite%2Fphp-bull-scheduler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhackthissite%2Fphp-bull-scheduler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhackthissite%2Fphp-bull-scheduler/lists"}