Module examples

Module examples 

Source
Expand description

Example implementations demonstrating the PhpSapiAdapter trait pattern.

This module provides examples of how to create custom adapters that implement the PhpSapiAdapter trait. These examples are for documentation purposes and demonstrate best practices for adapter implementation.

Structsยง

AdvancedAdapter
A more complex adapter showing advanced validation and configuration.
MinimalAdapter
A minimal custom adapter demonstrating basic trait implementation.