The recommended way to install SitemapGenerator is through composer.
composer require camelot/sitemap-generator
Now you can add the autoloader, and you will have access to the library:
require 'vendor/autoload.php';
You're done.
The recommended way to install SitemapGenerator is through composer.
composer require camelot/sitemap-generator
Now you can add the autoloader, and you will have access to the library:
require 'vendor/autoload.php';
You're done.