https://github.com/camelotproject/sitemap
https://github.com/camelotproject/sitemap
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/camelotproject/sitemap
- Owner: CamelotProject
- License: mit
- Created: 2019-11-22T09:04:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-09-21T13:14:11.000Z (over 3 years ago)
- Last Synced: 2025-01-13T08:27:04.524Z (over 1 year ago)
- Language: PHP
- Size: 393 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
Sitemap
=======
[](https://travis-ci.com/CamelotProject/Sitemap)
The Sitemap provides a way to create xml sitemaps using any source
you want (Doctrine, Propel, MongoDB, Faker, etc.).
This bundle aims to generate standards compliant sitemaps. For more information
about sitemaps go to [sitemaps.org](http://www.sitemaps.org/).
Main features
-------------
* static sitemap generation
* dynamic sitemap generation
* sitemap indexes support
* memory efficient
* datasource independent
* support for media content (currently images and videos)
Documentation
-------------
The documentation can be found in the `doc/` directory.
[Read the Documentation](https://github.com/CamelotProject/Sitemap/blob/master/doc/index.md)
Installation
------------
All the installation instructions are in the [documentation](https://github.com/CamelotProject/Sitemap/blob/master/doc/installation.md).
License
-------
This library is under the [MIT](https://github.com/CamelotProject/Sitemap/blob/master/LICENSE) license.