2017 © Pedro Peláez
 

symfony-bundle sitemap-bundle

4devs SitemapBundle

image

fdevs/sitemap-bundle

4devs SitemapBundle

  • Friday, June 17, 2016
  • by andrey1s
  • Repository
  • 3 Watchers
  • 0 Stars
  • 692 Installations
  • PHP
  • 0 Dependents
  • 2 Suggesters
  • 1 Forks
  • 1 Open issues
  • 9 Versions
  • 0 % Grown

The README.md

SitemapBundle

Build Status, (*1)

Documentation

use rules Sitemaps XML format for the generate sitemap, (*2)

Installation

Bundle uses Composer, please checkout the composer website for more information., (*3)

The simple following command will install sitemap-bundle into your project. It also add a new entry in your composer.json and update the composer.lock as well., (*4)

composer require fdevs/sitemap-bundle

add to your app/AppKernel.php, (*5)

<?php

use Symfony\Component\HttpKernel\Kernel;
use Symfony\Component\Config\Loader\LoaderInterface;

class AppKernel extends Kernel
{
    /**
     * {@inheritdoc}
     */
    public function registerBundles()
    {
        $bundles = [
        //....
            new FDevs\SitemapBundle\FDevsSitemapBundle(),
        ];
        //....

        return $bundles;
    }
    //....
}

License

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

LICENSE

Reporting an issue or a feature request

Issues and feature requests are tracked in the Github issue tracker., (*7)

When reporting a bug, it may be a good idea to reproduce it in a basic project built using the Symfony Standard Edition to allow developers of the bundle to reproduce the issue by simply cloning it and following some steps., (*8)


Created by 4devs - Check out our blog for more insight into this and other open-source projects we release., (*9)

The Versions

17/06 2016

2.0.x-dev

2.0.9999999.9999999-dev https://github.com/4devs/sitemap-bundle

4devs SitemapBundle

  Sources   Download

MIT

The Requires

 

sitemap

17/06 2016
17/06 2016

2.0.0

2.0.0.0 https://github.com/4devs/sitemap-bundle

4devs SitemapBundle

  Sources   Download

MIT

The Requires

 

sitemap

05/06 2015

1.0.x-dev

1.0.9999999.9999999-dev https://github.com/4devs/SitemapBundle

4devs SitemapBundle

  Sources   Download

MIT

The Requires

 

geo

28/12 2014
30/08 2014