PHPackages                             enlitepro/enlite-sitemap - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. enlitepro/enlite-sitemap

ActiveLibrary[Framework](/categories/framework)

enlitepro/enlite-sitemap
========================

The ZF2 module for generation static site map

v1.2.0(11y ago)1461PHPPHP &gt;=5.4

Since Dec 3Pushed 11y ago4 watchersCompare

[ Source](https://github.com/enlitepro/enlite-sitemap)[ Packagist](https://packagist.org/packages/enlitepro/enlite-sitemap)[ RSS](/packages/enlitepro-enlite-sitemap/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (2)Versions (6)Used By (0)

The sitemap module for Zend Framework 2
=======================================

[](#the-sitemap-module-for-zend-framework-2)

INSTALL
=======

[](#install)

The recommended way to install is through composer.

```
{
    "require": {
        "enlitepro/enlite-sitemap": "1.0.*"
    }
}
```

USAGE
=====

[](#usage)

Add `EnliteSitemap` to your `config/application.config.php` to enable module.

Static urls you can added to the navigation in section "sitemap".

For dynamic urls you need:

1. Add implementation EnliteSitemap\\Navigation\\DynamicPagesInterface to any service. This service must be available for get with help the service locator.
2. Add a key of the service to

```
[
    'EnliteSitemap' => [
            'common' => [
                'dynamic_pages' => [
                    'YouService'
                ],
            ],
        ],
]
```

Configure
=========

[](#configure)

For example config:

```
[
    'EnliteSitemap' => [
            'common' => [
                // The name site map or site map index (if some files)
                'index_file' => 'sitemap.xml',
                // The name of site map. Use when a site map is some files
                'non_index_file' => 'sitemap%d.xml',
                'public_path' => 'public',
                'limit_url_in_file' => 50000,
                'dynamic_pages' => [],
            ],
            // URL for all links in site map
            'url' => [
                'host' => 'my.site.com',
                'port' => 80,
                'scheme' => 'http',
            ]
        ],
]
```

Notice
======

[](#notice)

For create Zend\\Navigation\\Page\\Mvc, we recommend use EnliteSitemap\\Service\\SitemapService::factoryMVCPage()

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 94.7% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~69 days

Total

5

Last Release

4264d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6265ea04a3505d2b2a5efefebf9ba98cad2e59c5ce8af931f23aca39be0af2a2?d=identicon)[Sysanin](/maintainers/Sysanin)

---

Top Contributors

[![Sysaninster](https://avatars.githubusercontent.com/u/3197583?v=4)](https://github.com/Sysaninster "Sysaninster (18 commits)")[![RickGeanini](https://avatars.githubusercontent.com/u/8191554?v=4)](https://github.com/RickGeanini "RickGeanini (1 commits)")

---

Tags

frameworkzf2Sitemapzendframework2

### Embed Badge

![Health badge](/badges/enlitepro-enlite-sitemap/health.svg)

```
[![Health](https://phpackages.com/badges/enlitepro-enlite-sitemap/health.svg)](https://phpackages.com/packages/enlitepro-enlite-sitemap)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
