Download the PHP package halloverden/symfony-messenger-queue-notifications-bundle without Composer
On this page you can find all versions of the php package halloverden/symfony-messenger-queue-notifications-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download halloverden/symfony-messenger-queue-notifications-bundle
More information about halloverden/symfony-messenger-queue-notifications-bundle
Files in halloverden/symfony-messenger-queue-notifications-bundle
Package symfony-messenger-queue-notifications-bundle
Short Description Symfony messenger queue notifications
License MIT
Informations about the package symfony-messenger-queue-notifications-bundle
Installation
Make sure Composer is installed globally, as explained in the installation chapter of the Composer documentation.
Applications that use Symfony Flex
Open a command console, enter your project directory and execute:
Applications that don't use Symfony Flex
Step 1: Download the Bundle
Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:
Step 2: Enable the Bundle
Then, enable the bundle by adding it to the list of registered bundles
in the config/bundles.php
file of your project:
Step 3: Create and execute migration
The event_sent table needs to be created. To do this, execute:
Documentation
The source of the documentation is stored in the docs/
folder in this bundle:
Read the documentation
All versions of symfony-messenger-queue-notifications-bundle with dependencies
symfony/framework-bundle Version ^6.4|^7.1
doctrine/doctrine-bundle Version ^2.13
doctrine/orm Version ^2.18|^3.2
symfony/lock Version ^6.4|^7.1
symfony/rate-limiter Version ^6.4|^7.1
symfony/messenger Version ^6.4|^7.1