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

  • PHP

    lombokclarion/app

    LombokClarion application skeleton (framework monorepo + example app).

    Latest version requires lombokclarion/container *

  • PHP

    lombokclarion/bus

    Explicit CommandBus, QueryBus, and EventBus for LombokClarion. One handler per command/query, explicitly registered; no auto-discovery.

    Latest version requires lombokclarion/container *

  • PHP

    lombokclarion/console

    Explicit CLI kernel for LombokClarion, plus built-in migrate/optimize/audit:sql/audit:security commands.

    Latest version requires lombokclarion/container *

  • PHP

    lombokclarion/facades

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

    Latest version requires lombokclarion/container *

  • 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/container *

  • PHP

    lombokclarion/laravel-flavor

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

    Latest version requires lombokclarion/container *

  • PHP

    lombokclarion/routing

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

    Latest version requires lombokclarion/container *

  • PHP

    lombokclarion/testing

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

    Latest version requires lombokclarion/container *