1 个仓库
A library for loading and managing class, method, and property metadata from PHP annotations, YAML, XML, and PHP configuration files.
Distinct from PHP Libraries: Distinct from general PHP libraries: focuses specifically on loading, managing, and driving metadata inspections for persistence and serialization.
Explore 1 awesome GitHub repository matching part of an awesome list · Metadata Management Libraries. 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
Loads and manages class, method, and property metadata from PHP annotations, YAML, XML, and PHP configuration files.