An open API service indexing awesome lists of open source software.

https://github.com/kygost/php-sitemapper

An automatic site mapper for PHP
https://github.com/kygost/php-sitemapper

php sitemap sitemap-generator sitemap-xml sitemapper xml

Last synced: about 1 year ago
JSON representation

An automatic site mapper for PHP

Awesome Lists containing this project

README

          

A basic XML sitemapper, place into your root (public_html) folder and go to the URL, '[domain]/sitemapper'.

If you want to simply view all files as their links, go to the plain URL, if you want to view the XML file, go to '[domain]/sitemapper?xml'; if you want to update your sitemap, go to '[domain]/sitemapper?xml&update'.

The updated sitemap will be the 'sitemap.xml' file in the directory that your sitemaper is in.

If you wish to just go to a certain directory past your home, go to '[domain]/sitemapper?dir=[directory]' or '[domain]/sitemapper?xml&dir=[directory]'