PHPackages                             calotype/seo - 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. calotype/seo

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

calotype/seo
============

A package containing SEO helpers.

v0.0.5(12y ago)732.6k23[19 issues](https://github.com/Calotype/SEO/issues)[2 PRs](https://github.com/Calotype/SEO/pulls)MITPHPPHP &gt;=5.3.0

Since Jul 28Pushed 3y ago9 watchersCompare

[ Source](https://github.com/Calotype/SEO)[ Packagist](https://packagist.org/packages/calotype/seo)[ RSS](/packages/calotype-seo/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (4)Versions (7)Used By (0)

[![Latest Stable Version](https://camo.githubusercontent.com/09680d597331b0eaaa7df85fb54664ec89d5bf038fac4722f5d4505021cdb509/68747470733a2f2f706f7365722e707567782e6f72672f63616c6f747970652f73656f2f76657273696f6e2e706e67)](https://packagist.org/packages/calotype/seo) [![Total Downloads](https://camo.githubusercontent.com/e749daca0d3c14675a0b1cf1be9076f8e8b570c187ea4de65515b203b65bc958/68747470733a2f2f706f7365722e707567782e6f72672f63616c6f747970652f73656f2f642f746f74616c2e706e67)](https://packagist.org/packages/calotype/seo) [![Build Status](https://camo.githubusercontent.com/33b73a0d7b6840886a51afc892764dfc4923ed040d807ec6e8fc12f78220ef14/68747470733a2f2f7472617669732d63692e6f72672f43616c6f747970652f53454f2e706e67)](https://travis-ci.org/Calotype/SEO)

Calotype / SEO
==============

[](#calotype--seo)

> **Warning!** This package is still in an alpha/beta state.

SEO is a package that provides helpers for some common SEO techniques.

Features
--------

[](#features)

- **Meta tags**:

    - Set the meta title and description on the fly.
    - Set the meta title and description by object.
- **Sitemap.xml**:

    - Generate a sitemap.xml and add your own entries.
    - Generate entries from one or more objects (lazy-loading is available).
- **Robots.txt**:

    - Generate a robots.txt and add your own entries.

Installation
------------

[](#installation)

### Composer / Packagist

[](#composer--packagist)

Require the package in your `composer.json`.

```
"calotype/seo": "dev-master"

```

Run composer install or update to download the package.

```
$ composer update
```

Providers
---------

[](#providers)

### Laravel 4

[](#laravel-4)

Just register the service provider and the facades in `app/config/app.php` and you are good to go.

```
// Service provider
'Calotype\SEO\Providers\SEOServiceProvider',

// Facades (can customize if preferred)
'SEO\Meta'    => 'Calotype\SEO\Facades\Meta',
'SEO\Sitemap' => 'Calotype\SEO\Facades\Sitemap',
'SEO\Robots'  => 'Calotype\SEO\Facades\Robots',
```

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance15

Infrequent updates — may be unmaintained

Popularity32

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 96.9% 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 ~69 days

Total

5

Last Release

4443d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2136273?v=4)[Bryan te Beek](/maintainers/bryantebeek)[@bryantebeek](https://github.com/bryantebeek)

---

Top Contributors

[![bryantebeek](https://avatars.githubusercontent.com/u/2136273?v=4)](https://github.com/bryantebeek "bryantebeek (63 commits)")[![dmyers](https://avatars.githubusercontent.com/u/207171?v=4)](https://github.com/dmyers "dmyers (1 commits)")[![justb81](https://avatars.githubusercontent.com/u/3680539?v=4)](https://github.com/justb81 "justb81 (1 commits)")

---

Tags

laravelSitemapseometarobotsopengraph

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[artesaos/seotools

SEO Tools for Laravel and Lumen

3.4k5.3M63](/packages/artesaos-seotools)[nystudio107/craft-seomatic

SEOmatic facilitates modern SEO best practices &amp; implementation for Craft CMS 5. It is a turnkey SEO system that is comprehensive, powerful, and flexible.

1741.5M52](/packages/nystudio107-craft-seomatic)[vinicius73/seotools

A package containing SEO helpers.

235.2k](/packages/vinicius73-seotools)[fomvasss/laravel-meta-tags

A package to manage SEO (meta-tags, xml-fields, etc.)

3129.5k](/packages/fomvasss-laravel-meta-tags)[elegantly/laravel-seo

An Elegant &amp; flexible SEO tag builder for Laravel

123.8k](/packages/elegantly-laravel-seo)[3x1io/filament-sitemap

Site Settings Like title, description, profile and Sitemap Generator

152.2k](/packages/3x1io-filament-sitemap)

PHPackages © 2026

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