Download the PHP package alengo/alengo-cache-warmup-bundle without Composer
On this page you can find all versions of the php package alengo/alengo-cache-warmup-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download alengo/alengo-cache-warmup-bundle
More information about alengo/alengo-cache-warmup-bundle
Files in alengo/alengo-cache-warmup-bundle
Package alengo-cache-warmup-bundle
Short Description Cache Warmup Bundle
License MIT
Homepage https://github.com/alengodev/alengoCacheWarmupBundle
Informations about the package alengo-cache-warmup-bundle
Sulu AlengoCacheWarmupBundle
This bundle provides a cache warmup mechanism for each URL in your sitemap.xml of your webspace(s). It uses Symfony Messenger to handle the warmup process asynchronously.
Requirements
- PHP 8.2
- Symfony >=7.2
Install the bundle
Execute the following composer command
Enable the bundle
Enable the bundle by adding it to the list of registered bundles in the config/bundles.php
file of your project:
Configure the Bundle
config/packages/messages.yaml
Configure the Cache Warmup
config/packages/alengo_cache_warmup.yaml
.env variables to get an email notification when the cache warmup is done
Be sure you have installed the Symfony Messenger and configured it properly.
All versions of alengo-cache-warmup-bundle with dependencies
eliashaeussler/cache-warmup Version ^4.1
sulu/sulu Version ^2.6
symfony/config Version ^7.2
symfony/dependency-injection Version ^7.2
symfony/doctrine-messenger Version ^7.2
symfony/framework-bundle Version ^7.2
symfony/http-foundation Version ^7.2
symfony/http-kernel Version ^7.2
symfony/mailer Version ^7.2
symfony/messenger Version ^7.2
symfony/serializer Version ^7.2
symfony/twig-bundle Version ^7.2