PHPackages                             hettiger/seo-aggregator - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. hettiger/seo-aggregator

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

hettiger/seo-aggregator
=======================

Generate sitemap.xml and robots.txt files in Laravel or any PHP Application with ease.

1.1.1(12y ago)293715[1 issues](https://github.com/hettiger/seo-aggregator/issues)MITPHPPHP &gt;=5.4.0

Since Feb 9Pushed 12y ago3 watchersCompare

[ Source](https://github.com/hettiger/seo-aggregator)[ Packagist](https://packagist.org/packages/hettiger/seo-aggregator)[ RSS](/packages/hettiger-seo-aggregator/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (7)Dependencies (3)Versions (10)Used By (0)

SEO Aggregator
--------------

[](#seo-aggregator)

[![Latest Stable Version](https://camo.githubusercontent.com/60a2e22d0772e4d649c3a68034419a0f36a14f7f8a07014a37ca6b0795c34896/68747470733a2f2f706f7365722e707567782e6f72672f68657474696765722f73656f2d61676772656761746f722f76657273696f6e2e706e67)](https://packagist.org/packages/hettiger/seo-aggregator) [![Build Status](https://camo.githubusercontent.com/877f648cda0c2f48300c28020050046b9a954b4eecc25a6080e784c6543e717e/68747470733a2f2f7472617669732d63692e6f72672f68657474696765722f73656f2d61676772656761746f722e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/hettiger/seo-aggregator) [![Scrutinizer Quality Score](https://camo.githubusercontent.com/5536cb6e8bccacdb0174772c39ce80d9eff1c09848189a3d4630df75a8cd2d86/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f68657474696765722f73656f2d61676772656761746f722f6261646765732f7175616c6974792d73636f72652e706e673f733d35316430663666303862633466346639303564333462643633336363626563646230346366646330)](https://scrutinizer-ci.com/g/hettiger/seo-aggregator/) [![License](https://camo.githubusercontent.com/fd9c884e22fdd3caddee35da0a4dcff1898bcb27adb82e57185e43aeac5ddbdf/68747470733a2f2f706f7365722e707567782e6f72672f68657474696765722f73656f2d61676772656761746f722f6c6963656e73652e706e67)](https://packagist.org/packages/hettiger/seo-aggregator)

Generate sitemap.xml and robots.txt files in Laravel or any PHP Application with ease.

This package allows you throwing [Eloquent Models](https://github.com/illuminate/database) at it in order to generate sitemap.xml + robots.txt files. It is mainly desired for use with [Laravel 4](http://laravel.com). Anyways it's developed with the whole PHP Community in mind.

### Brief Example for Usage with Laravel 4

[](#brief-example-for-usage-with-laravel-4)

```
$collection = Pages::all();

Sitemap::addCollection($collection, 'url-prefix');

return Response::make(Sitemap::getSitemapXml())
    ->header('Content-Type', 'text/xml');
```

### Documentation

[](#documentation)

The Documentation can be found [here](docs/index.md).

If you have any Problems with the Documentation please open an Issue.

### Require with Composer – Current Suggestion:

[](#require-with-composer--current-suggestion)

```
// composer.json

"require": {
    "php": ">=5.4.0",
    "hettiger/seo-aggregator": "1.1.*",
    // ...
},
```

#### Version Numbers

[](#version-numbers)

An Update is always considered safe on changes regarding the last digit of the Version Number. Never update when the first or second digit has changed without looking into the [Release Notes](release-notes.md).

VersionsLaravel compatibilityPHP compatibility1.1.\*Laravel 4.2HHVM, 5.4+1.0.\*Laravel 4.15.3+0.\*.\*Laravel 4.15.3+### License

[](#license)

SEO Aggregator is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 100% 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 ~23 days

Recently: every ~30 days

Total

7

Last Release

4384d ago

Major Versions

0.1.0 → 1.0.02014-03-02

PHP version history (2 changes)0.0.1PHP &gt;=5.3.0

1.1.0PHP &gt;=5.4.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/6ca7667a4444a73aeaf91b653d0dd4302ab565749b2342307bc0cc3caaef9fad?d=identicon)[hettiger](/maintainers/hettiger)

---

Top Contributors

[![hettiger](https://avatars.githubusercontent.com/u/4583871?v=4)](https://github.com/hettiger "hettiger (80 commits)")

---

Tags

generatorseogeneraterobots.txtsitemap.xmlseo-aggregator

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/hettiger-seo-aggregator/health.svg)

```
[![Health](https://phpackages.com/badges/hettiger-seo-aggregator/health.svg)](https://phpackages.com/packages/hettiger-seo-aggregator)
```

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3345.1M337](/packages/psalm-plugin-laravel)[linkxtr/laravel-qrcode

A clean, modern, and easy-to-use QR code generator for Laravel

3614.9k](/packages/linkxtr-laravel-qrcode)

PHPackages © 2026

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