Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 480 Bytes

installation.md

File metadata and controls

20 lines (13 loc) · 480 Bytes

Installation

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.

Next steps

Return to the index or start building sitemaps