PHP Package: spatie/laravel-tags
Spatie's Laravel tags library provides easy tagging functionality for your Laravel applications, enhancing organization and searchability of content.
Package Description
Laravel tags by Spatie offers a comprehensive solution for implementing tags in Laravel projects, streamlining content categorization and retrieval. It simplifies tag management, allowing for better content organization and retrieval.
Download Latest Version: 4.10.1

Previous Versions
Code Integration Example
Make sure to include the correct namespace and class paths for proper usage.
<?php
// Example from PHPlibraries.com
require_once 'libs/spatie/laravel-tags/4.10.1/loader.php';
use Spatie\Tags\Tag;
use Spatie\Tags\Taggable;
$obj = new Tag();
echo '✅ Test OK: ' . get_class($obj);
?>
We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.
Community Discussion
Ask questions, share tips, or report issues below.