jardissupport/dotenv dependents (6) Order by: name | downloads Show: all | require | require-dev
-
PHP
jardisadapter/dbconnection
PDO connection pool for PHP with read/write splitting, round-robin load balancing across replicas, and automatic health checks — supports MySQL, PostgreSQL, and SQLite; a building block of the open-source foundation that Jardis-generated DDD code runs on
-
PHP
jardisadapter/logger
PSR-3 logging pipeline with 20+ handlers, 7 formatters, 6 enrichers, and fluent builder API; a building block of the open-source foundation that Jardis-generated DDD code runs on
-
PHP
jardiscore/kernel
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.
-
PHP
jardissupport/dbquery
Fluent SQL query builder with CTEs, window functions, subqueries, and JSON support for MySQL, MariaDB, PostgreSQL, and SQLite
-
PHP
jardissupport/repository
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
-
PHP
jardistools/dbschema
Database schema introspection and DDL export for MySQL, MariaDB, PostgreSQL, and SQLite