PHPackages                             l91/seo-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. l91/seo-bundle

ActiveBundle[Utility &amp; Helpers](/categories/utility)

l91/seo-bundle
==============

Symfony based seo bundle to crawl websites

115PHP

Since Jul 31Pushed 8y ago1 watchersCompare

[ Source](https://github.com/alexander-schranz/SeoBundle)[ Packagist](https://packagist.org/packages/l91/seo-bundle)[ RSS](/packages/l91-seo-bundle/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

SeoBundle
=========

[](#seobundle)

Symfony based seo bundle to crawl websites.

Installation
------------

[](#installation)

**Install dependency with composer**

```
composer require l91/seo-bundle:dev-master
```

**Add it to your Kernel**

```
new Stof\DoctrineExtensionsBundle\StofDoctrineExtensionsBundle(),
new L91\Bundle\SeoBundle\L91SeoBundle(),
```

**Add new routes**

```
l91_seo:
    resource: '@L91SeoBundle/Resources/config/routing.xml'
    prefix: /crawler
```

**Gedmo Tree Extension Configuration**

```
doctrine:
    orm:
        mappings:
            gedmo_tree:
                type: xml
                prefix: Gedmo\Tree\Entity
                dir: "%kernel.root_dir%/../vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Entity"
                alias: GedmoTree
                is_bundle: false

stof_doctrine_extensions:
    orm:
        default:
          tree: true
```

**Create database schema**

```
bin/console doctrine:schema:update
```

Usage
-----

[](#usage)

```
bin/console l91:seo:crawl http://www.example.org

```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1698337?v=4)[Alexander Schranz](/maintainers/alexander-schranz)[@alexander-schranz](https://github.com/alexander-schranz)

---

Top Contributors

[![alexander-schranz](https://avatars.githubusercontent.com/u/1698337?v=4)](https://github.com/alexander-schranz "alexander-schranz (18 commits)")

### Embed Badge

![Health badge](/badges/l91-seo-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/l91-seo-bundle/health.svg)](https://phpackages.com/packages/l91-seo-bundle)
```

###  Alternatives

[ergebnis/clock

Provides abstractions of a clock.

301.2M](/packages/ergebnis-clock)[bandwidth-throttle/bandwidth-throttle

Bandwidth throttle at application layer

87139.3k](/packages/bandwidth-throttle-bandwidth-throttle)[serendipity_hq/bundle-features

Manage features and plans in your Symfony app.

1184.3k](/packages/serendipity-hq-bundle-features)

PHPackages © 2026

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