PHP Class to generate a Google Sitemap in various formats (XML - list of URLs, images, news, and video sitemaps); it originally only supported XML. Rewritten from older PHP v5.6 code to v8.2 and retooled to use PHP's XMLWriter extension with about 100 less lines of code. On the dev side, it uses PHPUnit for unit testing.
-
Updated
May 7, 2024 - PHP