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

ActiveLibrary

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 1mo 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 43% 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

2957d 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

85810.0M82](/packages/spatie-laravel-health)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[laravel/cashier-paddle

Cashier Paddle provides an expressive, fluent interface to Paddle's subscription billing services.

264778.4k3](/packages/laravel-cashier-paddle)[fumeapp/modeltyper

Generate TypeScript interfaces from Laravel Models

196277.9k](/packages/fumeapp-modeltyper)[flarum/core

Delightfully simple forum software.

211.3M1.9k](/packages/flarum-core)[fleetbase/core-api

Core Framework and Resources for Fleetbase API

1225.0k10](/packages/fleetbase-core-api)

PHPackages © 2026

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