tohtamysh/sitemap

v2.0 2024-06-13 18:25 UTC

This package is auto-updated.

Last update: 2024-12-13 19:38:08 UTC


README

Create sitemap

$sitemap = new Sitemap();

$sitemap->add($pageURL, $lastModifiedTime);

$sitemap->make($pathToWebRootPath, $siteURL);