Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sven-ve/svc-sitemap-bundle
- Owner: Sven-Ve
- License: mit
- Created: 2024-11-29T21:02:25.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-07T16:31:28.000Z (about 1 month ago)
- Last Synced: 2024-12-07T17:22:01.865Z (about 1 month ago)
- Topics: php, sitemap, symfony, symfony-bundle
- Language: PHP
- Homepage:
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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...