Libraries tagged by lombokclarion

lombokclarion/log

0 Favers
0 Downloads

Structured logging: levels, channels, handlers, formatters, and non-optional context redaction. No global logger and no static facade — a Logger is constructor-injected like every other service.

Go to Download


lombokclarion/framework

0 Favers
0 Downloads

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.

Go to Download


lombokclarion/view

0 Favers
0 Downloads

Blade-like template compiler for LombokClarion. Auto-escaping by default; {!! !!} is the explicit, audit-flagged opt-out.

Go to Download


lombokclarion/validation

0 Favers
0 Downloads

FormRequest validation with a typed rule vocabulary — no pipe-string DSL, explicit DTO mapping, violations rendered through i18n.

Go to Download


lombokclarion/testing

0 Favers
0 Downloads

Test helpers for LombokClarion: InMemoryRepository, FakeCommandBus/FakeEventBus, HttpTestCase, ConsoleTestCase, and the ColdStartTest budget check.

Go to Download


lombokclarion/storage

0 Favers
0 Downloads

File storage behind relative, traversal-validated paths. Local filesystem only — cloud drivers are separate packages depending on the Storage interface, never core dependencies.

Go to Download


lombokclarion/security

0 Favers
0 Downloads

Official, non-core security package: Argon2id hashing, stateless CSRF, RateLimit, SecurityHeaders, Encrypted field wrapper, and FormRequest validation.

Go to Download


lombokclarion/routing

0 Favers
0 Downloads

Explicit route table, middleware pipeline, Kernel, and runtime adapters (FPM/Function/Swoole) for LombokClarion.

Go to Download


lombokclarion/phpstan-rules

0 Favers
0 Downloads

PHPStan extension distributing LombokClarion's audit rules (§7): no interpolated/concatenated SQL into PDO query/prepare/exec, and no LombokClarion imports inside app/Domain.

Go to Download


lombokclarion/persistence

0 Favers
0 Downloads

QueryBuilder (bound parameters only), SchemaBuilder, and an explicit-manifest MigrationRunner for LombokClarion.

Go to Download


lombokclarion/laravel-flavor

0 Favers
0 Downloads

Optional preset: the entire 'magic' surface (facades, ActiveRecord connection, default middleware) enabled by ONE greppable bootstrap call. Isolated from app/Domain/** via forbidden-layers.

Go to Download


lombokclarion/i18n

0 Favers
0 Downloads

Explicit internationalization for LombokClarion: locale catalogs are plain PHP files listed in a manifest, never directory-scanned. Parameter interpolation, count-based pluralization, fallback locale.

Go to Download


lombokclarion/http

0 Favers
0 Downloads

Immutable Request/Response value objects, Middleware contract, RequestContext, and tenancy for LombokClarion.

Go to Download


lombokclarion/facades

0 Favers
0 Downloads

Optional static-accessor facades for LombokClarion. Explicitly isolated from core and domain layer (§2.6, §4.12). MUST NOT leak into app/Domain/**.

Go to Download


lombokclarion/container

0 Favers
0 Downloads

Explicit, compile-checked dependency injection container for LombokClarion. No auto-discovery of interface bindings; zero reflection at request time once compiled.

Go to Download


Next >>