Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sven-ve/svc-sitemap-bundle

A symfony bundle to create easy sitemaps
https://github.com/sven-ve/svc-sitemap-bundle

php sitemap symfony symfony-bundle

Last synced: about 1 month ago
JSON representation

A symfony bundle to create easy sitemaps

Awesome Lists containing this project

README

        

# SvcSitemapBundle

[![CI](https://github.com/Sven-Ve/svc-sitemap-bundle/actions/workflows/php.yml/badge.svg)](https://github.com/Sven-Ve/svc-sitemap-bundle/actions/workflows/php.yml)
[![Latest Stable Version](https://poser.pugx.org/svc/sitemap-bundle/v)](https://packagist.org/packages/svc/sitemap-bundle)
[![License](https://poser.pugx.org/svc/sitemap-bundle/license)](https://packagist.org/packages/svc/sitemap-bundle)
[![Total Downloads](https://poser.pugx.org/svc/sitemap-bundle/downloads)](https://packagist.org/packages/svc/sitemap-bundle)
[![PHP Version Require](http://poser.pugx.org/svc/sitemap-bundle/require/php)](https://packagist.org/packages/svc/sitemap-bundle)

### This bundle create an easy XML sitemap in a Symfony application

> [!CAUTION]
> The bundle is still at a very early stage, errors may occur!

### Short example

```xml


https://seli.li/
2024-12-06T20:07:44+01:00
weekly
1.0


https://seli.li/login
2024-12-06T20:07:44+01:00
monthly
0.1

```

* [Installation](docs/01-installation.md)
* [Configuration](docs/02-config.md)
* [Static routes](docs/03-static_routes.md)
* [Dynamic routes](docs/04-dynamic_routes.md)
* [Dumping sitemap.xml](docs/05-dump_sitemap.md)

> [!NOTE]
> Many thanks to the creators of the [PrestaSitemapBundle](https://github.com/prestaconcept/PrestaSitemapBundle).
> From there I got many ideas and sometimes also some code...