PHPackages                             netsells/title - 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. netsells/title

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

netsells/title
==============

A simple package for building and displaying page titles.

3.0(3y ago)010.8k↓19%MITPHPPHP &gt;=5.6.0

Since Apr 10Pushed 3y agoCompare

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

READMEChangelogDependencies (3)Versions (21)Used By (0)

Netsells Title
==============

[](#netsells-title)

Install
-------

[](#install)

Pull this package in through Composer.

```
{
    "require": {
    "netsells/title": "~0.5"
}

```

Add the following to your `config/app.php`

```
'providers' => [
    '...',
    'Radiula\Title\TitleServiceProvider'
];

'aliases' => [
    '...',
    'Title' => 'Radiula\Title\Facades\Title',
];

```

Usage
-----

[](#usage)

#### Set the site title

[](#set-the-site-title)

```
Title::siteName('Acme Site');

```

#### Set one or more segments

[](#set-one-or-more-segments)

```
Title::segment('Foo', 'Bar');

```

#### Make the title

[](#make-the-title)

```
Title::make();

```

#### Overriding the layout

[](#overriding-the-layout)

```
Title::layout('%s - %s');

```

#### Getting all segments

[](#getting-all-segments)

```
Title::segments();

```

#### Overriding all segments

[](#overriding-all-segments)

```
Title::setSegments(['Foo', 'Bar']);

```

#### Return Last Segment

[](#return-last-segment)

```
Title::last();

```

Running the `siteName` and `segment` methods with the above properties (and the default layout), would cause `make` to output the following

```
Foo | Bar | Acme Site

```

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 88.5% 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 ~159 days

Recently: every ~492 days

Total

20

Last Release

1389d ago

Major Versions

0.5 → 1.02019-11-22

1.1 → 2.02020-09-30

2.0 → 3.02022-07-29

PHP version history (3 changes)0.1.0PHP &gt;=5.3.0

0.4.1PHP &gt;=5.4.0

1.0PHP &gt;=5.6.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/8fd3cc944adfb60bb9f271b2ebcf1dde1c26380682db0ba28e029cc42e09cebf?d=identicon)[spamoom](/maintainers/spamoom)

![](https://www.gravatar.com/avatar/939e4518aadd5ad05280f313bf6b5c3b5a59e9af4184e0b3af8952b81478c071?d=identicon)[craigsansam](/maintainers/craigsansam)

![](https://www.gravatar.com/avatar/9d0c36dae9bb92655da366c4eda4a1d1dceb8d6172077a87588f94fc36ee225b?d=identicon)[kubatek94](/maintainers/kubatek94)

---

Top Contributors

[![craigsansam](https://avatars.githubusercontent.com/u/597283?v=4)](https://github.com/craigsansam "craigsansam (46 commits)")[![spamoom](https://avatars.githubusercontent.com/u/99203?v=4)](https://github.com/spamoom "spamoom (3 commits)")[![ash-phoenix-wombat](https://avatars.githubusercontent.com/u/85483490?v=4)](https://github.com/ash-phoenix-wombat "ash-phoenix-wombat (2 commits)")[![mackhankins](https://avatars.githubusercontent.com/u/2184080?v=4)](https://github.com/mackhankins "mackhankins (1 commits)")

---

Tags

phplaravelpagetitle

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/netsells-title/health.svg)

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

###  Alternatives

[stevebauman/location

Retrieve a user's location by their IP Address

1.3k7.6M65](/packages/stevebauman-location)[monicahq/laravel-cloudflare

Add Cloudflare ip addresses to trusted proxies for Laravel.

3372.7M4](/packages/monicahq-laravel-cloudflare)[mediconesystems/livewire-datatables

Advanced datatables using Laravel, Livewire, Tailwind CSS and Alpine JS

1.2k711.3k8](/packages/mediconesystems-livewire-datatables)[kra8/laravel-snowflake

Snowflake for Laravel and Lumen.

188402.3k6](/packages/kra8-laravel-snowflake)[bezhansalleh/filament-google-analytics

Google Analytics integration for FilamentPHP

205144.8k5](/packages/bezhansalleh-filament-google-analytics)[laragear/preload

Effortlessly make a Preload script for your Laravel application.

119363.5k](/packages/laragear-preload)

PHPackages © 2026

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