1 repository
Combines multiple metadata loading strategies sequentially so the system falls back through different sources until data is found.
Distinct from Extension Fallback Chains: Distinct from extension fallback chains: focuses on sequential metadata driver fallback rather than file extension inspections.
Explore 1 awesome GitHub repository matching software engineering & architecture · Driver Fallback Chains. Refine with filters or upvote what's useful.
Metadata is a PHP library for loading and managing class, method, and property metadata from inline annotations, YAML, XML, and PHP configuration files. It acts as an object-relational mapping support tool, helping persistence layers and serializers inspect PHP object structures through unified metadata drivers. The library parses configuration data using specialized drivers to populate internal metadata structures, abstracting disparate data sources into a single consistent interface for inspecting classes and properties. It supports chain-based driver fallback, allowing multiple metadata lo
Combines multiple metadata loading strategies sequentially to fall back through different sources until data is found.