simple-bus / jms-serializer-bundle-bridge
Symfony bundle for using JMSSerializer as message serializer for SimpleBus/Asynchronous
Installs: 691 472
Dependents: 7
Suggesters: 1
Security: 0
Stars: 10
Watchers: 3
Forks: 4
Type:symfony-bundle
Requires
- php: ^8.0
- jms/serializer-bundle: ^4.0
- simple-bus/asynchronous-bundle: ^6.0
- simple-bus/jms-serializer-bridge: ^6.0
- symfony/config: ^5.4 || ^6.0
- symfony/dependency-injection: ^5.4 || ^6.0
- symfony/framework-bundle: ^5.4 || ^6.0
Requires (Dev)
- ergebnis/composer-normalize: ^2.11
- phpunit/phpunit: ^9.5.5
- symfony/phpunit-bridge: ^6.0
Conflicts
- doctrine/annotations: <1.10.4
- jms/metadata: <2.5.2
- jms/serializer: <3.2.0
README
By Matthias Noback, Cliff Odijk, Ruud Kamphuis
This library contains a Symfony bundle which configures the ObjectSerializer
from
SimpleBus/JMSSerializerBridge as the default object serializer for
SimpleBus/AsynchronousBundle. You only need to enable the
SimpleBusJMSSerializerBundleBridgeBundle
in your AppKernel
to accomplish this.