{"id":13545671,"url":"https://github.com/LaraPalCom/laravel-sitemap","last_synced_at":"2025-04-02T15:31:49.057Z","repository":{"id":8721017,"uuid":"10392044","full_name":"LaraPalCom/laravel-sitemap","owner":"LaraPalCom","description":"Laravelium Sitemap generator for Laravel.","archived":true,"fork":false,"pushed_at":"2022-02-09T18:39:59.000Z","size":334,"stargazers_count":1310,"open_issues_count":44,"forks_count":276,"subscribers_count":42,"default_branch":"master","last_synced_at":"2024-05-20T02:14:42.445Z","etag":null,"topics":["composer","laravel","php","sitemap"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LaraPalCom.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG-2.7.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-05-30T21:09:32.000Z","updated_at":"2024-04-02T10:19:54.000Z","dependencies_parsed_at":"2022-08-25T12:00:57.791Z","dependency_job_id":null,"html_url":"https://github.com/LaraPalCom/laravel-sitemap","commit_stats":null,"previous_names":["laravelium/laravel-sitemap"],"tags_count":25,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LaraPalCom%2Flaravel-sitemap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LaraPalCom%2Flaravel-sitemap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LaraPalCom%2Flaravel-sitemap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LaraPalCom%2Flaravel-sitemap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LaraPalCom","download_url":"https://codeload.github.com/LaraPalCom/laravel-sitemap/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246841861,"owners_count":20842659,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["composer","laravel","php","sitemap"],"created_at":"2024-08-01T11:01:09.024Z","updated_at":"2025-04-02T15:31:44.050Z","avatar_url":"https://github.com/LaraPalCom.png","language":"PHP","funding_links":[],"categories":["PHP"],"sub_categories":[],"readme":"# **[Laravelium Sitemap](https://laravelium.com) package**\r\n\r\n[![License](https://poser.pugx.org/laravelium/sitemap/license)](https://packagist.org/packages/laravelium/sitemap) [![PHP tests](https://github.com/Laravelium/laravel-sitemap/workflows/PHP%20tests/badge.svg?branch=master)](https://github.com//Laravelium/laravel-sitemap/actions?query=workflow%3A%22PHP+tests%22) [![Maintainability](https://api.codeclimate.com/v1/badges/c7b8c0079addb1217836/maintainability)](https://codeclimate.com/github/Laravelium/laravel-sitemap/maintainability) [![Test Coverage](https://api.codeclimate.com/v1/badges/c7b8c0079addb1217836/test_coverage)](https://codeclimate.com/github/Laravelium/laravel-sitemap/test_coverage) [![Style Status](https://github.styleci.io/repos/10392044/shield?style=normal\u0026branch=master)](https://github.styleci.io/repos/10392044) [![Latest Stable Version](https://poser.pugx.org/laravelium/sitemap/v/stable)](https://packagist.org/packages/laravelium/sitemap) [![Total Downloads](https://poser.pugx.org/laravelium/sitemap/downloads)](https://packagist.org/packages/laravelium/sitemap)\r\n\r\n*Laravelium Sitemap generator for Laravel.*\r\n\r\n## Notes\r\n\r\n- Dev Branches are for development and are **UNSTABLE** (*use on your own risk*)!\r\n\r\n## Installation\r\n\r\nRun the following command and provide the latest stable version (e.g v8.\\*) :\r\n\r\n```bash\r\ncomposer require laravelium/sitemap\r\n```\r\n\r\n*or add the following to your `composer.json` file :*\r\n\r\n#### For Laravel 8\r\n```json\r\n\"laravelium/sitemap\": \"8.*\"\r\n```\r\n(development branch)\r\n```json\r\n\"laravelium/sitemap\": \"8.x-dev\"\r\n```\r\n\r\n#### For Laravel 7\r\n```json\r\n\"laravelium/sitemap\": \"7.*\"\r\n```\r\n(development branch)\r\n```json\r\n\"laravelium/sitemap\": \"7.x-dev\"\r\n```\r\n\r\n#### For Laravel 6\r\n```json\r\n\"laravelium/sitemap\": \"6.*\"\r\n```\r\n(development branch)\r\n```json\r\n\"laravelium/sitemap\": \"6.x-dev\"\r\n```\r\n\r\n#### For Laravel 5.8\r\n```json\r\n\"laravelium/sitemap\": \"3.1.*\"\r\n```\r\n(development branch)\r\n```json\r\n\"laravelium/sitemap\": \"3.1.x-dev\"\r\n```\r\n\r\n#### For Laravel 5.7\r\n```json\r\n\"laravelium/sitemap\": \"3.0.*\"\r\n```\r\n(development branch)\r\n```json\r\n\"laravelium/sitemap\": \"3.0.x-dev\"\r\n```\r\n\r\n#### For Laravel 5.6\r\n```json\r\n\"laravelium/sitemap\": \"2.8.*\"\r\n```\r\n(development branch)\r\n```json\r\n\"laravelium/sitemap\": \"2.8.x-dev\"\r\n```\r\n\r\n#### For Laravel 5.5\r\n```json\r\n\"laravelium/sitemap\": \"2.7.*\"\r\n```\r\n(development branch)\r\n```json\r\n\"laravelium/sitemap\": \"2.7.x-dev\"\r\n```\r\n\r\n*Publish needed assets (styles, views, config files) :*\r\n\r\n```bash\r\nphp artisan vendor:publish --provider=\"Laravelium\\Sitemap\\SitemapServiceProvider\"\r\n```\r\n**Note:** *Composer won't update them after `composer update`, you'll need to do it manually!*\r\n\r\n## Examples\r\n\r\n- [How to generate dynamic sitemap (with optional caching)](https://github.com/Laravelium/laravel-sitemap/wiki/Dynamic-sitemap)\r\n\r\n- [How to generate BIG sitemaps (with more than 1M items)](https://github.com/Laravelium/laravel-sitemap/wiki/Sitemap-index)\r\n\r\n- [How to generate sitemap to a file](https://github.com/Laravelium/laravel-sitemap/wiki/Generate-sitemap)\r\n\r\n- [How to use multiple sitemaps with sitemap index](https://github.com/Laravelium/laravel-sitemap/wiki/Generate-BIG-sitemaps)\r\n\r\nand more in the [Wiki](https://github.com/Laravelium/laravel-sitemap/wiki).\r\n\r\n## Contribution guidelines\r\n\r\nBefore submiting new merge request or creating new issue, please read [contribution guidelines](https://gitlab.com/Laravelium/Sitemap/blob/master/CONTRIBUTING.md).\r\n\r\n## License\r\n\r\nThis package is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FLaraPalCom%2Flaravel-sitemap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FLaraPalCom%2Flaravel-sitemap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FLaraPalCom%2Flaravel-sitemap/lists"}