index.rst 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. GearmanBundle Documentation
  2. ===========================
  3. |SensioLabsInsight| |BuildStatus| |ScrutinizerQualityScore| |LatestStableVersion| |LatestUnstableVersion| |License| |TotalDownloads|
  4. GearmanBundle is a bundle for Symfony2 intended to provide an easy way to
  5. support developers who need to use job queues. For example: mail queues, Solr
  6. generation queues or Database upload queues.
  7. .. _dev-docs:
  8. User Documentation
  9. ------------------
  10. .. toctree::
  11. :maxdepth: 2
  12. installation
  13. configuration
  14. definition_workers
  15. running_jobs
  16. client
  17. kernel_events
  18. customize
  19. cache
  20. contributing
  21. faqs
  22. .. _site-docs
  23. CookBook
  24. --------
  25. .. toctree::
  26. :maxdepth: 2
  27. cookbook/job_status
  28. .. |SensioLabsInsight| image:: https://insight.sensiolabs.com/projects/cf3d97c6-e026-4489-8493-a3f4a1e75a68/mini.png
  29. :target: https://insight.sensiolabs.com/projects/cf3d97c6-e026-4489-8493-a3f4a1e75a68
  30. .. |BuildStatus| image:: https://travis-ci.org/mmoreram/GearmanBundle.png?branch=master
  31. :target: https://travis-ci.org/mmoreram/GearmanBundle
  32. .. |ScrutinizerQualityScore| image:: https://scrutinizer-ci.com/g/mmoreram/GearmanBundle/badges/quality-score.png?s=29f1ed342d3df54678614b58b0e243136aa24726
  33. :target: https://scrutinizer-ci.com/g/mmoreram/GearmanBundle/
  34. .. |LatestStableVersion| image:: https://poser.pugx.org/mmoreram/gearman-bundle/v/stable.png
  35. :target: https://packagist.org/packages/mmoreram/gearman-bundle
  36. .. |LatestUnstableVersion| image:: https://poser.pugx.org/mmoreram/gearman-bundle/v/unstable.png
  37. :target: https://packagist.org/packages/mmoreram/gearman-bundle
  38. .. |License| image:: https://poser.pugx.org/mmoreram/gearman-bundle/license.png
  39. :target: https://packagist.org/packages/mmoreram/gearman-bundle
  40. .. |TotalDownloads| image:: https://poser.pugx.org/mmoreram/gearman-bundle/downloads.png
  41. :target: https://packagist.org/packages/mmoreram/gearman-bundle