Libraries tagged by jardisSupport
jardissupport/contract
1846 Downloads
Consolidated contract interfaces for all Jardis packages — Kernel, Data, Repository, DbQuery, Messaging, Validation, Workflow, and more
jardissupport/dotenv
1576 Downloads
Environment file loader with cascading overrides, variable interpolation, type casting, and include directives
jardissupport/contracts
136 Downloads
Consolidated contract interfaces for all Jardis packages — Kernel, Data, Repository, DbQuery, Messaging, Validation, Workflow, and more
jardissupport/dbquery
13 Downloads
Fluent SQL query builder with CTEs, window functions, subqueries, and JSON support for MySQL, MariaDB, PostgreSQL, and SQLite
jardissupport/classversion
7 Downloads
Runtime class versioning via namespace injection with configurable fallback chains and proxy caching
jardissupport/workflow
7 Downloads
Directed workflow engine with status-based transitions, automatic data accumulation, and builder API
jardissupport/validation
6 Downloads
Object graph validation with recursive traversal, 21 built-in validators, and fluent field rule composition
jardissupport/repository
6 Downloads
Repository pattern for PHP — generic CRUD with raw-data access, read/write splitting, and pluggable primary-key strategies; the persistence layer Jardis-generated repositories build on
jardissupport/factory
7 Downloads
PSR-11 Container with pre-registered instances and reflection fallback
jardissupport/data
6 Downloads
Entity hydration with change tracking, bidirectional field mapping, and identity generation (UUID v4/v5/v7, NanoID)
jardissupport/secret
1 Downloads
Secret resolution for encrypted configuration values using AES-256-GCM and Sodium with key provider abstraction
jardissupport/scheduling
1 Downloads
Cron expression parsing and task scheduling with fluent API and timezone support
jardissupport/auth
1 Downloads
Opaque token management, session handling, password hashing, and role-based access control for PHP DDD applications — framework-free, no JWT, no third-party runtime dependencies beyond PHP built-ins and the Jardis contract