soflomo / sitemap
Sitemap module for Zend Framework 2
Installs: 5 421
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 4
Forks: 2
Open Issues: 1
Requires
- php: >=5.3.3.
- zendframework/zend-mvc: >=2.0,<2.3
- zendframework/zend-navigation: >=2.0,<2.3
This package is not auto-updated.
Last update: 2024-11-04 11:52:57 UTC
README
Soflomo\Sitemap is a simple sitemap generation module for Zend Framework 2. It provides a html version and XML version of the sitemap using Zend\Navigation
.
Installation
Soflomo\Sitemap can be loaded via composer. Require soflomo/sitemap
. The current version is tagged as 0.1.0, so you can use the constraint >=0.1.0,<0.2.0-dev
. After the module is loaded, do not forget to enable it in your application.config.php under the module name Soflomo\Sitemap
.
Usage
Visit /sitemap
for the html version. The /sitemap/xml
is the XML version for the sitemap. Soflomo\Sitemap uses the default navigation container. If you want to set another container to be rendered, inject this container in the navigation view helper prior to the dispatch of the Soflomo\Sitemap\Controller\SitemapController
.