2017 © Pedro Peláez
 

symfony-bundle sitemap-bundle

Sitemap bundle on Symfony2

image

tadcka/sitemap-bundle

Sitemap bundle on Symfony2

  • Monday, February 29, 2016
  • by Tadcka
  • Repository
  • 1 Watchers
  • 1 Stars
  • 870 Installations
  • PHP
  • 3 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

SitemapBundle

Build Status Scrutinizer Code Quality Latest Stable Version Total Downloads Latest Unstable Version License, (*1)

Simple web page list manager., (*2)

Installation

Step 1: Download SitemapBundle using composer

Add SitemapBundle in your composer.json:, (*3)

{
    "require": {
        "tadcka/sitemap-bundle": "dev-master"
    }
}

Now tell composer to download the bundle by running the command:, (*4)

``` bash $ php composer.phar update tadcka/sitemap-bundle, (*5)


### Step 2: Enable the bundle Enable the bundle in the kernel: ``` php <?php // app/AppKernel.php public function registerBundles() { $bundles = array( // ... new Tadcka\Bundle\SitemapBundle\TadckaSitemapBundle(), ); }

License

This bundle is under the MIT license. See the complete license in the bundle:, (*6)

Code License: Resources/meta/LICENSE, (*7)

Authors

The bundle was originally created by Tadas Gliaubicas. See the list of contributors., (*8)

The Versions