Download the PHP package nucleos/seo-bundle without Composer
On this page you can find all versions of the php package nucleos/seo-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download nucleos/seo-bundle
More information about nucleos/seo-bundle
Files in nucleos/seo-bundle
Package seo-bundle
Short Description Seo components
License MIT
Homepage https://nucleos.rocks
Informations about the package seo-bundle
NucleosSeoBundle
The NucleosSeoBundle is a fork of SonataSeoBundle which respects BC. It also provides sitemap functionality of the deprecated NucleosSitemapBundle.
Installation
Open a command console, enter your project directory and execute the following command to download the latest stable version of this library:
Enable the Bundle
Then, enable the bundle by adding it to the list of registered bundles in config/bundles.php
file of your project:
Configure the Bundle
Create a configuration file called nucleos_seo.yaml
:
If you want to use symfony cache, you should define a new cache pool (PSR 6) and create an adapter to map it to a simple cache (PSR 16):
Add static entries
You can add static entries in your yaml config:
Add a custom sitemap
If you want to create a custom sitemap, the only thing you have to do is to create a service that uses
Nucleos\SeoBundle\Sitemap\SitemapServiceInterface
and tag the service with nucleos_seo.sitemap
.
License
This bundle is under the MIT license.
All versions of seo-bundle with dependencies
ext-json Version *
psr/cache Version ^1.0 || ^2.0 || ^3.0
psr/simple-cache Version ^1.0 || ^2.0 || ^3.0
sonata-project/block-bundle Version ^4.21 || ^5.0
symfony/config Version ^6.4 || ^7.0
symfony/dependency-injection Version ^6.4 || ^7.0
symfony/form Version ^6.4 || ^7.0
symfony/framework-bundle Version ^6.4 || ^7.0
symfony/http-foundation Version ^6.4 || ^7.0
symfony/http-kernel Version ^6.4 || ^7.0
symfony/options-resolver Version ^6.4 || ^7.0
twig/twig Version ^2.9 || ^3.0