Search by

Popular Packages

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

  • PHP

    lexcast/fminor

    Skeleton miniproject to build simple webpages with a single command

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

  • PHP

    lombokclarion/http

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

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

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

  • PHP

    lombokclarion/container

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

  • PHP

    lombokclarion/console

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

  • PHP

    lombokclarion/config

    Typed config compiler: turns a schema + environment into a tree of readonly PHP classes ($config->mail->smtp->host), never array-soup config('a.b.c').

  • PHP

    lombokclarion/bus

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

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

  • PHP

    lexcast/fminor-repertoire

    Basic repertoire of the Fminor project

  • PHP

    lombokclarion/active-record

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

  • PHP

    cruide/qrcode-native-php

    Pure PHP QR code generator: no external services, no dependencies. Product/inventory labeling oriented.

  • PHP

    cruide/starline-openapi-php

    PHP client for StarLine OpenAPI