Libraries tagged by lombokecc
codinglombok/lombokecc
1 Downloads
Reed-Solomon RS(255,239) error correction over GF(256) — PHP port of LombokECC
lombokcss/lombokcss
4 Downloads
Token-first component CSS framework. One markup, five design styles, dark mode + RTL. ~9.7KB gzipped.
lombokclarion/lombokclarion
1 Downloads
LombokClarion — PHP 8.3+ full-stack framework. Explicit over magic: no auto-discovery, AOT-compiled DI container, edge/serverless-first, domain layer with zero framework imports.
lombokclarion/log
1 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.
lombokclarion/framework
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.
lombokclarion/view
1 Downloads
Blade-like template compiler for LombokClarion. Auto-escaping by default; {!! !!} is the explicit, audit-flagged opt-out.
lombokclarion/validation
1 Downloads
FormRequest validation with a typed rule vocabulary — no pipe-string DSL, explicit DTO mapping, violations rendered through i18n.
lombokclarion/testing
0 Downloads
Test helpers for LombokClarion: InMemoryRepository, FakeCommandBus/FakeEventBus, HttpTestCase, ConsoleTestCase, and the ColdStartTest budget check.
lombokclarion/storage
1 Downloads
File storage behind relative, traversal-validated paths. Local filesystem only — cloud drivers are separate packages depending on the Storage interface, never core dependencies.
lombokclarion/security
1 Downloads
Official, non-core security package: Argon2id hashing, stateless CSRF, RateLimit, SecurityHeaders, Encrypted field wrapper, and FormRequest validation.
lombokclarion/routing
1 Downloads
Explicit route table, middleware pipeline, Kernel, and runtime adapters (FPM/Function/Swoole) for LombokClarion.
lombokclarion/phpstan-rules
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.
lombokclarion/persistence
1 Downloads
QueryBuilder (bound parameters only), SchemaBuilder, and an explicit-manifest MigrationRunner for LombokClarion.
lombokclarion/laravel-flavor
1 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.
lombokclarion/i18n
1 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.