🌴 Tropikal Canary
n2n 7.5.0 · blog canary · JSON API

← Back to overview

Framework

Article and Category, mapped with attributes

The ORM entities use PHP 8 attributes (#[Id], #[ManyToOne], #[OneToMany]).

Each Article belongs to one Category; a category has many articles. The mapping lives entirely in attributes on the entity classes.