Download the PHP package mubat/yii2-sitemap-generator without Composer
On this page you can find all versions of the php package mubat/yii2-sitemap-generator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package yii2-sitemap-generator
yii2-sitemap-generator
Simple widget for Yii2 framework to generate sitemap.
Support XML format generation.
Support multi language.
Installation
Composer
The preferred way to install this extension is through Composer.
Either run
or add to the require section of your
Widget contains 2 models:
- Sitemap - base model. It contains SitemapElement array and methods to generate XML.
If
$languages
array published, model will generate 'alternate' links. - SitemapElement - represents one
<url>
element. It contains:$loc
- requrired - page url (as array). Before insert into XML it will be process byyii2\helpers\Url::toRoute()
method.$updated_at
- optional - last page update;$changefreq
- requrired, default'weekly'
- from class constant.$priority
- requrired, default0.4
- page priority.
All versions of yii2-sitemap-generator with dependencies
PHP Build Version
Package Version
The package mubat/yii2-sitemap-generator contains the following files
Loading the files please wait ....