PHPackages                             siezi/phile-tags - 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. siezi/phile-tags

ActivePhile-plugin[Utility &amp; Helpers](/categories/utility)

siezi/phile-tags
================

Tags for Phile CMS

1.0.0(8y ago)03MITPHP

Since Apr 1Pushed 8y ago1 watchersCompare

[ Source](https://github.com/Schlaefer/phileTags)[ Packagist](https://packagist.org/packages/siezi/phile-tags)[ Docs](https://github.com/Schlaefer/phileTags)[ RSS](/packages/siezi-phile-tags/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (1)Dependencies (3)Versions (3)Used By (0)

PhileTags
=========

[](#philetags)

[![Build Status](https://camo.githubusercontent.com/3d8b2a12eee84b0fa9536fd875b3da5c718156a536bb254713f9cd0f3fc8996f/68747470733a2f2f7472617669732d63692e6f72672f5363686c61656665722f7068696c65546167732e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/Schlaefer/phileTags)

Tag your pages. Show all pages with that tag.

A [Phile](https://github.com/PhileCMS/Phile) plugin. [Project home](https://github.com/Schlaefer/phileTags).

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

[](#installation)

```
composer require siezi/phile-tags;

```

Activation
----------

[](#activation)

```
$config['plugins']['siezi\\phileTags'] = ['active' => true];

```

Usage
-----

[](#usage)

### Add Tags to Pages

[](#add-tags-to-pages)

Add a new `Tags` attribute to the page meta:

```
/*
Title: My First Blog Post
Tags: js, javascript, php
*/

```

The tags are available as `meta.tags_array` in the template.

### Shows Tags

[](#shows-tags)

To show tags for a page and link them to the tag-page:

```
{% if meta.tags_array is not empty %}
    {% for tag in meta.tags_array %}

            #{{ tag }}

    {% endfor %}
{% endif %}
```

### Create Tag Page Template

[](#create-tag-page-template)

Create a new template "tag.html" in `themes//tag.html`. It is used to show all pages having a particular tag when calling the URL `/tag/`.

```

    {{ meta.title }}

    Posts tagged #{{ current_tag }}:
    {% for page in pages %}
    {% if page.meta.tags_array and current_tag in page.meta.tags_array %}

            {{ page.meta.title }}
            {{ page.content }}

            Tags:
            {% for tag in page.meta.tags_array %}
                #{{ tag }}
            {% endfor %}

    {% endif %}
    {% endfor %}

```

Configuration
-------------

[](#configuration)

See the `config.php`.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 72.2% 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

Unknown

Total

1

Last Release

2974d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e74cd0267a63f3ddd5d19f9243d55bf94e779d8a8b7ed100a78b30442566ac56?d=identicon)[Schlaefer](/maintainers/Schlaefer)

---

Top Contributors

[![pschmitt](https://avatars.githubusercontent.com/u/37886?v=4)](https://github.com/pschmitt "pschmitt (13 commits)")[![Schlaefer](https://avatars.githubusercontent.com/u/143224?v=4)](https://github.com/Schlaefer "Schlaefer (4 commits)")[![jacmoe](https://avatars.githubusercontent.com/u/85424?v=4)](https://github.com/jacmoe "jacmoe (1 commits)")

---

Tags

philecmsphilecms-pluginplugincmstagsphile

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/siezi-phile-tags/health.svg)

```
[![Health](https://phpackages.com/badges/siezi-phile-tags/health.svg)](https://phpackages.com/packages/siezi-phile-tags)
```

###  Alternatives

[spicyweb/craft-quick-field

Create Craft CMS fields on the fly while designing field layouts

10432.9k](/packages/spicyweb-craft-quick-field)[winter/wn-sitemap-plugin

Sitemap plugin for Winter CMS

1042.6k1](/packages/winter-wn-sitemap-plugin)[getkirby/geo

Kirby Geo

223.5k](/packages/getkirby-geo)

PHPackages © 2026

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