Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 695 Bytes

File metadata and controls

18 lines (13 loc) · 695 Bytes

Reference

This section documents the public PHP types used directly by library consumers and integrators.

In This Section

  • Public Contracts Interfaces that define the extension points and coordination boundaries.
  • Descriptors & Values Immutable descriptor DTOs and runtime value objects.
  • Enums & Exceptions Supported enum values and the exception types you should expect at integration boundaries.

Use This Section When

  • you need exact API signatures and behavior
  • you are implementing one of the public contracts yourself
  • you want to confirm which failures have dedicated exception types