lombokclarion/framework

One-require metapackage that installs the full LombokClarion runtime stack. Requiring this IS the explicit opt-in for the whole framework; individual packages still never pull each other's optional pieces transitively.

Maintainers

Package info

github.com/codinglombok/framework

Homepage

Type:metapackage

pkg:composer/lombokclarion/framework

Transparency log

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v2.1.0 2026-08-08 16:54 UTC

This package is auto-updated.

Last update: 2026-08-11 06:05:43 UTC


README

Metapackage — one composer require installs the full LombokClarion runtime stack.

[READ-ONLY] This is a subtree split of the LombokClarion monorepo.
Do not send pull requests here — contribute to the main repository instead.

Install

composer require lombokclarion/framework

This pulls all 16 runtime packages:

Package Description
container Explicit DI + AOT compilation
config Schema-driven typed config
http Request/Response/Middleware
routing Router + 3 runtime adapters
bus Command/Query/Event + Queue
persistence QueryBuilder, Schema, Migrations, Seeding
validation Rules + 24-language messages
security Hashing, CSRF, encryption, rate-limit
auth HMAC tokens, RBAC, Gate/Policy
view Blade-like templates, themes, assets
console CLI kernel + 12 commands
log Structured logging, channels, redaction
i18n Translation + locale detection
storage Local filesystem storage
active-record Opt-in ActiveRecord pattern
facades Opt-in static access pattern
laravel-flavor Laravel-familiar helpers

Dev-only packages (add to require-dev):

composer require --dev lombokclarion/testing lombokclarion/phpstan-rules

License

Apache-2.0 — see LICENSE in the main repository.