Search by

naf / orm

floknapp

NAF ORM Plugin.

Package info

github.com/nafphp/orm

Type:naf-plugin

pkg:composer/naf/orm

Statistics

Installs: 87

Dependents: 1

Suggesters: 1

Stars: 0

Open Issues: 0

v0.2.1 2026-09-13 19:57 UTC

This package is auto-updated.

Last update: 2026-09-13 20:53:14 UTC


README

NAF

NAF ORM Plugin

← Back to NAF

naf/orm

Minimalistic object mapper for your NAF application.

This plugin adds basic ORM support to NAF:
lightweight, readable, and ideal for small to medium use cases.

It supports nested entity saving (including pivot tables),
auto-discovery of related entities, and repository-based lazy-loading.

🧩 Part of the official NAF plugin collection.
Use it if you want structured object handling – but without the complexity of full-stack ORM systems.

Documentation

ORM and repositories →

Everything about this package — what it does, how it is configured and what it needs — lives in the NAF documentation. Not sure which packages you need? Start here.

Install

composer require naf/orm

License

MIT. Part of NAF.