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

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

twin-elements/seo-bundle
========================

SEO bundle for CMS

v1.1.3(1y ago)01232MITPHPPHP ^7.1 || ^8.0

Since Sep 21Pushed 1y ago1 watchersCompare

[ Source](https://github.com/twin-elements/seo-bundle)[ Packagist](https://packagist.org/packages/twin-elements/seo-bundle)[ RSS](/packages/twin-elements-seo-bundle/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (7)Dependencies (2)Versions (8)Used By (2)

add `TwinElements\SeoBundle\TwinElementsSeoBundle::class => ['all' => true],` in bundles.php

add Seo to entity

```
/**
 * @ORM\Table(name="test")
 */
class Test implements SeoInterface
{
    use SeoTrait;
}

```

add Seo fields to forms

```
class TesteType extends AbstractType
{
    public function buildForm(FormBuilderInterface $builder, array $options)
    {
        $builder->add('seo', SeoType::class);
    }
}

```

add in form layout

```
{% use '@TwinElementsSeo/seo-fields.html.twig' %}

```

Displaying meta tags on the page

```
TestController extends AbstractController{
    public function test(SeoMetaGenerator $seoGenerator){

        $seo = new Seo();

        $seoGenerator->generate($seo, $url, $imageUrl);

    }
}

```

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance43

Moderate activity, may be stable

Popularity10

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity61

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 ~216 days

Recently: every ~246 days

Total

7

Last Release

449d ago

PHP version history (2 changes)v1.0.0PHP ^7.1.3

v1.0.2PHP ^7.1 || ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/ad729a699b734ec9098b169b396f7c686c5eb920bd04d20b29f346b592f59ee8?d=identicon)[kolarian](/maintainers/kolarian)

---

Top Contributors

[![twin-elements](https://avatars.githubusercontent.com/u/17727266?v=4)](https://github.com/twin-elements "twin-elements (5 commits)")

### Embed Badge

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

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

###  Alternatives

[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1189.8k](/packages/rcsofttech-audit-trail-bundle)[symfony/ai-bundle

Integration bundle for Symfony AI components

32642.2k23](/packages/symfony-ai-bundle)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1616.4k12](/packages/2lenet-crudit-bundle)

PHPackages © 2026

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