Search by

coolms member since: Apr 07, 2014 · Transparency log

coolms's packages

  • PHP

    coolms/core

    Kernel contracts for the CoolMS platform: entity vocabulary, persistence-neutral mapping attributes, domain events, config loading, outbox/inbox and the seams modules implement

  • PHP

    coolms/core-application

    Platform composition for coolms/core: the application services that wire the kernel contracts to whatever implements them -- config loading, backup/restore, the API manifest, outbox dispatch, retention and label resolution

  • PHP

    coolms/core-bundle

    Symfony bundle wiring for coolms/core: the module bundle base class, DI extension and compiler passes, install/secret console commands, config cache warmer and the platform's HTTP plumbing

  • PHP

    coolms/core-doctrine

    Doctrine ORM/DBAL adapters for coolms/core: outbox and inbox stores, the sync change feed, config overrides, range column types and the RQL-aware base repository

  • PHP

    coolms/doctrine-orm

    CoolMS2 Doctrine ORM Module

  • TypeScript

    coolms/document-fonts

    The document font set CoolMS ships: 24 metric-compatible faces and the manifest that names them. Fonts only -- no PHP, no autoloader. The layout engine that reads them is TypeScript and lives on npm as @coolms/document-engine, from this same repository.

  • PHP

    coolms/dtmpl

    DTMPL template engine: a designer-facing template language with a lexer, parser, AST and runtime, plus a widget seam for host-supplied components

  • PHP

    coolms/dtmpl-bundle

    Symfony bundle for coolms/dtmpl: registers the engine's services, the loader chain, the widget registry and the constant providers

  • PHP

    coolms/entity

    Entity contracts for the CoolMS platform: the extras (dynamic per-entity fields) engine and its ports, alias registry, entity resolvers, virtual fields and the shared provider traits

  • PHP

    coolms/entity-application

    Platform composition layer over coolms/entity: reflection field extraction, the tagged repository registry, the extras-flattening normalizer and the entity:find widget renderers

  • PHP

    coolms/entity-bundle

    Symfony integration for coolms/entity: the bundle and its extension, the extras infrastructure compiler passes, API Platform property metadata factories for dynamic fields, and the entity search endpoint

  • PHP

    coolms/entity-doctrine

    Doctrine ORM/DBAL adapters for coolms/entity: the extras mapping driver and validation listener, generated virtual columns, per-platform schema and upsert managers, and tree operators

  • PHP

    coolms/field

    Field definitions for the CoolMS platform: the definition model and its value objects, the field-type and widget registries, and the ports a host application implements to store and resolve them

  • PHP

    coolms/field-bundle

    Symfony integration for coolms/field: the bundle and its extension, the field-definition API Platform surface, the console commands, form types, validation registry and the override storage router

  • PHP

    coolms/field-doctrine

    Doctrine ORM adapters for coolms/field: the XML mapping for the field definition, its repository, and the entity field-name resolver the schema tooling reads