Download the PHP package darvinstudio/darvin-sitemap-bundle without Composer
On this page you can find all versions of the php package darvinstudio/darvin-sitemap-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download darvinstudio/darvin-sitemap-bundle
More information about darvinstudio/darvin-sitemap-bundle
Files in darvinstudio/darvin-sitemap-bundle
Download darvinstudio/darvin-sitemap-bundle
More information about darvinstudio/darvin-sitemap-bundle
Files in darvinstudio/darvin-sitemap-bundle
Vendor darvinstudio
Package darvin-sitemap-bundle
Short Description This bundle provides simple sitemap generating functionality for Symfony2-based applications.
License MIT
Package darvin-sitemap-bundle
Short Description This bundle provides simple sitemap generating functionality for Symfony2-based applications.
License MIT
Keywords Sitemap
Please rate this library. Is it a good library?
Informations about the package darvin-sitemap-bundle
DarvinSitemapBundle
This bundle provides simple sitemap generating functionality for Symfony2-based applications.
Installation
1. Add bundle to "required" section of composer.json:
2. Download bundle using Composer:
$ /usr/bin/env php composer.phar update darvinstudio/darvin-sitemap-bundle
3. Register bundle in AppKernel.php:
4. Import routing configuration from bundle to app routing configuration:
Usage
1. Create class implementing \Darvin\SitemapBundle\Url\SitemapUrlProviderInterface interface.
2. Define created class as a service and tag it with "darvin_sitemap.url_provider".
3. Target web browser to http://your-domain.com/sitemap.xml to get your sitemap.
Configuration reference
All versions of darvin-sitemap-bundle with dependencies
PHP Build Version
Package Version
Requires
symfony/symfony Version
>=2.7
The package darvinstudio/darvin-sitemap-bundle contains the following files
Loading the files please wait ....