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 11y 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 today

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 35% 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

[jdorn/sql-formatter

a PHP SQL highlighting library

3.9k117.2M118](/packages/jdorn-sql-formatter)[propel/propel1

Propel is an open-source Object-Relational Mapping (ORM) for PHP5.

8351.6M87](/packages/propel-propel1)[pgvector/pgvector

pgvector support for PHP

198741.5k12](/packages/pgvector-pgvector)[jfelder/oracledb

Oracle DB driver for Laravel

11518.4k](/packages/jfelder-oracledb)

PHPackages © 2026

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