Lightweight utility to instantiate objects in PHP without invoking their constructors.
composer require doctrine/instantiatorNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create an instance of a class without calling its constructor.
Ensure the class is not final and does not have a private constructor.
No dependency data recorded yet.