Packages from jardissupport

  • PHP

    jardissupport/classversion

    Runtime class versioning via namespace injection with configurable fallback chains and proxy caching

  • PHP

    jardissupport/contract

    Consolidated contract interfaces for all Jardis packages — Kernel, Data, Repository, DbQuery, Messaging, Validation, Workflow, and more

  • PHP

    jardissupport/data

    Entity hydration with change tracking, bidirectional field mapping, and identity generation (UUID v4/v5/v7, NanoID)

  • PHP

    jardissupport/dbquery

    Fluent SQL query builder with CTEs, window functions, subqueries, and JSON support for MySQL, MariaDB, PostgreSQL, and SQLite

  • PHP

    jardissupport/dotenv

    Environment file loader with cascading overrides, variable interpolation, type casting, and include directives

  • PHP

    jardissupport/factory

    PSR-11 Container with pre-registered instances and reflection fallback

  • PHP

    jardissupport/repository

    Generic CRUD repository with raw-data access, read/write splitting, and pluggable primary key strategies

  • PHP

    jardissupport/secret

    Secret resolution for encrypted configuration values using AES-256-GCM and Sodium with key provider abstraction

  • PHP

    jardissupport/validation

    Object graph validation with recursive traversal, 21 built-in validators, and fluent field rule composition

  • PHP

    jardissupport/workflow

    Directed workflow engine with status-based transitions, automatic data accumulation, and builder API