Libraries tagged by Headgent
jardissupport/contract
1846 Downloads
Consolidated contract interfaces for all Jardis packages — Kernel, Data, Repository, DbQuery, Messaging, Validation, Workflow, and more
jardissupport/contracts
137 Downloads
Consolidated contract interfaces for all Jardis packages — Kernel, Data, Repository, DbQuery, Messaging, Validation, Workflow, and more
jardistools/dbschema
4 Downloads
Database schema introspection and DDL export for MySQL, MariaDB, PostgreSQL, and SQLite
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
8 Downloads
PSR-11 Container with pre-registered instances and reflection fallback
jardissupport/dbquery
13 Downloads
Fluent SQL query builder with CTEs, window functions, subqueries, and JSON support for MySQL, MariaDB, PostgreSQL, and SQLite
jardissupport/data
6 Downloads
Entity hydration with change tracking, bidirectional field mapping, and identity generation (UUID v4/v5/v7, NanoID)
jardissupport/classversion
8 Downloads
Runtime class versioning via namespace injection with configurable fallback chains and proxy caching
jardiscore/kernel
5 Downloads
Infrastructure kernel for PHP — an immutable DomainKernel holding wired-up cache, logger, event dispatcher, HTTP client, database, mailer and filesystem, plus an optional ENV-driven bootstrap. Jardis-generated domain code reaches it through a single interface.
jardissupport/secret
2 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
jardiscore/app
2 Downloads
HTTP delivery layer for Jardis domains — FastRoute routing behind an own interface, a PSR-15 middleware pipeline, and the canonical DomainResponse-to-PSR-7 envelope mapper. No generated domain ever imports it.