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

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

ibrows/simple-seo-bundle
========================

A Symfony2 Bundle to add some SEO functionality

1.9.2(10y ago)06.9k1MITPHPPHP &gt;=5.3.3

Since Dec 2Pushed 5y ago1 watchersCompare

[ Source](https://github.com/ibrows/IbrowsSimpleSeoBundle)[ Packagist](https://packagist.org/packages/ibrows/simple-seo-bundle)[ Docs](http://www.ibrows.ch)[ RSS](/packages/ibrows-simple-seo-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (34)Used By (1)

IbrowsSimpleSeoBundle - Simple Seo
==================================

[](#ibrowssimpleseobundle---simple-seo)

The IbrowsSimpleSeoBundle supports to add an for every route within additional path requirements and supports to add any metaTags to any path

Install &amp; setup the bundle
------------------------------

[](#install--setup-the-bundle)

1. Fetch the source code

    ```
    $ php composer.phar require ibrows/simple-seo-bundle
    ```

    Composer will install the bundle to your project's `ibrows/simple-seo-bundle` directory.
2. Add the bundle to your `AppKernel` class

    ```
    // app/AppKernerl.php
    public function registerBundles()
    {
        $bundles = array(
            // ...
            new Ibrows\SimpleSeoBundle\IbrowsSimpleSeoBundle(),
            // ...
        );
        // ...
    }
    ```
3. Add routing

    ```
    // app/config/routing.yml

    SimpleSeoBundle:
        resource: .
        type:     ibrows_router
        prefix:   /
    ```
4. Generate Schema

    ```
    php app/console doctrine:schema:update  --force
    ```

Minimal configuration
---------------------

[](#minimal-configuration)

This bundle requires Nothing !

Additional configuration
------------------------

[](#additional-configuration)

### Edit default config

[](#edit-default-config)

```
ibrows_simple_seo:
    entity_class: Ibrows\SimpleSeoBundle\Entity\MetaTagContent
    localized_alias: true
    add_query_string: false
    admin:
        allow_create: true
    alias:
        maxLength: 100
        separatorUnique: '-'
        separator: /
        notAllowedCharsPattern: '![^-a-z0-9_\/]+!'
        sortOrder: {  }

```

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity69

Established project with proven stability

 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

Every ~11 days

Recently: every ~25 days

Total

30

Last Release

3845d ago

Major Versions

0.1 → 1.02014-12-02

### Community

Maintainers

![](https://www.gravatar.com/avatar/31dcaa71007628affe5a759a757d17182e05ab88f2b018a46d74c62bc10d8249?d=identicon)[ibrows](/maintainers/ibrows)

---

Top Contributors

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

---

Tags

bundleSymfony2seoibrows

### Embed Badge

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

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

###  Alternatives

[stfalcon/tinymce-bundle

This Bundle integrates TinyMCE WYSIWYG editor into a Symfony2 project.

2692.9M24](/packages/stfalcon-tinymce-bundle)[dmishh/settings-bundle

Database centric Symfony configuration management. Global and per-user settings supported.

115254.9k1](/packages/dmishh-settings-bundle)

PHPackages © 2026

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