实例化器 该库提供了一种在实例化PHP类时避免使用构造函数的方法。 安装 建议的安装方法是通过 : php composer.phar require " doctrine/instantiator:~1.0.3 " 用法 实例化程序无需使用构造函数或类本身的任何API即可创建任何类的新实例: $ instantiator = new \ Doctrine \ Instantiator \ Instantiator (); $ instance = $ instantiator -> instantiate (\ My \ ClassName \ Here ::class); 贡献 如果您