Overview
Frameworks represent EU regulations such as GDPR, CRA, NIS2, and the AI Act. Use$client->frameworks to list and fetch them.
Methods
list()
Returns a page of all available frameworks.
Page<FrameworkSummary>
get()
Fetch a single framework by slug, including detailed counts.
Returns
Framework
iter()
Iterate over all frameworks across all pages.
\Generator<FrameworkSummary>
Models
FrameworkSummary
Returned by list() and iter().
Framework
Returned by get(). Extends FrameworkSummary with:
