{"id":15045048,"url":"https://github.com/mmoreram/gearmanbundle","last_synced_at":"2025-04-08T12:07:37.173Z","repository":{"id":1902029,"uuid":"2828851","full_name":"mmoreram/GearmanBundle","owner":"mmoreram","description":"GearmanBundle for Symfony2","archived":false,"fork":false,"pushed_at":"2025-03-31T09:19:03.000Z","size":673,"stargazers_count":236,"open_issues_count":27,"forks_count":105,"subscribers_count":13,"default_branch":"master","last_synced_at":"2025-04-08T12:07:32.278Z","etag":null,"topics":["bundle","gearman","queue","symfony"],"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/mmoreram.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","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":"2011-11-22T15:54:54.000Z","updated_at":"2025-03-31T09:18:37.000Z","dependencies_parsed_at":"2024-06-18T13:35:38.526Z","dependency_job_id":"76e8601d-9b23-4079-a0a3-cc6740521f85","html_url":"https://github.com/mmoreram/GearmanBundle","commit_stats":{"total_commits":318,"total_committers":55,"mean_commits":5.781818181818182,"dds":0.5691823899371069,"last_synced_commit":"6e117e90d410be92aea50fc12b10f222c2964615"},"previous_names":[],"tags_count":26,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmoreram%2FGearmanBundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmoreram%2FGearmanBundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmoreram%2FGearmanBundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmoreram%2FGearmanBundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mmoreram","download_url":"https://codeload.github.com/mmoreram/GearmanBundle/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247838444,"owners_count":21004580,"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":["bundle","gearman","queue","symfony"],"created_at":"2024-09-24T20:51:23.541Z","updated_at":"2025-04-08T12:07:37.153Z","avatar_url":"https://github.com/mmoreram.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"GearmanBundle for Symfony2, 3 and 4\n=====\n[![SensioLabsInsight](https://insight.sensiolabs.com/projects/cf3d97c6-e026-4489-8493-a3f4a1e75a68/mini.png)](https://insight.sensiolabs.com/projects/cf3d97c6-e026-4489-8493-a3f4a1e75a68)\n[![Build Status](https://travis-ci.org/mmoreram/GearmanBundle.png?branch=master)](https://travis-ci.org/mmoreram/GearmanBundle)\n[![Scrutinizer Quality Score](https://scrutinizer-ci.com/g/mmoreram/GearmanBundle/badges/quality-score.png?s=29f1ed342d3df54678614b58b0e243136aa24726)](https://scrutinizer-ci.com/g/mmoreram/GearmanBundle/)\n[![Latest Stable Version](https://poser.pugx.org/mmoreram/gearman-bundle/v/stable.png)](https://packagist.org/packages/mmoreram/gearman-bundle)\n[![Latest Unstable Version](https://poser.pugx.org/mmoreram/gearman-bundle/v/unstable.png)](https://packagist.org/packages/mmoreram/gearman-bundle)\n[![License](https://poser.pugx.org/mmoreram/gearman-bundle/license.png)](https://packagist.org/packages/mmoreram/gearman-bundle)\n[![Total Downloads](https://poser.pugx.org/mmoreram/gearman-bundle/downloads.png)](https://packagist.org/packages/mmoreram/gearman-bundle)\n\nGearmanBundle is a bundle for Symfony4/5/6 intended to provide an easy way to \nsupport developers who need to use job queues. For example: mail queues, Solr \ngeneration queues or Database upload queues.  For Symfony Flex you can use [the recipe in the contributed\nrepository](https://github.com/symfony/recipes-contrib) to get started quickly.\n\nDocumentation\n-------------\n\nCheck the documentation in [ReadTheDocs](http://gearmanbundle.readthedocs.org/).  \nSome recipes will be written soon. If you have some ideas and you want to share\nthem with us, don't hesitate to open a RFC issue or a Pull Request.\n\nMigration from 4 to 5:\n```\n    doctrine_cache:\n        providers:\n            gearman_cache:\n                type: file_system\n                namespace: doctrine_cache.ns.gearman\n```\nneeds to be replaced with\n```\n\n    framework:\n        cache:\n            pools:\n                gearman_cache:\n                    adapter: cache.adapter.filesystem\n```\n\nTags\n----\n* Symfony 5/6 is supported by tags 5\n* Symfony 4.0 is supported by tags 4.1+ (they still work with Symfony 3.X)\n* All 4.X tags support Symfony 3.X\n* Use tags lower than 4.X for Symfony 2.X versions \n* Use last unstable version ( alias of `dev-master` ) to stay always in last commit\n* Use last stable version tag to stay in a stable release.\n* [![Latest Unstable Version](https://poser.pugx.org/mmoreram/gearman-bundle/v/unstable.png)](https://packagist.org/packages/mmoreram/gearman-bundle)  [![Latest Stable Version](https://poser.pugx.org/mmoreram/gearman-bundle/v/stable.png)](https://packagist.org/packages/mmoreram/gearman-bundle)\n\n\n\nContributing\n------------\n\nAll code is Symfony2 Code formatted, so every pull request must validate phpcs\nstandards. You should read \n[Symfony2 coding standards](http://symfony.com/doc/current/contributing/code/standards.html)\nand install [this](https://github.com/opensky/Symfony2-coding-standard) \nCodeSniffer to check all code is validated.\n\nThere is also a policy for contributing to this project. All pull request must\nbe all explained step by step, to make us more understandable and easier to\nmerge pull request. All new features must be tested with PHPUnit.\n\nIf you'd like to contribute, please read the [Contributing Code][1] part of the\ndocumentation. If you're submitting a pull request, please follow the guidelines\nin the [Submitting a Patch][2] section and use the [Pull Request Template][3].\n\n[1]: http://symfony.com/doc/current/contributing/code/index.html\n[2]: http://symfony.com/doc/current/contributing/code/patches.html#check-list\n[3]: http://symfony.com/doc/current/contributing/code/patches.html#make-a-pull-request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmmoreram%2Fgearmanbundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmmoreram%2Fgearmanbundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmmoreram%2Fgearmanbundle/lists"}