# Packages

* `dotkernel/dot-annotated-services` - Dependency injection component using class attributes.
* `dotkernel/dot-cache` - Cache component extending symfony-cache
* `dotkernel/dot-cli` - Component for creating console applications based on laminas-cli
* `dotkernel/dot-data-fixtures` - Provides a CLI interface for listing & executing doctrine data fixtures
* `dotkernel/dot-errorhandler` - Logging Error Handler for Middleware Applications
* `dotkernel/dot-mail` - Mail component based on laminas-mail
* `dotkernel/dot-response-header` - Middleware for setting custom response headers.
* `laminas/laminas-component-installer` - Composer plugin for injecting modules and configuration providers into application configuration
* `laminas/laminas-config` - Provides a nested object property based user interface for accessing this configuration data within application code
* `laminas/laminas-config-aggregator` - Lightweight library for collecting and merging configuration from different sources
* `laminas/laminas-http` - Provides an easy interface for performing Hyper-Text Transfer Protocol (HTTP) requests
* `laminas/laminas-hydrator` - Serialize objects to arrays, and vice versa
* `laminas/laminas-inputfilter` - Normalize and validate input sets from the web, APIs, the CLI, and more, including files
* `laminas/laminas-paginator` - Paginate collections of data from arbitrary sources
* `laminas/laminas-stdlib` - SPL extensions, array utilities, error handlers, and more
* `laminas/laminas-text` - Create FIGlets and text-based tables
* `mezzio/mezzio` - PSR-15 Middleware Microframework
* `mezzio/mezzio-authentication-oauth2` - OAuth2 (server) authentication middleware for Mezzio and PSR-7 applications
* `mezzio/mezzio-authorization-acl` - laminas-permissions-acl adapter for mezzio-authorization
* `mezzio/mezzio-authorization-rbac` - mezzio authorization rbac adapter for laminas/laminas-permissions-rbac
* `mezzio/mezzio-cors` - CORS component for Mezzio and other PSR-15 middleware runners
* `mezzio/mezzio-fastroute` - FastRoute integration for Mezzio
* `mezzio/mezzio-hal` - Hypertext Application Language implementation for PHP and PSR-7
* `mezzio/mezzio-problem-details` - Problem Details for PSR-7 HTTP APIs addressing the RFC 7807 standard
* `mezzio/mezzio-twigrenderer` - Twig integration for Mezzio
* `ramsey/uuid-doctrine` - Use ramsey/uuid as a Doctrine field type
* `roave/psr-container-doctrine` - Doctrine Factories for PSR-11 Containers
* `symfony/filesystem` - Provides basic utilities for the filesystem
