PHPackages                             daulat/taggy - 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. daulat/taggy

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

daulat/taggy
============

An Elequent tagging package for laravel

1.0.1(8y ago)020PHPPHP &gt;=5.5.0

Since Apr 2Pushed 8y ago1 watchersCompare

[ Source](https://github.com/daulat9107/Tags)[ Packagist](https://packagist.org/packages/daulat/taggy)[ RSS](/packages/daulat-taggy/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (2)Dependencies (5)Versions (3)Used By (0)

Introduction
------------

[](#introduction)

Daulat taggy with spam protection for laravel framework

Run the Composer command to install daulat/taggy:

```
composer require daulat/taggy
```

Register Service Provider config/app.php

```
Daulat\Taggy\Providers\TaggyServiceProvider::class,
```

Register Facade in config/app.php

```
'Spam' => Daulat\Taggy\Traits\Spam\Spam::class
```

Add API keys in .env file

```
AKISMET_WEBSITE=your-website
AKISMET_SECRET=your-akismet-secret
```

Get API key from [akismet](https://akismet.com) site

Update config/services.php

```
 'akismet' =>[
   'website'=>env('AKISMET_WEBSITE'),
   'secret' =>env('AKISMET_SECRET'),
 ]
```

Create new file in config/spam.php

```
[
      'body' => 'comment_content',
      'author' => 'comment_author',
      'author_email' => 'comment_author_email',
]

];
```

Next, Run

```
php artisan make:auth
php artisan migrate
```

### And add some dummy tags in tags table.

[](#and-add-some-dummy-tags-in-tags-table)

Now you can see example in

```
Login or Register then
https://www.your-domain.com/topics
```

###  Health Score

26

—

LowBetter than 40% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~1 days

Total

2

Last Release

3055d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1f3aa638bd1ce1a348601612dd60e153ad7d4442b9e3332128d75714a3d9abe4?d=identicon)[daulat](/maintainers/daulat)

---

Top Contributors

[![daulat9107](https://avatars.githubusercontent.com/u/10972626?v=4)](https://github.com/daulat9107 "daulat9107 (5 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/daulat-taggy/health.svg)

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

###  Alternatives

[spatie/laravel-health

Monitor the health of a Laravel application

88212.7M185](/packages/spatie-laravel-health)[psalm/plugin-laravel

Psalm plugin for Laravel

3345.4M354](/packages/psalm-plugin-laravel)[yajra/laravel-oci8

Oracle DB driver for Laravel via OCI8

8723.3M27](/packages/yajra-laravel-oci8)[simplestats-io/laravel-client

Server-side analytics for Laravel that follows the full funnel from visit to registration to payment, attributed to the channel that drove it. Revenue, MRR, churn and ad-spend profit (ROAS/CAC) per channel. GDPR compliant, ad-blocker proof.

5226.7k](/packages/simplestats-io-laravel-client)[fleetbase/core-api

Core Framework and Resources for Fleetbase API

1239.7k25](/packages/fleetbase-core-api)[api-platform/laravel

API Platform support for Laravel

58190.1k21](/packages/api-platform-laravel)

PHPackages © 2026

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