Skip to main content

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.
Returns Page<FrameworkSummary>

get()

Fetch a single framework by slug, including detailed counts.
Parameters Returns Framework

iter()

Iterate over all frameworks across all pages.
Returns \Generator<FrameworkSummary>

Models

FrameworkSummary

Returned by list() and iter().

Framework

Returned by get(). Extends FrameworkSummary with:

Examples

List all active frameworks

Find frameworks with full article coverage