{"id":42230101,"url":"https://github.com/xelan/resque-webui-bundle","last_synced_at":"2026-01-27T02:46:36.227Z","repository":{"id":56947640,"uuid":"115264888","full_name":"xelan/resque-webui-bundle","owner":"xelan","description":"PHP-Resque WebUI Bundle","archived":false,"fork":false,"pushed_at":"2020-06-02T10:13:31.000Z","size":232,"stargazers_count":5,"open_issues_count":2,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-05-22T12:00:06.292Z","etag":null,"topics":["hacktoberfest","php","php-resque","resque","symfony-bundle"],"latest_commit_sha":null,"homepage":"","language":"CSS","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/xelan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-12-24T13:33:59.000Z","updated_at":"2024-07-31T06:48:36.000Z","dependencies_parsed_at":"2022-08-21T08:20:47.210Z","dependency_job_id":null,"html_url":"https://github.com/xelan/resque-webui-bundle","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/xelan/resque-webui-bundle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xelan%2Fresque-webui-bundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xelan%2Fresque-webui-bundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xelan%2Fresque-webui-bundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xelan%2Fresque-webui-bundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xelan","download_url":"https://codeload.github.com/xelan/resque-webui-bundle/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xelan%2Fresque-webui-bundle/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28797105,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T01:07:07.743Z","status":"online","status_checked_at":"2026-01-27T02:00:07.755Z","response_time":168,"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":["hacktoberfest","php","php-resque","resque","symfony-bundle"],"created_at":"2026-01-27T02:46:35.070Z","updated_at":"2026-01-27T02:46:36.221Z","avatar_url":"https://github.com/xelan.png","language":"CSS","readme":"# PHP-Resque Web UI\r\n\r\n![PHP-Resque UI Logo](Resources/public/images/logo_large.png)\r\n\r\nThis Symfony bundle provides a web interface for [mjphaynes/php-resque](https://github.com/mjphaynes/php-resque).\r\n\r\nCore features of the web interface are:\r\n  - Overview of running workers (similar to bin/resque workers)\r\n  - Overview of all queues (similar to bin/resque queues)\r\n  - Overview of all jobs\r\n  - View job details, JSON formatting and easy copy/paste of payload\r\n  - Easy installation as Symfony bundle, integration (routing, security, ...)\r\n  - Easy style customization/branding via Bootstrap3 themes and Symfony bundle overrides\r\n\r\n## Requirements\r\nThe PHP-Resque Web UI is designed to run as part of an existing Symfony application.\r\nTo use it without an existing app, you can [install the Symfony framework](http://symfony.com/doc/current/setup.html) and then install the bundle.\r\n\r\n## Installation\r\n\r\nInstall the bundle using composer:\r\n\r\n```bash\r\ncomposer require andaris/resque-webui-bundle\r\n```\r\n\r\nRegister the bundle in your application kernel:\r\n```php\r\n\u003c?php\r\n// app/AppKernel.php or src/AppKernel.php\r\n\r\n// ...\r\nclass AppKernel extends Kernel\r\n{\r\n    public function registerBundles()\r\n    {\r\n        $bundles = [\r\n            // ...\r\n\r\n            new Andaris\\ResqueWebUiBundle\\AndarisResqueWebUiBundle(),\r\n        ];\r\n\r\n        // ...\r\n    }\r\n\r\n    // ...\r\n}\r\n```\r\n\r\nConfigure the routing security for the bundle:\r\n```yaml\r\n# app/config/security.yml or config/security.yml\r\n    access_control:\r\n        - { path: ^/resque, roles: YOUR_ADMIN_ROLE } # e.g. ROLE_ADMIN\r\n```\r\n\r\nEnable the routing of the bundle:\r\n```yaml\r\n# app/config/routing.yml or config/routing.yml\r\nresque:\r\n    resource: \"@AndarisResqueWebUiBundle/Resources/config/routing.yml\"\r\n    prefix:   /resque/\r\n```\r\n\r\n## Usage\r\nThe Web UI can now be accessed via http://your-application/resque/.\r\n\r\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxelan%2Fresque-webui-bundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxelan%2Fresque-webui-bundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxelan%2Fresque-webui-bundle/lists"}