mmoreram/gearman-bundle
Adds gearman support to your and Symfony4, Symfony5 project
Maintainers
Package info
github.com/mmoreram/GearmanBundle
Type:symfony-bundle
pkg:composer/mmoreram/gearman-bundle
Requires
- php: ^7.4 || ^8.0
- ext-gearman: *
- doctrine/annotations: ^1.5 || ^2.0
- symfony/config: ^4.4 || ^5.0 || ^6.0
- symfony/console: ^4.4|| ^5.0 || ^6.0
- symfony/dependency-injection: ^4.0 || ^5.0 || ^6.0
- symfony/finder: ^4.4 || ^5.0 || ^6.0
- symfony/framework-bundle: ^4.4 || ^5.0 || ^6.0
- symfony/http-kernel: ^4.4 || ^5.0 || ^6.0
- symfony/options-resolver: ^4.4 || ^5.0 || ^6.0
- symfony/yaml: ^4.4 || ^5.0 || ^6.0
Requires (Dev)
- phpstan/phpstan: ^1.4
- phpstan/phpstan-phpunit: ^1.0
- phpstan/phpstan-symfony: ^1.1
- phpunit/phpunit: ^9.5
Suggests
None
Provides
None
Conflicts
None
Replaces
- mmoreramerino/gearman-bundle: dev-master
MIT c4e800089116919174c6a1ebc0e175f292915a1d
- Marc Morera <yuhu.woop@mmoreram.com>
- Matt Daum <matt.woop@setfive.com>
- Symfony Community
README
👁 SensioLabsInsight
👁 Build Status
👁 Scrutinizer Quality Score
👁 Latest Stable Version
👁 Latest Unstable Version
👁 License
👁 Total Downloads
GearmanBundle is a bundle for Symfony4/5/6 intended to provide an easy way to support developers who need to use job queues. For example: mail queues, Solr generation queues or Database upload queues. For Symfony Flex you can use the recipe in the contributed repository to get started quickly.
Documentation
Check the documentation in ReadTheDocs.
Some recipes will be written soon. If you have some ideas and you want to share
them with us, don't hesitate to open a RFC issue or a Pull Request.
Migration from 4 to 5:
doctrine_cache:
providers:
gearman_cache:
type: file_system
namespace: doctrine_cache.ns.gearman
needs to be replaced with
framework:
cache:
pools:
gearman_cache:
adapter: cache.adapter.filesystem
Tags
- Symfony 5/6 is supported by tags 5
- Symfony 4.0 is supported by tags 4.1+ (they still work with Symfony 3.X)
- All 4.X tags support Symfony 3.X
- Use tags lower than 4.X for Symfony 2.X versions
- Use last unstable version ( alias of
dev-master) to stay always in last commit - Use last stable version tag to stay in a stable release.
- 👁 Latest Unstable Version
👁 Latest Stable Version
Contributing
All code is Symfony2 Code formatted, so every pull request must validate phpcs standards. You should read Symfony2 coding standards and install this CodeSniffer to check all code is validated.
There is also a policy for contributing to this project. All pull request must be all explained step by step, to make us more understandable and easier to merge pull request. All new features must be tested with PHPUnit.
If you'd like to contribute, please read the Contributing Code part of the documentation. If you're submitting a pull request, please follow the guidelines in the Submitting a Patch section and use the Pull Request Template.
