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
Compliance deadlines are structured dates extracted from regulatory texts, indicating when specific obligations must be met. Use$client->compliance to access them.
Methods
list()
Returns a page of compliance deadlines for a framework.
Page<ComplianceDeadline>
iter()
Iterate over all compliance deadlines in a framework.
\Generator<ComplianceDeadline>
Model
ComplianceDeadline
| Field | Type | Description |
|---|---|---|
id | int | Internal numeric ID |
frameworkSlug | string | Parent framework slug |
articleNumber | string|null | Source article number |
paragraphRef | string|null | Paragraph reference |
deadlineDate | string | ISO 8601 date |
deadlineType | string | Type, e.g. 'transposition', 'application' |
description | string|null | Human-readable description of the obligation |
