Download the PHP package mima/yii2-sitemap-generator without Composer
On this page you can find all versions of the php package mima/yii2-sitemap-generator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mima/yii2-sitemap-generator
More information about mima/yii2-sitemap-generator
Files in mima/yii2-sitemap-generator
Download mima/yii2-sitemap-generator
More information about mima/yii2-sitemap-generator
Files in mima/yii2-sitemap-generator
Vendor mima
Package yii2-sitemap-generator
Short Description Library for create and write sitemap.xml for you site. Yii2 implementation.
License MIT
Package yii2-sitemap-generator
Short Description Library for create and write sitemap.xml for you site. Yii2 implementation.
License MIT
Please rate this library. Is it a good library?
Informations about the package yii2-sitemap-generator
Yii2 Sitemap Generator
This library is implementation of mima/sitemap-generator for yii2 framework. It delivers a custom component and writer based on yii2 features. Documentation about sitemap generator library you can find here.
- Installation
- Usage
Installation
Install with composer from command line:
Or add dependency to require section in your composer.json:
Usage
Configure component on runtime:
Configure in application config:
The following are valid settings:
- directoryToSaveSitemap - real path or yii alias to directory, where sitemap will be saved
- fileName - name of sitemap file
- extractor - name of class instance of
SitemapGenerator\Extractor\DataExtractorInterface
- generatorFactory - name of class instance of
SitemapGenerator\Factory\GeneratorFactoryInterface
For generating sitemap call generate
method:
All versions of yii2-sitemap-generator with dependencies
PHP Build Version
Package Version
The package mima/yii2-sitemap-generator contains the following files
Loading the files please wait ....