All Projects → prooph → Service Bus Symfony Bundle

prooph / Service Bus Symfony Bundle

Licence: other
Symfony Bundle - PHP Lightweight Message Bus supporting CQRS

Projects that are alternatives of or similar to Service Bus Symfony Bundle

Event Store Symfony Bundle
Event Store Symfony Bundle
Stars: ✭ 93 (+3.33%)
Mutual labels:  symfony, symfony-bundle, ddd
Sonatacachebundle
This bundle provides caching services
Stars: ✭ 66 (-26.67%)
Mutual labels:  symfony, symfony-bundle
Web Server Bundle
WebServerBundle provides commands for running applications using the PHP built-in web server. It simplifies your local development setup because you don't have to configure a proper web server such as Apache or Nginx to run your application.
Stars: ✭ 1,281 (+1323.33%)
Mutual labels:  symfony, symfony-bundle
Swarrotbundle
A symfony bundle for swarrot integration
Stars: ✭ 89 (-1.11%)
Mutual labels:  symfony, symfony-bundle
Minkbundle
Mink library integration bundle for Symfony2
Stars: ✭ 64 (-28.89%)
Mutual labels:  symfony, symfony-bundle
Foselasticabundle
Elasticsearch PHP integration for your Symfony project using Elastica.
Stars: ✭ 1,142 (+1168.89%)
Mutual labels:  symfony, symfony-bundle
Cronos Bundle
Easy update your crontab by using @cron annotations in Symfony commands.
Stars: ✭ 73 (-18.89%)
Mutual labels:  symfony, symfony-bundle
Ddd Symfony Sample
A symfony sample application using DDD
Stars: ✭ 58 (-35.56%)
Mutual labels:  symfony, ddd
Twigextensionsbundle
Useful Twig extensions for your Symfony project.
Stars: ✭ 75 (-16.67%)
Mutual labels:  symfony, symfony-bundle
Sonataclassificationbundle
Symfony SonataClassificationBundle
Stars: ✭ 76 (-15.56%)
Mutual labels:  symfony, symfony-bundle
Syliuselasticsearchplugin
Elasticsearch integration for Sylius apps.
Stars: ✭ 88 (-2.22%)
Mutual labels:  symfony, symfony-bundle
Featureflagsbundle
Symfony2 Bundle to implement Feature Flags to your Application
Stars: ✭ 63 (-30%)
Mutual labels:  symfony, symfony-bundle
Lexikcurrencybundle
This Symfony2 bundle provide a service and a Twig extension to convert and display currencies.
Stars: ✭ 59 (-34.44%)
Mutual labels:  symfony, symfony-bundle
Pugxautocompleterbundle
Add an autocomplete field to your Symfony forms
Stars: ✭ 83 (-7.78%)
Mutual labels:  symfony, symfony-bundle
Pugxgeneratorbundle
An enhancement of SensioGeneratorBundle
Stars: ✭ 58 (-35.56%)
Mutual labels:  symfony, symfony-bundle
Neo4j Symfony
Symfony Bundle for the Neo4j Graph Database
Stars: ✭ 69 (-23.33%)
Mutual labels:  symfony, symfony-bundle
Dictionarybundle
Are you often tired to repeat static choices like gender or civility in your apps ?
Stars: ✭ 79 (-12.22%)
Mutual labels:  symfony, symfony-bundle
Liipurlautoconverterbundle
[DEPRECATED] This bundle will add a Twig Extension for templates with a new filter for automatically converting urls and emails in a string to html links
Stars: ✭ 53 (-41.11%)
Mutual labels:  symfony, symfony-bundle
Fmbbcodebundle
🔠 BBCode bundle for Symfony projects
Stars: ✭ 56 (-37.78%)
Mutual labels:  symfony, symfony-bundle
Dms Filter Bundle
Provides a FilterService for Symfony to allow users to implement input filtering in entities using Annotations
Stars: ✭ 74 (-17.78%)
Mutual labels:  symfony, symfony-bundle

ProophServiceBus (PSB) Symfony bundle

Build Status Coverage Status Gitter

A note about versions

Version 0.4 of the bundle works with prooph/service-bus v6.0 and above.

Use version 0.3 for prooph/service-bus 5.x.

Installation

Installation of this Symfony bundle uses Composer. For Composer documentation, please refer to getcomposer.org.

Run composer require prooph/service-bus-symfony-bundle to install prooph service-bus-symfony-bundle.

See Symfony Proophessor-Do demo application for an example.

Documentation

For the latest online documentation visit http://getprooph.org/.

Documentation is in the doc tree, and can be compiled using bookdown

$ ./vendor/bin/bookdown doc/bookdown.json
$ php -S 0.0.0.0:8080 -t doc/html/

Then browse to http://localhost:8080/

Support

Contribute

Please feel free to fork and extend existing or add new plugins and send a pull request with your changes! To establish a consistent code quality, please provide unit tests for all your changes and may adapt the documentation.

License

Released under the New BSD License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].