This section takes you from composer require to a working descriptor-driven runtime without assuming any framework integration.
- Installation Requirements, autoloading expectations, and the concrete runtime pieces you assemble yourself.
- First Registry
Compile a minimal descriptor set into an immutable
CompiledRegistry. - First Resolution Resolve a descriptor, provide explicit runtime values, and build a live object.
- you are integrating the library into a plain PHP bootstrap sequence
- you want working examples before reading the deeper model pages
- you need to confirm the exact input shape accepted by
RegistryCompiler