Download the PHP package florianajir/rabbitmq-sql-bundle without Composer
On this page you can find all versions of the php package florianajir/rabbitmq-sql-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download florianajir/rabbitmq-sql-bundle
More information about florianajir/rabbitmq-sql-bundle
Files in florianajir/rabbitmq-sql-bundle
Package rabbitmq-sql-bundle
Short Description RabbitMQ to sql consumer, using doctrine/dbal and php-amqplib/rabbitmq-bundle
License MIT
Homepage https://github.com/florianajir/rabbitmq-sql-bundle
Informations about the package rabbitmq-sql-bundle
Rabbitmq-sql-worker
About
The RabbitMqSqlBundle is a symfony worker to provide rabbitmq message persistence for your application using the php-amqplib/rabbitmq-bundle and doctrine/dbal libraries.
You just need to configure the mapping in yml and execute a command, a simple and scalable rabbitmq to sql consumer to persist your entities:
Features
- mapping yml config (doctrine like)
- Insert records
- Update records
- Relational records : oneToOne, oneToMany, manyToOne, manyToMany
- Update, Delete relations
- Foreign keys support
Examples
Following example shows you the consuming process to persist in database a simple subscriber from an asynchronous message data.
RabbitMQ incoming message data:
SQL requests output:
Take more inspiration from Examples documentation
License
This application is under the MIT license. See the complete license in this file :
Resources/meta/LICENSE
Installation
For Symfony Framework >= 2.3
Require the worker and its dependencies with composer:
Register this bundles:
Configuration
You have to configure the rabbitmq and the database and define message structures and database mapping.
- Rabbitmq-sql Configuration
- Mapping Documentation
Enjoy !
All versions of rabbitmq-sql-bundle with dependencies
symfony/framework-bundle Version ~2.3|~3.0
php-amqplib/rabbitmq-bundle Version ~1.6
doctrine/dbal Version ^2.5
jms/serializer Version ^1.1
jms/serializer-bundle Version ^1.1