PHP Package: spatie/laravel-sitemap
A PHP library for generating SEO-optimized sitemaps in Laravel applications, helping improve search engine visibility and indexing.
Package Description
Laravel Sitemap by Spatie is a powerful toolkit designed to streamline the process of creating sitemaps in Laravel projects. It offers a comprehensive set of features to manage sitemap generation efficiently and boost SEO performance. With support for dynamic content, custom configurations, and ease of integration, this library simplifies the process of ensuring search engines crawl and index your website effectively.
Download Latest Version: 7.3.7

Previous Versions
v7.3.5
v7.3.6 - Coming soon
Code Integration Example
Make sure to include the correct namespace and class paths for proper usage.
<?php
// Example from PHPlibraries.com
require_once 'libs/spatie/laravel-sitemap/7.3.7/loader.php';
require_once 'libs/spatie/laravel/{lib_version}/loader.php';
use Spatie\LaravelSitemap\Sitemap;
$obj = new Sitemap();
echo '✅ Test OK: ' . get_class($obj);
?>
We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.
Community Discussion
Ask questions, share tips, or report issues below.