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

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

astina/seo-bundle
=================

Allows management of page title, meta description and meta keywords.

0.1.3(13y ago)0595PHP

Since Feb 27Pushed 12y ago2 watchersCompare

[ Source](https://github.com/astina/AstinaSeoBundle)[ Packagist](https://packagist.org/packages/astina/seo-bundle)[ RSS](/packages/astina-seo-bundle/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (5)Used By (0)

AstinaSeoBundle
===============

[](#astinaseobundle)

Allows management of page title, meta description and meta keywords.

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

[](#installation)

### Step 1: Add to composer.json

[](#step-1-add-to-composerjson)

```
"require" :  {
    // ...
    "astina/seo-bundle":"dev-master",
}

```

### Step 2: Enable the bundle

[](#step-2-enable-the-bundle)

Enable the bundle in the kernel:

```
