Search by

naf / framework

floknapp

NAF - the ultra-light, functional PHP framework for fast microservices and APIs.

Package info

github.com/nafphp/framework

pkg:composer/naf/framework

Statistics

Installs: 216

Dependents: 16

Suggesters: 0

Stars: 0

Open Issues: 0

v0.2.3 2026-09-13 20:16 UTC

This package is auto-updated.

Last update: 2026-09-13 20:49:43 UTC


README

NAF

NAF Build & Test

NAF

"As simple as possible, as flexible as necessary."

NAF is a modern, lightweight PHP microframework designed for real-world projects:
fast, minimal, extendable, and now fully embracing modern PHP standards like PSR-3, PSR-4, PSR-7, PSR-11, and PSR-18.

It builds on native PHP features and lets you stay in control:
Use only what you need, and extend freely when you want.

🧩 NAF provides a minimal core with a clean plugin architecture.
Everything beyond routing and dispatching, such as sessions, views, forms, or database, is handled by optional plugins.
You get full control over what your app includes, and nothing more.

Documentation

Read the documentation →

NAF is a small core with plugins around it. What each plugin does, how it is configured and what it needs is in the documentation. Not sure which packages you need? Start here.

Install

composer require naf/framework

License

MIT.