lombokclarion/http dependents (10) Order by: name | downloads Show: all | require | require-dev

  • PHP

    lombokclarion/app

    LombokClarion application skeleton (framework monorepo + example app).

    Latest version requires lombokclarion/http *

  • PHP

    lombokclarion/auth

    Official, non-core auth package: stateless HMAC session tokens, Authenticate/Authorize middleware, and hand-registered RBAC policies. No static Auth::user(), no attribute scanning.

    Latest version requires lombokclarion/http *

  • 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.

    Latest version requires lombokclarion/http *

  • PHP

    lombokclarion/i18n

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

    Latest version requires lombokclarion/http *

  • PHP

    lombokclarion/routing

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

    Latest version requires lombokclarion/http *

  • PHP

    lombokclarion/security

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

    Latest version requires lombokclarion/http *

  • PHP

    lombokclarion/storage

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

    Latest version requires lombokclarion/http *

  • PHP

    lombokclarion/testing

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

    Latest version requires lombokclarion/http *

  • PHP

    lombokclarion/validation

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

    Latest version requires lombokclarion/http *

  • PHP

    lombokclarion/view

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

    Latest version requires lombokclarion/http *