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.
Package info
github.com/codinglombok/framework
Type:metapackage
pkg:composer/lombokclarion/framework
Requires
- php: >=8.3
- lombokclarion/active-record: *
- lombokclarion/auth: *
- lombokclarion/bus: *
- lombokclarion/config: *
- lombokclarion/console: *
- lombokclarion/container: *
- lombokclarion/facades: *
- lombokclarion/http: *
- lombokclarion/i18n: *
- lombokclarion/laravel-flavor: *
- lombokclarion/persistence: *
- lombokclarion/routing: *
- lombokclarion/security: *
- lombokclarion/storage: *
- lombokclarion/validation: *
- lombokclarion/view: *
Suggests
- lombokclarion/phpstan-rules: PHPStan extension enforcing the SQL-injection and domain-boundary rules. A dev/CI tool — add to require-dev.
- lombokclarion/testing: Test doubles + Http/Console test cases + the cold-start budget check. Belongs in your app's require-dev, not a production install.
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.