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ยง
- Advanced
Adapter - A more complex adapter showing advanced validation and configuration.
- Minimal
Adapter - A minimal custom adapter demonstrating basic trait implementation.