tohtamysh/sitemap

v1.2 2023-04-16 08:52 UTC

This package is auto-updated.

Last update: 2024-04-16 11:21:01 UTC


README

Create sitemap

$sitemap = new Sitemap();

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

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