PHPackages                             k3dbe/propel-taggable-behavior - 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. [Database &amp; ORM](/categories/database)
4. /
5. k3dbe/propel-taggable-behavior

ActiveLibrary[Database &amp; ORM](/categories/database)

k3dbe/propel-taggable-behavior
==============================

Add tags functionality to the objects.

111.6kPHP

Since May 28Pushed 10y agoCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

TaggableBehavior
================

[](#taggablebehavior)

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

[](#installation)

Download TaggableBehavior.php and put it somewhere.

```
propel.behavior.taggable.class = path.to.taggable.behavior
```

If you are using composer then just add:

```
{
    "require": {
        "k3dbe/propel-taggable-behavior": "dev-master"
    }
}
```

The ini-configuration would be

```
propel.behavior.taggable.class = vendor.k3dbe.src.propel-taggable-behavior.src.TaggableBehavior
```

Usage
-----

[](#usage)

Behavior creates two persistent tables:

- tag (id, name)
- %table%\_tag

Add to schema.xml:

```

```

Behavior will add several methods to the Model:

```
public function addTags($tags, PropelPDO $con = null)
public function removeTags($tags, PropelPDO $con = null)
public function addTag(Tag $tag)
public function removeTag(Tag $tag)
public function removeAllTags(PropelPDO $con = null)
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 52.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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/205229bf148f02c70da73449afecc5d95d640a5ca35dcb498298b10ddc7b4008?d=identicon)[k3dbe](/maintainers/k3dbe)

---

Top Contributors

[![smirik](https://avatars.githubusercontent.com/u/354907?v=4)](https://github.com/smirik "smirik (9 commits)")[![k3dbe](https://avatars.githubusercontent.com/u/2129380?v=4)](https://github.com/k3dbe "k3dbe (7 commits)")[![deadbeat88](https://avatars.githubusercontent.com/u/3709600?v=4)](https://github.com/deadbeat88 "deadbeat88 (1 commits)")

### Embed Badge

![Health badge](/badges/k3dbe-propel-taggable-behavior/health.svg)

```
[![Health](https://phpackages.com/badges/k3dbe-propel-taggable-behavior/health.svg)](https://phpackages.com/packages/k3dbe-propel-taggable-behavior)
```

###  Alternatives

[doctrine/orm

Object-Relational-Mapper for PHP

10.2k285.3M6.2k](/packages/doctrine-orm)[jdorn/sql-formatter

a PHP SQL highlighting library

3.9k115.1M102](/packages/jdorn-sql-formatter)[illuminate/database

The Illuminate Database package.

2.8k52.4M9.4k](/packages/illuminate-database)[ramsey/uuid-doctrine

Use ramsey/uuid as a Doctrine field type.

90440.3M211](/packages/ramsey-uuid-doctrine)[reliese/laravel

Reliese Components for Laravel Framework code generation.

1.7k3.4M16](/packages/reliese-laravel)[wildside/userstamps

Laravel Userstamps provides an Eloquent trait which automatically maintains `created\_by` and `updated\_by` columns on your model, populated by the currently authenticated user in your application.

7511.7M13](/packages/wildside-userstamps)

PHPackages © 2026

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