{"id":30729931,"url":"https://github.com/spinx/sidekiq-job-php","last_synced_at":"2025-09-03T16:03:50.063Z","repository":{"id":57056761,"uuid":"39295956","full_name":"spinx/sidekiq-job-php","owner":"spinx","description":"Push and schedule jobs to Sidekiq from PHP","archived":false,"fork":false,"pushed_at":"2018-03-18T21:43:01.000Z","size":49,"stargazers_count":37,"open_issues_count":1,"forks_count":13,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-07-28T12:55:28.284Z","etag":null,"topics":["php","queue","queueing","redis","sidekiq","worker","workers"],"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/spinx.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":"2015-07-18T11:19:57.000Z","updated_at":"2024-11-06T15:31:50.000Z","dependencies_parsed_at":"2022-08-24T14:52:57.553Z","dependency_job_id":null,"html_url":"https://github.com/spinx/sidekiq-job-php","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/spinx/sidekiq-job-php","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spinx%2Fsidekiq-job-php","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spinx%2Fsidekiq-job-php/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spinx%2Fsidekiq-job-php/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spinx%2Fsidekiq-job-php/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/spinx","download_url":"https://codeload.github.com/spinx/sidekiq-job-php/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spinx%2Fsidekiq-job-php/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273341431,"owners_count":25088346,"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","status":"online","status_checked_at":"2025-09-02T02:00:09.530Z","response_time":77,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["php","queue","queueing","redis","sidekiq","worker","workers"],"created_at":"2025-09-03T16:02:11.138Z","updated_at":"2025-09-03T16:03:50.055Z","avatar_url":"https://github.com/spinx.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# sidekiq-job-php\n\n[![Build Status](https://scrutinizer-ci.com/g/spinx/sidekiq-job-php/badges/build.png?b=master)](https://scrutinizer-ci.com/g/spinx/sidekiq-job-php/build-status/master)\n[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/spinx/sidekiq-job-php/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/spinx/sidekiq-job-php/?branch=master)\n\nPush and schedule jobs to Sidekiq from PHP\n\n## Installation\n\nThe recommended way to install this library is through\n[Composer](http://getcomposer.org/). Require the `spinx/sidekiq-job-php` package\ninto your `composer.json` file:\n\n```json\n{\n    \"require\": {\n        \"spinx/sidekiq-job-php\": \"*\"\n    }\n}\n```\n\n**Important:** you should browse [`spinx/sidekiq-job-php`](https://packagist.org/packages/spinx/sidekiq-job-php) to choose the latest version, avoid the `*` meta constraint.\n\n## Usage\n\n```php\n$redis = new Predis\\Client('tcp://127.0.0.1:6379');\n\n$client = new \\SidekiqJob\\Client($redis);\n\n$client-\u003epush('ProcessImage', ['argument1']);\n```\n\nMore examples [here](https://github.com/spinx/sidekiq-job-php/tree/master/examples). \n\n## Misc\n\n### Requirements\n - PHP \u003e=5.4\n\n### Todo\n- Monolog support\n- Statsd or similar support\n\n### Standards\n[Symfony2](https://github.com/escapestudios/Symfony2-coding-standard).\n\n### License\nMIT. Use it as you wish.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspinx%2Fsidekiq-job-php","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspinx%2Fsidekiq-job-php","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspinx%2Fsidekiq-job-php/lists"}