PHPackages                             laravelista/bard - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. laravelista/bard

Abandoned → [https://github.com/spatie/laravel-sitemap](/?search=https%3A%2F%2Fgithub.com%2Fspatie%2Flaravel-sitemap)ArchivedLibrary[Parsing &amp; Serialization](/categories/parsing)

laravelista/bard
================

Laravel friendly Bard that writes sitemap poetry in xml.

2.2.1(7y ago)4715.2k3MITPHPPHP &gt;=5.4

Since Mar 28Pushed 7y ago3 watchersCompare

[ Source](https://github.com/laravelista/Bard)[ Packagist](https://packagist.org/packages/laravelista/bard)[ RSS](/packages/laravelista-bard/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (7)Dependencies (4)Versions (21)Used By (0)

Bard
====

[](#bard)

Bard is the simplest PHP Sitemap package, just add some URLs and you are ready to go.

[![Become a Patron](https://camo.githubusercontent.com/2a6e8a359384b1259a19fe556b4947b475e823aaa36abedab77f69f7fb6c569c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4265636f6d61253230612d506174726f6e2d6639363835342e7376673f7374796c653d666f722d7468652d6261646765)](https://www.patreon.com/shockmario)

**Abandoned!** I suggest using [`spatie/larevel-sitemap`](https://github.com/spatie/laravel-sitemap) instead. It is a much better package with automatic sitemap generation.

Syntax
------

[](#syntax)

```
use Laravelista\Bard\UrlSet;
use Sabre\Xml\Writer;
use Carbon\Carbon;

$sitemap = new UrlSet(new Writer);

$sitemap->addUrl('http://domain.com/contact')
    ->setPriority(0.8)
    ->setChangeFrequency('hourly')
    ->setLastModification(Carbon::now())
    ->addTranslation('hr', 'http://domain.com/hr/contact');

$sitemap->render()->send();

```

Start learning
--------------

[](#start-learning)

### Installation

[](#installation)

Run this from your project root in command line:

```
composer require laravelista/bard

```

### Documentation

[](#documentation)

- [Usage](https://github.com/laravelista/Bard/wiki/Usage)
- [Learn the API](https://github.com/laravelista/Bard/wiki/Learn-the-API)
- [Laravel + Bard](https://github.com/laravelista/Bard/wiki/Laravel-and-Bard)

#### Tutorials

[](#tutorials)

- [Bard 2.0 and Laravel](https://laravelista.com/lessons/bard-20-and-laravel)
- [Creating a Sitemap with Bard 2.0](https://laravelista.com/lessons/creating-a-sitemap-with-bard-20)
- [Sitemap for better SEO](https://laravelista.com/lessons/sitemap-for-better-seo)
- [Create a sitemap with Laravel and Bard](https://laravelista.com/posts/create-a-sitemap-with-laravel-and-bard)

[![Bard](https://camo.githubusercontent.com/54221319b9fb61f20539d71d02381222a84639e0db4f0eb614412bcc66b7a695/687474703a2f2f6e6577732e63646e2e6c65616775656f666c6567656e64732e636f6d2f7075626c69632f696d616765732f70616765732f323031352f6272657665616c2f696d672f50726f6d6f5f426172645f52657665616c5f4d61736b2e706e67)](https://camo.githubusercontent.com/54221319b9fb61f20539d71d02381222a84639e0db4f0eb614412bcc66b7a695/687474703a2f2f6e6577732e63646e2e6c65616775656f666c6567656e64732e636f6d2f7075626c69632f696d616765732f70616765732f323031352f6272657665616c2f696d672f50726f6d6f5f426172645f52657665616c5f4d61736b2e706e67)

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity35

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 98.1% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~67 days

Recently: every ~231 days

Total

20

Last Release

2798d ago

Major Versions

0.11.1 → 1.0.02015-03-31

1.0.1 → 2.0.02017-07-03

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1839930?v=4)[mabasic](/maintainers/mabasic)[@mabasic](https://github.com/mabasic)

---

Top Contributors

[![mabasic](https://avatars.githubusercontent.com/u/1839930?v=4)](https://github.com/mabasic "mabasic (53 commits)")[![gitter-badger](https://avatars.githubusercontent.com/u/8518239?v=4)](https://github.com/gitter-badger "gitter-badger (1 commits)")

---

Tags

bardphpsitemapxmllaravelxmlgoogleSitemap

### Embed Badge

![Health badge](/badges/laravelista-bard/health.svg)

```
[![Health](https://phpackages.com/badges/laravelista-bard/health.svg)](https://phpackages.com/packages/laravelista-bard)
```

###  Alternatives

[rumenx/php-sitemap

Framework-agnostic Sitemap generator for PHP, Laravel, and Symfony.

1.3k15.1k1](/packages/rumenx-php-sitemap)[ultrono/laravel-sitemap

Sitemap generator for Laravel 11, 12 and 13

36412.6k6](/packages/ultrono-laravel-sitemap)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
