1 Repo
Resolving partial identifiers into fully qualified names based on the current namespace and imported aliases.
Distinct from Namespace Resolution: Distinct from general Namespace Resolution by specifically handling programming language namespace and alias contexts.
Explore 1 awesome GitHub repository matching data & databases · Language. Refine with filters or upvote what's useful.
TypeResolver is a PHP namespace resolver and type parser designed to convert partial class and element names into fully qualified names. It functions as a utility for static code analysis, transforming complex type expressions and primitives into structured value objects. The project implements PSR-5 standards to ensure consistent type referencing. It manages the resolution of structural elements by tracking current namespaces and alias contexts to expand partial identifiers into their full definitions. The tool covers the parsing of compound type strings and the management of PHP imports an
Resolves partial names into fully qualified identifiers by tracking the current namespace and imported aliases.