PHPackages                             zrashwani/arachnid-sitemap-bundle - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. zrashwani/arachnid-sitemap-bundle

AbandonedSymfony-bundle[Utility &amp; Helpers](/categories/utility)

zrashwani/arachnid-sitemap-bundle
=================================

sitemap generator bundle for Symfony2 via traversing website internal links

1.0.0(11y ago)0137MITPHPPHP &gt;=5.3.0

Since Sep 26Pushed 11y agoCompare

[ Source](https://github.com/zrashwani/ArachnidSitemapBundle)[ Packagist](https://packagist.org/packages/zrashwani/arachnid-sitemap-bundle)[ RSS](/packages/zrashwani-arachnid-sitemap-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (5)Versions (2)Used By (0)

ArachnidSitemapBundle
=====================

[](#arachnidsitemapbundle)

Symfony2 bundle that help you generate sitemap.xml via traversing internal site urls dynamically.

This bundle uses [Arachnid Web Crawler](https://github.com/codeguy/arachnid) to extract site urls and use them to build sitemap.xml file.

How to Install
--------------

[](#how-to-install)

You can install this bundle via [composer](http://getcomposer.org). Add the following to the "require" section of composer.json:

```
"zrashwani/arachnid-sitemap-bundle": "1.*"

```

then run `composer update`

Adding the bundle to your kernel
--------------------------------

[](#adding-the-bundle-to-your-kernel)

To enable the sitemap bundle, add it to your kernel registerBundles() method:

```
use Symfony\Foundation\Kernel;

class MyKernel extends Kernel {
    // ...
    public function registerBundles() {
        return array(
            // ...
            new Zrashwani\ArachnidSitemapBundle\ZrashwaniArachnidSitemapBundle(),
            // ...
        );
    }
}

```

Running sitemap generation command
----------------------------------

[](#running-sitemap-generation-command)

The sitemap generation is implemented as symfony2 command that can be called as following:

php app/console arachnid:sitemap:generate

Optional parameters can be used to add simple customization on sitemap.xml contents and crawler behaviour

- use `--links_depth` to determine to which links level the crawler will operate, default: 3
- use `--sitemap_path` to determine full path of sitemap file to write, default: /path-to-web-directory/sitemap.xml
- use `--frequency` to specify default for all links

make sure your `sitemap_path` is writable to your web server so the command can place sitemap contents correctly.

How to Contribute
-----------------

[](#how-to-contribute)

1. Fork this repository
2. Create a new branch for each feature or improvement
3. Send a pull request from each feature branch

It is very important to separate new features or improvements into separate feature branches, and to send a pull request for each branch. This allows me to review and pull in new features or improvements individually.

All pull requests must adhere to the [PSR-2 standard](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md).

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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

Unknown

Total

1

Last Release

4247d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/298baef5380170ffc9c8f276f59b7f099917717738aa6439ed037db29bb1efff?d=identicon)[zrashwani](/maintainers/zrashwani)

---

Top Contributors

[![zrashwani](https://avatars.githubusercontent.com/u/5447528?v=4)](https://github.com/zrashwani "zrashwani (1 commits)")

---

Tags

Sitemapseo

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/zrashwani-arachnid-sitemap-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/zrashwani-arachnid-sitemap-bundle/health.svg)](https://phpackages.com/packages/zrashwani-arachnid-sitemap-bundle)
```

###  Alternatives

[kphoen/sitemap-bundle

Provides a way to create/generate a sitemap using Doctrine, etc.

2444.8k](/packages/kphoen-sitemap-bundle)[novactive/ezseobundle

Novactive eZ SEO Bundle is an Ibexa Platform bundle for SEO simplications. metas, sitemaps, robots.txt, etc.

26252.0k2](/packages/novactive-ezseobundle)[fomvasss/laravel-meta-tags

A package to manage SEO (meta-tags, xml-fields, etc.)

3028.9k](/packages/fomvasss-laravel-meta-tags)[kphoen/sitemap-generator

Provides a way to create/generate a sitemap using Propel, Doctrine, etc.

1687.8k4](/packages/kphoen-sitemap-generator)[calotype/seo

A package containing SEO helpers.

722.6k](/packages/calotype-seo)[devrabiul/laravel-seo-manager

Laravel SEO Manager is an SEO tool that improves SEO by adding recommended meta tags.

404.8k](/packages/devrabiul-laravel-seo-manager)

PHPackages © 2026

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