Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 774 Bytes

File metadata and controls

18 lines (13 loc) · 774 Bytes

Getting Started

This section takes you from composer require to a working descriptor-driven runtime without assuming any framework integration.

In This Section

  • 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.

Use This Section When

  • 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