Libraries tagged by docile
docile-php/docile
10 Downloads
A clean, DDD-first PHP framework skeleton
docile/container
7 Downloads
Docile's PSR-11 autowiring dependency injection container with scopes, contextual bindings, and attribute support.
docile/validation
10 Downloads
Docile attribute-based validator for typed DTOs with built-in and custom constraint rules.
docile/testing
7 Downloads
First-party testing utilities for the Docile framework
docile/support
7 Downloads
Docile framework support utilities: Str, Arr, Collection, Pipeline, Env, Clock.
docile/security
6 Downloads
Authentication, authorization, CSRF, rate limiting and signed URLs for Docile
docile/routing
8 Downloads
Docile attribute and fluent router with pattern matching, URL generation, and middleware support.
docile/http
7 Downloads
Docile PSR-7/15 HTTP kernel with middleware pipeline, response factories, and SAPI emitter.
docile/foundation
8 Downloads
Docile Application composition root, ServiceProvider, bootstrappers, and exception handler.
docile/events
7 Downloads
Docile PSR-14 event dispatcher with attribute-based listener discovery.
docile/doctrine
7 Downloads
Doctrine ORM 3 bridge for the Docile framework — repository pattern, migrations, DDD-first
docile/console
7 Downloads
Docile console kernel with typed Input/Output, command registry, and parallel ProcessPool.
docile/config
7 Downloads
Docile typed configuration repository with PHP file loaders and dot-notation access.
docile/cache
7 Downloads
PSR-6 and PSR-16 cache package for the Docile framework
docile/bus
7 Downloads
Docile CQRS message bus — CommandBus, QueryBus, handler discovery, and middleware pipeline.