Documentation Index
Fetch the complete documentation index at: https://docs.law4devs.eu/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Tags are a structured taxonomy used to categorize articles, recitals, and requirements. Use$client->tags to browse all available tags.
Methods
list()
Returns a page of tags, optionally filtered by framework.
Page<Tag>
get()
Fetch a single tag by slug.
Tag
iter()
Iterate over all tags.
\Generator<Tag>
Model
Tag
| Field | Type | Description |
|---|---|---|
id | int | Internal numeric ID |
slug | string | URL-safe identifier |
name | string | Display name |
description | string|null | What this tag means |
keywords | string[] | Related search keywords |
color | string | Hex color for display |
createdAt | string | ISO 8601 creation timestamp |
