skuola/seo-bundle

Symfony 2 bundle with a bunch of utilities for SEO

Installs: 1 608

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 5

Forks: 2

Open Issues: 0

Type:symfony-bundle

1.1 2017-04-18 08:40 UTC

This package is not auto-updated.

Last update: 2024-04-13 17:02:14 UTC


README

##Installation

Install the bundle:

composer require skuola/seo-bundle

Register the bundle in app/AppKernel.php:

<?php
// app/AppKernel.php
public function registerBundles()
{
    return array(
        // ...
        new OpenSkuola\SeoBundle\OpenSkuolaSeoBundle()
    );
}