Sitemap icon indicating copy to clipboard operation
Sitemap copied to clipboard

PHP XML Sitemap Generation

Results 7 Sitemap issues
Sort by recently updated
recently updated
newest added

For example using code in "Basic Usage" with an array `['https://www.example.com/my-url', '2010-05-29T01:17:35+00:00', 'monthly', '0.5']` I got on my screen only output like this: ``` https://www.example.com/my-url2010-05-29T01:17:35+00:00monthly0.5 ``` No XML document created....

There is a bug in the latest version on Packagist. This bug has been fixed in this repository, but it is not reflected in the version of Packagist. Is there...

## Description @ThePixelDeveloper re PR https://github.com/ThePixelDeveloper/Sitemap/pull/69 - it seems this has been tagged in `4.5.6` but it looks like it should have been tagged as `5.1.4`? The change in _this_...

## Description I improved the readme a bit making the use extensions more clear. Let me know if your happy about this change or want to see something different.

**Is your feature request related to a problem? Please describe.** reduce need for "boilerplate" functions **Describe the solution you'd like** I found myself implementing static factory functions to easily assemble...

**Is your feature request related to a problem? Please describe.** It would be nice to have constants for changeFreq available options are: ```always hourly daily weekly monthly yearly never``` **Describe...