PHPackages                             thinktomorrow/chief-sitestructure - 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. thinktomorrow/chief-sitestructure

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

thinktomorrow/chief-sitestructure
=================================

Site structure and breadcrumb assistant for Thinktomorrow/chief cms

0.2.3(5y ago)049[6 PRs](https://github.com/thinktomorrow/chief-sitestructure/pulls)MITPHP

Since Feb 20Pushed 3y ago1 watchersCompare

[ Source](https://github.com/thinktomorrow/chief-sitestructure)[ Packagist](https://packagist.org/packages/thinktomorrow/chief-sitestructure)[ RSS](/packages/thinktomorrow-chief-sitestructure/feed)WikiDiscussions master Synced 5d ago

READMEChangelog (4)Dependencies (5)Versions (15)Used By (0)

Chief admin package
===================

[](#chief-admin-package)

[![Latest Version](https://camo.githubusercontent.com/716870073ea10a8a934a7def8a80e82e7b5001d788351b174c2ec990fe7e148e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f7468696e6b746f6d6f72726f772f63686965662d736974657374727563747572652e7376673f7374796c653d666c61742d737175617265)](https://github.com/thinktomorrow/chief-sitestructure/releases)[![Build Status](https://camo.githubusercontent.com/4d8581e8fb90efd7fd11d04e9b845af080ef7a3248bc727fa465ff22889c25ac/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f7468696e6b746f6d6f72726f772f63686965662d736974657374727563747572652f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/thinktomorrow/chief)[![Quality Score](https://camo.githubusercontent.com/ff045e4d3468c364cb917ea96c29f7e5e82695e3a47488f24603f59624a9c48f/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f7468696e6b746f6d6f72726f772f63686965662d736974657374727563747572652e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/thinktomorrow/chief-sitestructure)[![StyleCI](https://camo.githubusercontent.com/ef9d6024305ca902e2e369070888cc97fc69b2ea3a10ac9ba795e9d0c5185293/68747470733a2f2f7374796c6563692e696f2f7265706f732f33333931363835302f736869656c64)](https://styleci.io/repos/33916850)[![Total Downloads](https://camo.githubusercontent.com/fb405dc9da7f7dd4f55c1d281f7c033be25fb42e54acd86f55e6bb8512954792/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7468696e6b746f6d6f72726f772f63686965662d736974657374727563747572652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/thinktomorrow/chief-sitestructure)

Chief sitestructure
===================

[](#chief-sitestructure)

This add-on adds sitestructure and breadcrumb features to chief.

Versions
========

[](#versions)

Since this is an add-on for Thinktomorrow/chief that package is required.

This add-on also relies on certain features in chief so it's only supported from 0.4.6 onwards.

Installation
============

[](#installation)

```
composer require thinktomorrow/chief-sitestructure
```

Run migrations, this will create the site\_structure table.

```
php artisan migrate
```

Usage
=====

[](#usage)

To start using breadcrumbs for pages first add the `BreadcrumbAssistant` to the relevant PageManager.

```
    protected $assistants = [
        UrlAssistant::class,
        ArchiveAssistant::class,
        PublishAssistant::class,
        BreadcrumbAssistant::class,
    ];
```

The assistant will add a field to each page to select the parent page.

Next up is creating the view for the breadcrumbs. The following is an example of a breadcrumb view. Offline pages are automaticly filtered out of the breadcrumb structure.

```
@foreach(breadcrumbs($page) as $crumb)
    @if($loop->last)

            {{ $crumb->label }}

    @else

        {{ $crumb->label }}
    @endif
@endforeach
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 91.7% 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 ~49 days

Recently: every ~82 days

Total

8

Last Release

1930d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/16da702ae46c18e3c7dc28ef2110662bbb0476134fa0d8972b3fce2c170e83cf?d=identicon)[yinx](/maintainers/yinx)

---

Top Contributors

[![BenCavens](https://avatars.githubusercontent.com/u/497668?v=4)](https://github.com/BenCavens "BenCavens (11 commits)")[![yinx](https://avatars.githubusercontent.com/u/1022847?v=4)](https://github.com/yinx "yinx (1 commits)")

---

Tags

laravelbreadcrumbschiefchief-cmssite structure

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/thinktomorrow-chief-sitestructure/health.svg)

```
[![Health](https://phpackages.com/badges/thinktomorrow-chief-sitestructure/health.svg)](https://phpackages.com/packages/thinktomorrow-chief-sitestructure)
```

###  Alternatives

[robertboes/inertia-breadcrumbs

Laravel package to automatically share breadcrumbs to Inertia

56129.1k](/packages/robertboes-inertia-breadcrumbs)[watson/breadcrumbs

Breadcrumbs made easy for Laravel.

4542.9k](/packages/watson-breadcrumbs)

PHPackages © 2026

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